aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-081-1/+1
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-087-15/+33
* Wrap Initializer after_initialize inside mocha block.Joshua Peek2008-06-071-48/+48
* Fix that Rails::InfoController testsPratik Naik2008-06-051-0/+4
* Fixed deprecated call to Dependencies in plugin loader test.Joshua Peek2008-06-041-4/+4
* Fixed initializer tests by stubbing out gems dependencies check.Joshua Peek2008-06-021-16/+18
* In 9c4f003, gem installation quotes versions. Do the same for unpack and upda...Joshua Peek2008-06-021-8/+8
* Merge docrails.Pratik Naik2008-05-252-31/+31
* Add some test coverage for RailsControllerGenerator.Joshua Peek2008-05-132-10/+44
* Use .gitignore as the convention for dummy file names.Joshua Peek2008-04-246-0/+0
* Rails Edge info returns the latest git commit hash [#36 state:resolved]Francesc Esplugas2008-04-221-38/+32
* Don't require generator_test_helper in RailsGeneratorTest.Joshua Peek2008-04-211-3/+12
* Add .empty files to empty directories so git preserves them.Joshua Peek2008-04-216-0/+0
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-3/+3
* Add back empty plugin folders that were lost when we moved to git.Joshua Peek2008-04-214-32/+32
* Revert "Update plugin loading tests to reflect changes in plugin fixtures."Joshua Peek2008-04-213-79/+86
* Update plugin loading tests to reflect changes in plugin fixtures.Joshua Peek2008-04-213-86/+79
* Gem dependencies don't require a version. Also fixed up failing gem dependenc...Joshua Peek2008-04-211-0/+4
* Mock RailsFCGIHandler and Dispatcher to stop mocha deprecation warnings.Joshua Peek2008-04-211-6/+24
* Add example for default_url_options[:host] to generated mailers.Mislav Marohnić2008-04-181-1/+4
* Changed mailer generator to not use instance variables.Mislav Marohnić2008-04-181-6/+6
* Cleanup generator tests by extracting repeated code into generator_test_helpe...Mislav Marohnić2008-04-185-358/+225
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-181-9/+12
* Update fcgi dispatcher test cases. Closes #11471 [guillaume]Jeremy Kemper2008-04-031-7/+23
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-014-2/+25
* Update generator tests. Closes #11487 [thechrisoshow]Jeremy Kemper2008-04-015-137/+141
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+62
* Missing test dataDavid Heinemeier Hansson2008-03-274-0/+5
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-272-14/+27
* Fixed that script/generate would not look for plugin generators in plugin_pat...David Heinemeier Hansson2008-03-133-0/+48
* Sort the results to remove platform dependent test failuresMichael Koziarski2008-02-201-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-053-3/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-058-11/+11
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-0/+2
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-104-32/+32
* Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox]Jeremy Kemper2007-12-101-0/+5
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-0/+35
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-2/+14
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-1/+18
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+11
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-085-129/+409
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-0/+145
* Model generator tests. Closes #8966 [abhay]Jeremy Kemper2007-10-111-0/+109
* Whitespace fix. Closes #9845.Jeremy Kemper2007-10-111-1/+1
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-041-0/+53
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-262-121/+4
* RailsFCGIHandler tests. Closes #9630.Jeremy Kemper2007-09-236-181/+156
* Dispatcher tests. References #9630.Jeremy Kemper2007-09-233-76/+48
* Make tests run with mocha gemDavid Heinemeier Hansson2007-09-221-4/+3