Rails 推荐一个 Rails 插件 - rails_db

markgeek · 2015年10月19日 · 最后由 markgeek 回复于 2015年12月03日 · 5195 次阅读

rails_db,一个方便查看当前应用数据库信息的插件

https://github.com/igorkasyanchuk/rails_db


往 Gemfile 加了这个文件之后 bundle update 时老是出现网络问题: Could not reach host bundler.rubygems.org. Check your network connection and try again 加入其它 gem 不会出现这样的问题 好奇怪

有意思的 gem

@easonlovewan 从你的日志来看,你的 source 不对。 Gemfile 里面的 source 你应该写: source 'https://ruby.taobao.org'

好棒的插件

插件很不错,尝试了一下,比在命令行里方便很多。

好用!加入了我的初始 Gemfile 豪华套装

#3 楼 @markgeek 感觉是源的问题一直没有尝试,今儿一大早来了,确实是源的问题

#8 楼 @easonlovewan 那为什么这个源安装其他的 Gem 没有问题呢,还是奇怪

#10 楼 @markgeek 我也在考虑这个问题😅

12 楼 已删除
13 楼 已删除
14 楼 已删除
15 楼 已删除

#10 楼 @markgeek 如果可以集成一些 ruby 的东西就好了,比如写个 ruby 脚本的就完美了

#10 楼 @markgeek 因为。不加这个机器内应该之前已经装过 gem 的一些版本了。不需要再通过网络请求从新拉取 (我感觉是这样 @easonlovewan

当自己后台用 😄

尝试了一下,有报错,不清楚是什么原因

#19 楼 @yunshang 已经解决。sass-rails 的版本太低。更新一下就好了

#21 楼 @igorkasyanchuk Welcome, you did a great job.

#21 楼 @igorkasyanchuk I like this gem and already used in my current project.

Thanks, I'm really appreciate this!

BTW new version of gem is available from today (version 0.9) - https://github.com/igorkasyanchuk/rails_db now you can EDIT content in DB. If you want you can check demo:

Hello Ruby-Community,

- see quick demo to see example of using powerful filters in Rails DB. Multiple conditions, sorting added.

Gem: https://github.com/igorkasyanchuk/rails_db

Please give it a try! Thanks, Igor

Rails DB finally reached version 1.0, one last thing which I wanted to finish before release was - creating records. So now Rails DB is very similar to ActiveAdmin for example or similar gems + has own set of cool features.

Please give it a try https://github.com/igorkasyanchuk/rails_db

Demo:

需要 登录 后方可回复, 如果你还没有账号请 注册新账号