aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a mechanism for overriding the entire generator via a class that hand...Carlhuda2010-04-301-38/+96
* Set up app generator class to make it easier to for alt-stacks to override ta...Carlhuda2010-04-301-0/+4
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-1/+1
* Reorganize the mailer generator a bit.José Valim2010-04-301-1/+1
* Move ActionMailer generator to AMCarlhuda2010-04-291-1/+2
* Update thor dependency to 0.13.5José Valim2010-04-291-1/+1
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-3/+3
* warn user if options are given before application name [#3435 state:resolved]Ravinder Singh2010-04-291-0/+5
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-293-2/+18
* Fix failing test.José Valim2010-04-281-0/+0
* failing test for: validates_acceptance_of overrides database fieldsSantiago Pastorino2010-04-281-0/+33
* Ensure application rake tasks and generators are loaded after the ones specif...José Valim2010-04-261-0/+23
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-264-120/+117