| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Memcached sessions: add session data on initialization; don't silently discar... | Jeremy Kemper | 2007-10-14 | 3 | -15/+188 |
* | non-executable | Jeremy Kemper | 2007-10-14 | 2 | -0/+0 |
* | Update gem dependencies to match current versions | Jeremy Kemper | 2007-10-14 | 2 | -5/+5 |
* | Add notes to documentation regarding attr_readonly behavior with counter cach... | Rick Olson | 2007-10-14 | 2 | -0/+5 |
* | Observers can observe model names as symbols properly now. Closes #9869 [qu... | Rick Olson | 2007-10-14 | 3 | -2/+5 |
* | Fix environment.rb typos. Closes #9859 [fxn, mikong] | Jeremy Kemper | 2007-10-14 | 1 | -2/+2 |
* | error_messages_for also takes :message and :header_message options which defa... | Jeremy Kemper | 2007-10-14 | 3 | -12/+24 |
* | Time, Date and DateTime #advance accept :weeks option. Closes #9866. | Jeremy Kemper | 2007-10-13 | 7 | -7/+22 |
* | Fix Time#years_ago and #years_since from leap days. Closes #9865. | Jeremy Kemper | 2007-10-13 | 3 | -2/+6 |
* | Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos... | Jeremy Kemper | 2007-10-13 | 5 | -7/+35 |
* | Don't shadow local var with block var | Jeremy Kemper | 2007-10-13 | 1 | -1/+1 |
* | Use __FILE__ and __LINE__ for BufferedLogger severity methods | Jeremy Kemper | 2007-10-13 | 1 | -2/+2 |
* | Fix Date#years_ago and #years_since from leap days. Closes #9864. | Jeremy Kemper | 2007-10-13 | 4 | -2/+8 |
* | Refactor Time and Date#months_since and #months_ago to use #advance. Closes #... | Jeremy Kemper | 2007-10-13 | 6 | -42/+22 |
* | Missed post_via_redirect. References #6834 | Michael Koziarski | 2007-10-13 | 1 | -1/+1 |
* | Define get_via_redirect as well. Closes #6834 [colthorp] | Michael Koziarski | 2007-10-13 | 1 | -1/+2 |
* | Make sure that custom inflections are picked up by map.resources by triggerin... | Michael Koziarski | 2007-10-13 | 3 | -7/+82 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 10 | -11/+11 |
* | Model generator tests. Closes #8966 [abhay] | Jeremy Kemper | 2007-10-11 | 1 | -0/+109 |
* | Whitespace fix. Closes #9845. | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Added better documentation for generator overwrite options (closes #9842) [wi... | David Heinemeier Hansson | 2007-10-11 | 1 | -7/+17 |
* | JavaScriptVariableProxy#to_json ignores the options arg | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |