aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/config/boot.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-8/+0
| | | | former since it's less obstrusive.
* vendor/rails doesn't work anymore, remove it from the blank slate suggestionJoshua Peek2010-02-281-9/+0
|
* Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ↵Jeremy Kemper2010-02-041-29/+0
| | | | the list of railtie choices to those that make sense.
* Autorequire bundled libraries by defaultJeremy Kemper2010-02-031-1/+4
|
* Update rails to use the latest bundlerCarl Lerche2010-02-031-1/+1
|
* Update the generated Gemfile and config/boot.rb to work with bundler 0.9Carl Lerche2010-01-311-11/+14
|
* Test::Unit Railtie Carlhuda2010-01-281-0/+2
|
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-0/+2
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-2/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+36
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-110/+0
|
* Depend on rubygems 1.3.2Michael Koziarski2009-08-091-1/+1
| | | | Also move the min_version definition up a line so it's present in the rescue block down below.
* Change current sstructure.José Valim2009-06-231-0/+110