aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test refactorSantiago Pastorino2010-04-191-2/+8
* Make the migration generator handle pre-existing migrations with the same tim...Phil Smith2010-04-191-0/+13
* Make i18n fallbacks configurable and fallback to the default locale by defaul...Sven Fuchs2010-04-171-0/+86
* Added tests for config.action_controller.perform_cachingChetan Sarva2010-04-131-0/+36
* moved rails binary to rails gem, so rubygems can find specific versions of ra...Felipe Rodrigues2010-04-121-1/+1
* Fix namespaced_controllers_with_namespaced_routes testSantiago Pastorino2010-04-131-1/+1
* Generate module file for namespaced models [#4230 state:resolved]Andrew White2010-04-121-0/+8
* Partially revert "A new application now comes with a layout and a stylesheet."Jeremy Kemper2010-04-093-0/+26
* Include app name in layout titleJeremy Kemper2010-04-091-2/+2
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-0/+9
* Adding Rails.env= to railties to allow changing of rails env on the fly for r...Mikel Lindsaar2010-04-081-0/+11
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-0/+12
* A new application now comes with a layout and a stylesheet.José Valim2010-04-064-26/+7
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-0/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-054-3/+19
* Add a test which ensures action_dispatch.show_exceptions is properly disabled.José Valim2010-04-021-0/+6
* Missed a few spots in railtiesJoshua Peek2010-03-301-2/+2
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-2910-27/+27
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-2810-27/+27
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-43/+36
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-12/+9
* Revert "find railties and engines by name [4264 state:resolved]"José Valim2010-03-261-25/+0
* Improve heuristic for railties default name, otherwise railties may be named ...José Valim2010-03-261-0/+8
* find railties and engines by name [4264 state:resolved]Josh Susser2010-03-261-0/+17
* init.rb in plugins is here to staywycats2010-03-232-23/+0
* Ensure lib/rails/initializers/*.rb also works for gems.José Valim2010-03-232-20/+10
* Load plugin initializers from lib/rails/initializers/*.rbJoshua Peek2010-03-231-0/+33
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2323-23/+23
* Controller generators should use routes shortcut.José Valim2010-03-221-1/+1
* Killing fixtures in mailer before they kill me (they usually lead to very bri...José Valim2010-03-221-3/+5
* Also revert mailer generator test changes in 8b50f89Jeremy Kemper2010-03-211-2/+2
* Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.Jeremy Kemper2010-03-211-2/+2
* Make ERB generators more flexible and customizable.José Valim2010-03-211-4/+4
* Remove invalid builtin tests since we aren't adding that dir to theJoshua Peek2010-03-201-18/+0