aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update profiler changelog for integration session script usageJeremy Kemper2007-11-011-0/+6
* Profile an integration session instead of a single requestJeremy Kemper2007-11-011-87/+58
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-012-74/+87
* Don't eliminate the logger by defaultJeremy Kemper2007-11-011-1/+0
* Expose the cookie jar as a helper method (before the view would just get the ...David Heinemeier Hansson2007-10-312-0/+6
* Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593Michael Koziarski2007-10-312-2/+7
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-314-7/+20
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-294-0/+148
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-294-21/+3
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-295-22/+299
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-292-2/+4
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-292-1/+30
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-296-19/+22
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-283-0/+10
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-273-12/+15
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-274-2/+89
* Tested FormHelper#label. Closes #9850 [jarkko]Jeremy Kemper2007-10-272-2/+10
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-278-9/+65
* Make sure default_test is tested for ActiveSupport::TestCase tooMichael Koziarski2007-10-261-3/+5
* Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003Michael Koziarski2007-10-262-1/+8
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-262-0/+9
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-2616-18/+497
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-263-28/+49
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-265-14/+20
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast....Rick Olson2007-10-263-4/+7
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-262-1/+19
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-262-1/+4
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-265-3/+22
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]Marcel Molina2007-10-262-2/+4
* Make example parameters in restful routing docs idiomatic. Closes #9993 [danger]Marcel Molina2007-10-262-2/+4
* Make documentation comment for mime responders match documentation example. ...Marcel Molina2007-10-262-1/+3
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-265-19/+25
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-262-1/+3
* Remove broken requireMichael Koziarski2007-10-261-1/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-2616-40/+218
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Fix typo in test_helper. Closes #9925 [viktor tron]Marcel Molina2007-10-262-2/+4
* Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]Marcel Molina2007-10-262-2/+4
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-254-10/+15
* / default uri, -b shortcutJeremy Kemper2007-10-251-3/+3
* Request profilerJeremy Kemper2007-10-256-1/+182
* Remove superfluous code and quote table name. References #9971 [jkit, nzkoz]Michael Koziarski2007-10-251-2/+1
* Make clear_reloadable_connections! take account of @@allow_concurrency. Clos...Michael Koziarski2007-10-251-4/+17
* Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...Michael Koziarski2007-10-251-1/+1
* Make sure that the Schema Dumper supports non-standard primary keys with MySQ...Michael Koziarski2007-10-252-0/+17
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-252-5/+31
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-244-0/+42
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-244-9/+1
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1