| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 2 | -5/+4 |
* | Test link_to 'back', :back | Jeremy Kemper | 2007-10-16 | 1 | -0/+10 |
* | Quote table names. Defaults to column quoting. Closes #4593. | Jeremy Kemper | 2007-10-16 | 15 | -46/+283 |
* | Fix join table docs error in schema_statements. Closes #9880 [lawrence] | Jeremy Kemper | 2007-10-16 | 1 | -1/+1 |
* | Moving SQL Server tests to the extracted adapter. References #9884. | Jeremy Kemper | 2007-10-16 | 8 | -340/+8 |
* | Missed mailer adds. | Jeremy Kemper | 2007-10-16 | 2 | -0/+4 |
* | Fix silent failure of rxml templates. Closes #9879. | Jeremy Kemper | 2007-10-15 | 3 | -1/+18 |
* | Don't assume ActiveSupport module is already defined | Jeremy Kemper | 2007-10-15 | 1 | -5/+7 |
* | Simple changes to bring AWS up to date with view_paths and render :text. Test... | Michael Koziarski | 2007-10-15 | 3 | -8/+8 |
* | Complete AWS -> ARes changeover. Closes #8717 [kampers] | Jeremy Kemper | 2007-10-15 | 3 | -3/+3 |
* | Alias association #build to #new so it behaves predictably. Closes #8787. | Jeremy Kemper | 2007-10-15 | 3 | -0/+4 |
* | Revert [7894] and apply to adapter instead. References #9588. | Jeremy Kemper | 2007-10-15 | 1 | -31/+0 |
* | Multibyte: String#slice supports regexp argument. Closes #9646. | Jeremy Kemper | 2007-10-15 | 3 | -0/+9 |
* | Test that change_column quotes column names. Closes #9537 [lawrence] | Jeremy Kemper | 2007-10-15 | 1 | -1/+13 |
* | Factor out checks for duplicable objects. Closes #9333. | Jeremy Kemper | 2007-10-15 | 2 | -12/+3 |
* | Add a time to duplicable tests | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
* | object.duplicable? returns true if object.dup is safe. False for nil, true, f... | Jeremy Kemper | 2007-10-15 | 3 | -0/+61 |
* | Fix Json related documentation for render and the AR serializer. Closes #9814... | Michael Koziarski | 2007-10-15 | 3 | -6/+65 |
* | Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r... | Michael Koziarski | 2007-10-15 | 2 | -73/+796 |
* | Remove seemingly misleading 'faster tests' instructions too | Michael Koziarski | 2007-10-15 | 1 | -11/+0 |
* | Update the instructions for running tests. | Michael Koziarski | 2007-10-15 | 1 | -23/+3 |
* | Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger] | Michael Koziarski | 2007-10-15 | 1 | -1/+10 |
* | Generated fixtures use the actual primary key instead of id. Closes #4343. | Jeremy Kemper | 2007-10-15 | 2 | -2/+4 |
* | Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark] | Jeremy Kemper | 2007-10-15 | 1 | -0/+22 |
* | Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, Jo... | Jeremy Kemper | 2007-10-15 | 1 | -2/+2 |
* | Update test/all.sh | Jeremy Kemper | 2007-10-15 | 1 | -2/+2 |
* | Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence] | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
* | Add build/drop/rebuild tasks for SQL Server. Closes #9588 [lawrence] | Jeremy Kemper | 2007-10-15 | 1 | -2/+33 |
* | Skip memcache tests unless it's installed | Jeremy Kemper | 2007-10-15 | 2 | -8/+12 |
* | Forgot railties | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
* | Reorder project list so AR tests run last | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
* | Add toplevel Rakefile to run tests, generate docs, etc en masse | Jeremy Kemper | 2007-10-15 | 1 | -0/+21 |
* | Add explicit test task | Jeremy Kemper | 2007-10-15 | 1 | -3/+4 |
* | Wrap test with uses_mocha | Jeremy Kemper | 2007-10-14 | 1 | -2/+4 |