aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-206-5/+13
* Merge branch 'master' of github.com:rails/railsJosé Valim2010-06-201-24/+36
|\
| * Adds a few connection parameters for IBM databases.Antonio Cangiano2010-06-181-24/+36
* | Clear DescendantsTracker on each request.José Valim2010-06-191-0/+2
|/
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-145-5/+5
* Tidy up generators based on latest change on AM.José Valim2010-06-131-1/+1
* Create mailers folder when starting a new rails appLawrence Curtis2010-06-121-0/+0
* Support ruby 1.8.7 and 1.9.2 (and development versions)Jeremy Kemper2010-06-111-3/+17
* Single ruby version requirement messageJeremy Kemper2010-06-112-10/+5
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-0/+6
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-102-19/+29
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-102-9/+24
* Cut down even further on rake -T noiseDavid Heinemeier Hansson2010-06-093-23/+78
* Cut down on tasks shown in rake -TDavid Heinemeier Hansson2010-06-095-21/+21
* Remove outdated section on web servers that didnt really tell you much anywayDavid Heinemeier Hansson2010-06-091-26/+1
* Remove needless links and search box and update doc linksDavid Heinemeier Hansson2010-06-091-17/+0
* You dont have to manually mention the application layout, its automatically usedDavid Heinemeier Hansson2010-06-091-1/+0
* Get ready for beta 4David Heinemeier Hansson2010-06-081-1/+1
* Hide remaining generators hooks [#4790 state:resolved]José Valim2010-06-081-1/+5
* Add delete to middleware stack proxy.José Valim2010-06-071-0/+4
* Improve performance of the Logger middleware by using simpler versions of met...wycats2010-06-041-3/+4