aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve performance of the log subscriber by remembering the list of all logg...wycats2010-06-041-3/+10
* Readme file changes:Rizwan Reza2010-06-051-56/+23
* Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-06-058-12/+23
|\
| * Missed fixing the banner on the Usage output for ThorMikel Lindsaar2010-06-041-1/+1
| * Changing command line API from 'rails blog' to 'rails new blog'.Mikel Lindsaar2010-06-044-5/+15
| * Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2010-06-025-7/+16
| |\
| | * Still copy application configuration to generator even if they are required e...José Valim2010-06-023-6/+4
| * | You need the ruby-debug available in your Gemfile for debugger to workDavid Heinemeier Hansson2010-06-021-0/+3
* | | Improve Rails README [#4740 state:resolved]Matt Di Pasquale2010-06-051-119/+189
| |/ |/|
* | Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-022-1/+12
|/
* Remove the laziness from the middleware stack.José Valim2010-05-294-29/+31
* Removing Metal from Rails 3. wycats2010-05-2910-102/+8
* performance and integration tests inherit from AD, not ACGonçalo Silva2010-05-282-2/+2
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1