| Commit message (Expand) | Author | Age | Files | Lines |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 6 | -1/+182 |
* | Remove superfluous code and quote table name. References #9971 [jkit, nzkoz] | Michael Koziarski | 2007-10-25 | 1 | -2/+1 |
* | Make clear_reloadable_connections! take account of @@allow_concurrency. Clos... | Michael Koziarski | 2007-10-25 | 1 | -4/+17 |
* | Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ... | Michael Koziarski | 2007-10-25 | 1 | -1/+1 |
* | Make sure that the Schema Dumper supports non-standard primary keys with MySQ... | Michael Koziarski | 2007-10-25 | 2 | -0/+17 |
* | Refactor the default rendering out to a method called default_render to provi... | Michael Koziarski | 2007-10-25 | 2 | -5/+31 |
* | Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl... | Jeremy Kemper | 2007-10-24 | 4 | -0/+42 |
* | Remove unnecessary returns from builtin filters since render/return is now su... | Jeremy Kemper | 2007-10-24 | 4 | -9/+1 |
* | rake test aborts if tests failed. Closes #9962 [Jason Roelofs] | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | Disabled checkboxes don't submit a form value. Closes #9301. | Jeremy Kemper | 2007-10-23 | 3 | -1/+10 |
* | Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ... | Marcel Molina | 2007-10-23 | 3 | -6/+15 |
* | Added tests for options to ActiveRecordHelper#form. Closes #7213 [richcollins... | Marcel Molina | 2007-10-23 | 2 | -0/+11 |
* | Assigning an instance of a foreign class to a composed_of aggregate calls an ... | Jeremy Kemper | 2007-10-23 | 3 | -39/+30 |
* | Assigning nil to a composed_of aggregate also sets its immediate value to nil... | Jeremy Kemper | 2007-10-23 | 3 | -2/+19 |
* | Some mime type refactoring. Closes #9957 [Josh Peek] | Jeremy Kemper | 2007-10-23 | 3 | -22/+11 |
* | validates_uniqueness_of behaves well with abstract superclasses. References #... | Jeremy Kemper | 2007-10-23 | 4 | -2/+68 |
* | Remove duplicate rjs layout check. Closes #9956 [Josh Peek] | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 3 | -26/+232 |
* | Hash#to_xml handles symbol values. Closes #9954. | Jeremy Kemper | 2007-10-23 | 3 | -2/+12 |
* | Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr... | Jeremy Kemper | 2007-10-22 | 1 | -2/+1 |
* | test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [... | Jeremy Kemper | 2007-10-22 | 1 | -2/+2 |
* | Expand form helper test coverage. Closes #9950 [robinjfisher] | Jeremy Kemper | 2007-10-22 | 1 | -1/+55 |
* | request.parameters doesn't overwrite request.request_parameters. Closes #9949... | Jeremy Kemper | 2007-10-22 | 3 | -3/+12 |
* | Changed before_filter halting to happen automatically on render or redirect b... | David Heinemeier Hansson | 2007-10-21 | 3 | -23/+36 |
* | Ensure that mysql quotes table names with database names correctly. Closes #... | Rick Olson | 2007-10-20 | 3 | -1/+9 |
* | Ensure that cookies handle array values correctly. Closes #9937 [queso] | Rick Olson | 2007-10-20 | 3 | -2/+15 |
* | typo in test name | Michael Koziarski | 2007-10-19 | 1 | -1/+1 |
* | Remove more potential clashes with asset methods and resource routes. Closes... | Michael Koziarski | 2007-10-19 | 3 | -5/+37 |
* | Few more tests for Sexy Migrations | Michael Koziarski | 2007-10-19 | 1 | -0/+24 |
* | Forgotten changelog entry | Michael Koziarski | 2007-10-19 | 1 | -0/+3 |
* | Add t.belongs_to and t.references to sexy migrations [arthurgeek] | Michael Koziarski | 2007-10-19 | 2 | -1/+66 |
* | Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr... | Michael Koziarski | 2007-10-19 | 8 | -283/+231 |
* | Rename image_path path_to_image to avoid conflicting with named routes. Clos... | Michael Koziarski | 2007-10-19 | 3 | -2/+7 |
* | SQL Server: test for affected row count. References #9558 [lawrence, ryepup] | Jeremy Kemper | 2007-10-18 | 1 | -25/+19 |
* | Use SecureRandom to generate unique ids, if available. | Jeremy Kemper | 2007-10-18 | 1 | -12/+22 |
* | Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ... | Jeremy Kemper | 2007-10-18 | 1 | -8/+11 |
* | Fixed incorrect migration number if script/generate executed outside of Rails... | David Heinemeier Hansson | 2007-10-18 | 2 | -1/+3 |
* | Docfix (cloases #9832) | David Heinemeier Hansson | 2007-10-18 | 1 | -7/+8 |
* | Read in binary mode to make sure windows support keeps working. [lawrence] ... | Michael Koziarski | 2007-10-17 | 1 | -1/+1 |
* | Use a smaller binary fixture so we don't overflow column size limitations in ... | Michael Koziarski | 2007-10-17 | 2 | -435/+130 |
* | Raise an intelligible error message when migration aren't named correctly [br... | Michael Koziarski | 2007-10-17 | 1 | -1/+9 |
* | caches_page uses a single after_filter instead of one per action. Closes #9891. | Jeremy Kemper | 2007-10-16 | 2 | -3/+4 |
* | Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. | Sam Stephenson | 2007-10-16 | 10 | -3286/+5296 |
* | More Performant Cookie Regexp for Integration tests. [Ola Bini] | Michael Koziarski | 2007-10-16 | 1 | -1/+1 |
* | Hash#symbolize_keys behaves well with integer keys. Closes #9890. | Jeremy Kemper | 2007-10-16 | 3 | -3/+11 |
* | Dispatcher: fix that to_prepare should only run once in production. Closes #9... | Jeremy Kemper | 2007-10-16 | 3 | -1/+12 |
* | Qualified column names work in hash conditions, like :conditions => { 'commen... | Jeremy Kemper | 2007-10-16 | 3 | -1/+20 |
* | Fix regression where the association would not construct new finder SQL on sa... | Jeremy Kemper | 2007-10-16 | 3 | -4/+16 |
* | remove empty dirs missed by git-svn | Jeremy Kemper | 2007-10-16 | 0 | -0/+0 |
* | Refactor association create and build so before & after callbacks behave cons... | Jeremy Kemper | 2007-10-16 | 8 | -45/+94 |