阅读更多

17顶
2踩

编程语言

原创新闻 RORer 不再羡慕django admin,MerbAdmin发布

2010-01-04 09:56 by 正式记者 pure 评论(15) 有8744人浏览
一直以来都希望Rails有一个像django admin一样的管理后台,现在merb admin与django admin界面非常相似,但易用性绝对有很大的提高。



http://github.com/sferik/merb-admin
http://weblog.rubyonrails.org/

17
2
评论 共 15 条 请登录后发表评论
15 楼 qichunren 2010-01-05 11:17
这个是merb的,不是rails的,标题有误。

对于railser我早就发现这个:admin_data,在github上搜搜吧,没用看过django的admin,不知道是什么样子,不过我感觉admin_data这个也还不错。
14 楼 femto 2010-01-04 23:41
rails3有消息啊:
(cross-posted from Yehuda’s Blog)

So people have been attempting to get a Rails app up and running recently. I also have some apps in development on Rails 3, so I’ve been experiencing some of the same problems many others have.

The other night, I worked with sferik to start porting merb-admin over to Rails. Because this process involved being on edge Rails, we got the process honed to a very simple, small, repeatable process.

The Steps

Step 1: Check out Rails
$ git clone git://github.com/rails/rails.git
Step 2: Generate a new app
$ ruby rails/railties/bin/rails new_app
$ cd new_app
Step 3: Edit the app’s Gemfile
# Add to the top
directory "/path/to/rails", :glob => "{*/,}*.gemspec"
git "git://github.com/rails/arel.git"
git "git://github.com/rails/rack.git"
Step 4: Bundle
$ gem bundle
Done
Everything should now work: script/server, script/console, etc.

If you want to check your copy of Rails into your app, you can copy it into the app and then change your Gemfile to point to the relative location.

For instance, if you copy it into vendor/rails, you can make the first line of the Gemfile directory "vendor/rails", :glob => => "{*/,}*.gemspec". You’ll want to run gem bundle again after changing the Gemfile, of course.
13 楼 fireflyman 2010-01-04 16:11
不知道會不會太監、、、
12 楼 pure 2010-01-04 14:31
不过rails官方对大家投票支持admin不感冒。没反应。
11 楼 yuan 2010-01-04 13:47
Rails3啊Rails3,千呼万唤ing..
10 楼 woods 2010-01-04 12:58
真的跟Django的admin看起来一样啊~~@@~ 囧
9 楼 Hooopo 2010-01-04 12:47
好东东..没用过
8 楼 mikeandmore 2010-01-04 12:37
hoho,不错不错。。。
7 楼 logicgate 2010-01-04 12:33
居然连ui风格都和django admin一模一样,山寨的很彻底啊。
6 楼 Blithe 2010-01-04 12:32
darkbaby123 写道
看起来和django admin风格好类似啊。希望这个可以集成到Rails 3中去

css 基本一样
5 楼 darkbaby123 2010-01-04 11:33
看起来和django admin风格好类似啊。希望这个可以集成到Rails 3中去
4 楼 shinezhou 2010-01-04 11:16
现在方向太多


3 楼 Arden 2010-01-04 10:43
Rails3到现在怎么没有一点消息~~
2 楼 pure 2010-01-04 10:17
也没注意看,但是merb和rails合并了,这个后面可能会改进吧。
1 楼 Arden 2010-01-04 10:05
这是基于merb的,不是基于Rails的啊~~

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

Global site tag (gtag.js) - Google Analytics