6 ms·
This would be better if it used a template file instead of forking a whole repo. http://guides.rubyonrails.org/rails_application_templates.html http://guides.r
by phsr 14y ago
This would be better if it used a template file instead of forking a whole repo.
http://guides.rubyonrails.org/rails_application_templates.html http://guides.rubyonrails.org/rails_application_templates.ht...
The one we use at my work is here: https://github.com/dockyard/sail_plan https://github.com/dockyard/sail_plan
- billturner 14y agoYes, indeed. The RailsApps project resource has kept up to date with the recent Rails updates, and has many different templates based on testing, DB, etc: http://railsapps.github.com/ http://railsapps.github.com/ And like another commenter noted, Rails 3.0.3 is _very_ old. Not sure why that's being used for something new.
- HugoDias 14y agoyes ! i'm already changing all the structure to support rails 3.2.x . Thanks for the tip!
- rmoriz 14y agoalso there is another very nice solution for creating rails apps (using templates, too): http://appscrolls.org/ http://appscrolls.org/ http://drnicwilliams.com/2012/04/10/instant-new-rails-applications-with-the-app-scrolls/ http://drnicwilliams.com/2012/04/10/instant-new-rails-applic...