aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Don't include the path when checking class collisions [#545 state:resolved]Joshua Peek2008-10-131-0/+3
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-134-0/+50
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-0511-5/+189
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-241-1/+1
* Prevent deprecation warning in the testsMichael Koziarski2008-08-281-1/+3
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-8/+0
* The 'rails' command was broken by the last commit. Fix that.Hongli Lai (Phusion2008-08-261-1/+7
* When an unexpected exception is caught, tell the administrator to read the lo...Hongli Lai (Phusion2008-08-261-0/+37
* Generate belongs_to association when generating a modelTarmo Tänav2008-08-231-0/+8
* Generate belongs_to associations automatically for 'references' types [#640 s...Tarmo Tänav2008-08-231-0/+8
* Initializer to sort files before eager loading. [#859 state:resolved]Tom Ward2008-08-223-0/+23
* Make requiring gems optional.Ben Sandofsky2008-08-041-0/+9
* Check for ActionMailer and ActionController before attempting to eager load t...Sam Granieri2008-07-241-1/+20
* Stub out timestamped_migrations in generator testsJoshua Peek2008-07-191-1/+2
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Added tests to show that 2d372d7 breaks old generator behavior (#545 state:re...Joshua Peek2008-07-111-0/+19
* Warn and uses singularized ModelName if a plural ModelName is given to script...Pat George2008-06-271-0/+42
* 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