Rails 3 - Basic Application Bootstrapping - What scripts/projects/templates do you use and are the most configurable?
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 开发者_Python百科selection page that created a template for you for Rails 2.3. Is there something similar to that for Rails 3?
All template use on Rails 2.3.x works with Rails 3, if all plugin are maintain.
精彩评论