aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-8/+8
* Make config.generators accept string namespaces, you can do now config.genera...Santiago Pastorino2010-07-211-0/+1
* We are doing the same in this conditionsSantiago Pastorino2010-07-211-3/+1
* This example is better for guides and gem/plugins docsSantiago Pastorino2010-07-201-7/+0
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-183-12/+24
* Add skip_eager_load!, skip_autoload! and friends to path objects.José Valim2010-07-171-28/+12
* minor pass to generated code in application.rb related to :defaultsXavier Noria2010-07-161-3/+3
* Adds application.js when app is generated with -J and clear javascript_expans...Santiago Pastorino2010-07-172-0/+5
* Explain how to change javascript default filesSantiago Pastorino2010-07-171-0/+3
* upgrade prototype to be compatible with rails.js [#5109 state:committed]Andrew Kaspick2010-07-141-890/+2017
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-2/+2
* application.rb: revises the comment for autoload_paths so that is assumes les...Xavier Noria2010-07-091-3/+3
* Allow a PID file to be specified to rails server [#5031 state:resolved]Sudara2010-07-081-0/+3
* Print proper "Usage:" messages for "rails plugin" commandAkira Matsuda2010-07-071-2/+10
* whitespaceAkira Matsuda2010-07-071-50/+47
* Merge remote branch 'docrails/master'Xavier Noria2010-07-072-2/+2
|\
| * Fixed typo in Rails::Generators::Base [#5051 state:resolved]Mark Hayes2010-07-061-1/+1
| * Fixes README for generated apps with Rails 3 (rails *new* myapp, and Welcome ...Jaime Iniesta2010-07-011-1/+1
* | ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ...Madjo DIAPENA2010-07-041-1/+1
* | reload_routes! was still referencing old Rails::Application.José Valim2010-07-021-6/+5
* | Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-019-21/+17
|/
* Change :notification to :notify (ht: m4n)José Valim2010-06-291-1/+1
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-293-0/+9
* Make the sentinel flag for route a bit more robust.José Valim2010-06-281-1/+1
* Do not trigger the old mapper to avoid deprecation messages.José Valim2010-06-281-1/+1
* Update to latest rails.jsJeremy Kemper2010-06-271-57/+114
* A few changes were done in this commit:José Valim2010-06-286-47/+56
* Change the generated Gemfile to resolve, via documentation, the issue of rspe...wycats2010-06-251-3/+4
* Dont reload the environment, just not needed broDavid Heinemeier Hansson2010-06-241-2/+0
* Remove the --singeleton option from scaffold generator.Prem Sichanugrist2010-06-247-29/+3
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-246-259/+14
* Remove run_initializers from class methods.José Valim2010-06-241-8/+0
* Fix initializable testsJeremy Kemper2010-06-241-1/+1
* Move Collection responsibility from application to initializableJeremy Kemper2010-06-242-2/+2
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-242-8/+3
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-245-21/+21
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-2312-60/+79
* Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re...Trevor Turk2010-06-221-1/+1
* Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 s...rohit2010-06-221-0/+1
* Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp -...Jeff Kreeftmeijer2010-06-211-1/+1
* Revert "files in the lib directory are no longer autoloaded"Xavier Noria2010-06-211-5/+1
* Alias app to build_middleware_stack for clarity.José Valim2010-06-212-1/+2
* Remove unused webrick_server file.José Valim2010-06-211-156/+0
* files in the lib directory are no longer autoloadedXavier Noria2010-06-211-1/+5
* Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.José Valim2010-06-202-49/+10
* Improve documentation for add_lib_to_load_paths!José Valim2010-06-201-3/+16
* Added absolute path for config.ru as well. Turns out this is also needed to f...Ryan Duryea2010-06-201-1/+2
* Pass rack the absolute path of server's pid fileRyan Duryea2010-06-201-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-202-0/+0
* Strip trailing whitespace from generated applications [#4905 state:resolved]Chris Griego2010-06-205-8/+8