aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Include OrderedOptions by defaultDavid Heinemeier Hansson2005-09-301-0/+2
* Added test for looping in orderDavid Heinemeier Hansson2005-09-301-0/+14
* Added OrderedOptions array/hash for use with initializerDavid Heinemeier Hansson2005-09-302-0/+46
* No need to string.to_s right after checking that string.is_a?(String)Jeremy Kemper2005-09-301-3/+3
* Move transaction thread-safety test to transactions_test. Check that simulta...Jeremy Kemper2005-09-302-47/+79
* Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...Jeremy Kemper2005-09-301-11/+6
* Require topic model rather than assume another test has already.Jeremy Kemper2005-09-301-0/+1
* Disable transactional fixtures for ar_schema_test and schema_test_postgresqlJeremy Kemper2005-09-302-2/+5
* Dont bitch over resetting constDavid Heinemeier Hansson2005-09-291-0/+2
* Clean up the act of commandsDavid Heinemeier Hansson2005-09-298-15/+12
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-2920-22/+24
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-293-36/+10
* Fix broken testcase for transactionsNicholas Seckar2005-09-292-7/+11
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-294-71/+94
* Clean up and extend test coverage for validates_numericality_ofJeremy Kemper2005-09-291-37/+60
* Dont log size of request, doesnt work well with procs, not that interestingDavid Heinemeier Hansson2005-09-281-1/+1
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+3
* Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!David Heinemeier Hansson2005-09-281-3/+12
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-283-5/+41
* Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...Marcel Molina2005-09-281-2/+2
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* Updated rdoc for javascript_include_tagThomas Fuchs2005-09-281-3/+7
* Ticket #2156 - Use foreign_key inflection uniformlyJeremy Kemper2005-09-282-2/+4
* My life for white spaceDavid Heinemeier Hansson2005-09-281-5/+17
* Dont log it twiceDavid Heinemeier Hansson2005-09-281-4/+1
* Log request method and response size / status codeDavid Heinemeier Hansson2005-09-282-2/+3
* Added in-process restarting on USR2 -- still missing a good way to free up th...David Heinemeier Hansson2005-09-281-10/+32
* Unit tests and fixtures for multipart posts.Jeremy Kemper2005-09-286-5/+105
* Forgot about CHANGELOGsThomas Fuchs2005-09-282-0/+4
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-2820-1507/+4584
* r3657@asus: jeremy | 2005-09-28 00:32:33 -0700Jeremy Kemper2005-09-281-1/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-285-14/+81
* Added test coverage for stylesheet_path to show that it works as requested in...Marcel Molina2005-09-281-0/+4
* Include additional ticket number that is closed by [2380].Marcel Molina2005-09-281-1/+1
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-283-2/+41
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-284-3/+12
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-272-1/+3
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-274-17/+26
* #2261 was supposed to have been closed as wontfix, not sure why it wasn't,Scott Barron2005-09-272-3/+1
* Ticket 2261 - Include lib/tasks/*.rake in rake statsJeremy Kemper2005-09-272-1/+3
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-273-1/+15
* Update change log for #2297Jeremy Kemper2005-09-271-0/+2
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-272-11/+14
* Update change log for #2250.Jeremy Kemper2005-09-271-0/+2
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-276-38/+210
* Oops, swapped order of params to COALESCE! Upcoming patch has test cases.Jeremy Kemper2005-09-271-1/+1
* Ticket 2263 - Make clean logger compatible with both 1.8.2 and 1.8.3Jeremy Kemper2005-09-272-3/+12
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-275-60/+129
* r3632@asus: jeremy | 2005-09-27 12:18:49 -0700Jeremy Kemper2005-09-271-1/+1
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-273-1/+31