aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarify date/time dependenciesJeremy Kemper2009-11-021-0/+1
|
* CI breakageYehuda Katz2009-11-021-17/+0
| | | | This reverts commit a288b74f1c75c6f100de7611a5093a421f1ad6d1.
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-0/+17
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Tests pass againYehuda Katz2009-10-272-4/+4
|
* Update initializableYehuda Katz + Carl Lerche2009-10-271-51/+59
|
* Duplicate AS code no longer neededYehuda Katz + Carl Lerche2009-10-272-35/+4
|
* Fix rake dev and update vendored Thor.José Valim2009-10-2733-108/+86
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-6/+3
|
* Exclude gem backtrace filter if rubygems is not loadedJoshua Peek2009-10-201-2/+2
|
* Simplify path expansionsJeremy Kemper2009-10-193-3/+3
|
* Merge commit 'josevalim/fixes'Jeremy Kemper2009-10-194-56/+19
|\ | | | | | | | | Conflicts: railties/test/generators/app_generator_test.rb
| * By default use ActiveModel API in controller generators, unless otherwise ↵José Valim2009-10-173-53/+16
| | | | | | | | specified [#3123 status:resolved]
| * Make app generatoor specs green once again.José Valim2009-10-171-3/+3
| |
* | Error message references application.rb instead of environment.rbJeremy Kemper2009-10-191-1/+1
| |
* | Check for environment.rbJeremy Kemper2009-10-191-1/+1
| |
* | Check for bundler environment or 2.x-style vendor/rails + rubygemsJeremy Kemper2009-10-191-10/+8
| |
* | Make sure boot.rb requires rubygems only when neededPratik Naik2009-10-191-7/+10
| |
* | Remove some remnants of config.gemCarl Lerche2009-10-175-88/+16
|/
* Add stub for configuring your package managerJoshua Peek2009-10-164-16/+23
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-1614-726/+23
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.root in statistics rake taskJoshua Peek2009-10-161-3/+2
|
* Rakefile doesn't need initializers to be ranJoshua Peek2009-10-161-1/+1
|
* Fix incorrect path in script/runner templateJoshua Peek2009-10-161-1/+1
|
* script/runner should require environmentJoshua Peek2009-10-162-3/+1
|
* script/performance/profiler should require environmentJoshua Peek2009-10-162-5/+1
|
* script/performance/benchmarker should require environmentJoshua Peek2009-10-162-3/+2
|
* script/generate should require environmentJoshua Peek2009-10-162-2/+1
|
* script/about should require environmentJoshua Peek2009-10-162-2/+1
|
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-168-6/+15
| | | | concerned about the config
* Rackup file should require environmentJoshua Peek2009-10-161-1/+1
|
* Get apps generated with working again.Carl Lerche2009-10-162-51/+44
|
* Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ↵Joshua Peek2009-10-161-1/+1
| | | | | | a different scope Restores accidentally-reverted commit.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-1622-67/+68
| | | | application's object root)
* Merge branch 'master' into orchestraJeremy Kemper2009-10-1524-69/+73
|\
| * Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-1524-69/+73
| | | | | | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* | Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-152-7/+7
| |
* | Configure Orchestra on initialization.José Valim2009-10-152-0/+19
|/
* Have Rails.root be based off of config.ruCarl Lerche2009-10-143-51/+74
|
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-90/+83
|
* Add Gemfile to the rails application generatorYehuda Katz + Carl Lerche2009-10-142-0/+11
|
* Make rails configuration's path object's root lazyYehuda Katz + Carl Lerche2009-10-141-4/+7
|
* Fix generators load pathsJeremy Kemper2009-10-111-1/+1
|
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-083-300/+208
|
* Even more initializers ported overCarl Lerche2009-10-082-135/+134
|
* Ported over more initializersCarl Lerche2009-10-082-43/+41
|
* Move the ensure_tmp_directories_exist initializer to the application objectCarl Lerche2009-10-082-7/+7
|
* Moving more initializers into the application objectCarl Lerche2009-10-083-88/+121
|
* Start moving the initializers into the application objectCarl Lerche2009-10-084-52/+111
|
* Remove the old initializer file.Carl Lerche2009-10-081-1137/+0
|