aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Remove run_initializers from class methods.José Valim2010-06-241-25/+14
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-241-1/+1
* Array#sample now exists, so test for #forty_two insteadJeremy Kemper2010-06-241-1/+1
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-3/+3
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-0/+106
* Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#22...rohit2010-06-221-0/+49
* Revert "files in the lib directory are no longer autoloaded"Xavier Noria2010-06-211-3/+1
* files in the lib directory are no longer autoloadedXavier Noria2010-06-211-1/+3
* I18n.reload! is only called if any of the locale files actually changed.José Valim2010-06-202-108/+114
* Add test for migration generator with name not starting with add or remove. [...rohit2010-06-201-0/+15
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+10
* Clear DescendantsTracker on each request.José Valim2010-06-194-35/+75
* Add a failing test for ticket #4874José Valim2010-06-171-0/+14
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Tidy up generators based on latest change on AM.José Valim2010-06-131-2/+2
* Test create mailers folder when starting a new appDamien Mathieu2010-06-121-0/+1
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-1/+3
* layout 'application' is not anymore on application_controllerSantiago Pastorino2010-06-101-2/+1
* detect being inside a rails application even from a subdirectoryChad Fowler2010-06-101-0/+22
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-10/+81
* Ensure show exceptions middleware properly filters backtrace before logging.José Valim2010-06-091-0/+20
* Should call configure! to initiliaze the applicationSantiago Pastorino2010-06-091-0/+1
* Fix generator test broken when rails new was added.José Valim2010-06-081-3/+1
* Add delete to middleware stack proxy.José Valim2010-06-072-1/+7
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-2/+2
* Still copy application configuration to generator even if they are required e...José Valim2010-06-021-2/+5
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-0/+17
* Remove the laziness from the middleware stack.José Valim2010-05-293-3/+3
* Removing Metal from Rails 3. wycats2010-05-295-129/+0
* Fix a bug where I18n fallbacks modules where not included in the proper backe...José Valim2010-05-231-7/+10
* Fix typo on rackup test (ht: pleax)José Valim2010-05-201-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-2/+2
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-3/+6
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+2
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+2
* Tests for new reserved words [#4602 state:resolved]Simon Jefford2010-05-161-2/+7
* Takes out stale methods relating to edge_rails_versionRizwan Reza2010-05-161-21/+0
* Rename assert_attribute_type to asser_field_type.José Valim2010-05-161-7/+7
* Added assert_attribute_type to clean up GeneratedAttributeTest [#2377 state:r...Jeff Kreeftmeijer2010-05-161-0/+40
* Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited]rohit2010-05-161-2/+2
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-5/+23
* Ensure that eager_load actually takes place just after the middleware stack i...José Valim2010-05-151-0/+26
* Update generators test.José Valim2010-05-151-12/+1
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-13/+0
* Bundler deprecated options in Gemfile with application template using method ...Adrian Sanchez2010-05-151-2/+12
* Expand paths to app builders relative to the working directoryCarl Lerche2010-05-061-0/+8
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-022-10/+10
* It would be nice to actually commit test fixturesCarlhuda2010-04-303-0/+16