Rails 3 - 基本应用程序引导 - 您使用哪些脚本/项目/模板并且最可配置?
https://github.com/search ?q=bootstrap&type=Everything&repo=&langOverride=&start_value=1
我目前正在开发一个非常基本的 Web 应用程序引导程序,它允许用户使用以下默认值启动和运行:
基本身份验证(设计) 哈姆雷 jQuery Faker(用于自动填充数据库的 gem) Typus(管理宝石)
你知道有什么好的模板/脚本/项目可以做类似的事情吗?
我记得不久前有一个网站,它基本上有一个选择页面,为您创建了 Rails 2.3 的模板。 Rails 3 有类似的东西吗?
https://github.com/search?q=bootstrap&type=Everything&repo=&langOverride=&start_value=1
I'm currently working on a very basic web application bootstrap that would allow users to get up and running with the following defaults:
basic auth (Devise)
HAML
jQuery
Faker (gem for autopopulation of db)
Typus (gem for admin)
Do you know of any good templates/script/projects that do something similar?
I can remember a site a while back that basically had a selection page that created a template for you for Rails 2.3. Is there something similar to that for Rails 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果维护所有插件,Rails 2.3.x 上使用的所有模板都可以与 Rails 3 一起使用。
All template use on Rails 2.3.x works with Rails 3, if all plugin are maintain.