Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Update CI configuration to reflect latest gems. | Mike Gunderloy | 2009-01-07 | 4 | -9/+28 | |
| * | | | | Merge branch 'master' of git@github.com:wycats/rails | Yehuda Katz | 2009-01-30 | 0 | -0/+0 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' of git://github.com/rails/rails | lholden | 2009-01-21 | 151 | -14775/+12855 | |
| | |\ \ \ \ | ||||||
| * | \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-30 | 205 | -14977/+14070 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-14 | 13 | -55/+49 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-13 | 5 | -8/+128 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-13 | 12 | -461/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-11 | 18 | -453/+774 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-09 | 7 | -213/+269 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix test broken by test process changes | Jeremy Kemper | 2009-01-09 | 1 | -7/+4 | |
| * | | | | | | | | | | | Remove Content-Length header from :no_content responses | Jeremy Kemper | 2009-01-09 | 2 | -4/+12 | |
| * | | | | | | | | | | | Set assigns for integration tests also | Jeremy Kemper | 2009-01-09 | 1 | -2/+5 | |
| * | | | | | | | | | | | Take care not to mix in public methods | Jeremy Kemper | 2009-01-09 | 1 | -9/+10 | |
| * | | | | | | | | | | | Use instance_eval instead of adding an accessor to the class | Jeremy Kemper | 2009-01-09 | 1 | -2/+1 | |
| * | | | | | | | | | | | Include process methods in ActionController::TestCase only. No need to alias_... | Jeremy Kemper | 2009-01-09 | 13 | -82/+60 | |
| * | | | | | | | | | | | Object#tap for Ruby < 1.8.7 | Jeremy Kemper | 2009-01-09 | 3 | -0/+26 | |
| * | | | | | | | | | | | Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del S... | Pratik Naik | 2009-01-09 | 2 | -2/+3 | |
| * | | | | | | | | | | | Spam people with commit rights on test failures. | Michael Koziarski | 2009-01-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | Update CI configuration to reflect latest gems. | Mike Gunderloy | 2009-01-09 | 4 | -9/+28 | |
| * | | | | | | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-06 | 7 | -9/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-05 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-05 | 11 | -29/+65 | |
| * | | | | | | | | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-04 | 3 | -1/+92 | |
| * | | | | | | | | | | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-02 | 13 | -376/+287 | |
| * | | | | | | | | | | | | | Only silence backtrace from plugin lib dirs | Jeremy Kemper | 2009-01-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | Test that exceptions raised in filters are properly rescued | Jeremy Kemper | 2009-01-01 | 2 | -4/+22 | |
| * | | | | | | | | | | | | | Fix formatted_* deprecation message | Jeremy Kemper | 2009-01-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Clean trailing / after rails root from backtraces | Jeremy Kemper | 2009-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Fix named scope tests for sqlite3 [#1667 state:resolved] | Mike Gunderloy | 2009-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_tra... | Mike Gunderloy | 2009-01-01 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2009-01-01 | 12 | -138/+108 | |
| * | | | | | | | | | | | | | Fix failing gem dependency tests [#1659 state:resolved] | Mike Gunderloy | 2009-01-01 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | Fix FCGI dispatching tests | Mike Gunderloy | 2009-01-01 | 1 | -42/+7 | |
| * | | | | | | | | | | | | | Fixed incorrect parsing of query parameters with mixed-depth nesting inside a... | Mark Reginald James | 2009-01-01 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | Fix to_sentence being used with options removed by 273c77 | Frederick Cheung | 2009-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Fix HasManyAssociation#create ignoring the :primary_key option [#1633 state:r... | Roman Shterenzon | 2009-01-01 | 2 | -1/+10 | |
| * | | | | | | | | | | | | | Fix :include of has_one with :primary_key option | Frederick Cheung | 2009-01-01 | 2 | -1/+17 | |
| * | | | | | | | | | | | | | Fix :include of has_many associations with :primary_key option | Frederick Cheung | 2009-01-01 | 3 | -2/+19 | |
| * | | | | | | | | | | | | | Don't construct object deprecation proxy if unneeded | Jeremy Kemper | 2009-01-01 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | It was decided that Multibyte does not belong to as/mini. | Michael S. Klishin | 2008-12-29 | 1 | -8/+2 | |
| * | | | | | | | | | | | | | Sync with rails/rails/master | Michael S. Klishin | 2008-12-29 | 8 | -87/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Pull up some other changes from rails/rails/master | Michael S. Klishin | 2008-12-29 | 7 | -11/+476 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Sync i18n update from rails/rails/master | Michael S. Klishin | 2008-12-28 | 16 | -71/+884 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Sync with rails/rails/master, merge two metaprogramming annotation efforts | Michael S. Klishin | 2008-12-28 | 34 | -285/+437 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Use active_support/mini instead of active_support/minimalistic | Michael S. Klishin | 2008-12-28 | 1 | -15/+0 | |
| * | | | | | | | | | | | | | | | | | Sync with wycats/rails/master | Michael S. Klishin | 2008-12-28 | 16 | -179/+202 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Annotated metaprogramming code across ActiveSupport | Michael S. Klishin | 2008-12-28 | 20 | -246/+449 | |
| | * | | | | | | | | | | | | | | | | | Merge commit 'rails/master' | Yehuda Katz | 2008-12-26 | 12 | -31/+124 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'rails/master' | Yehuda Katz | 2008-12-26 | 6 | -94/+402 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Inline the only call site of Mime::Type#browser_generated? | Michael S. Klishin | 2008-12-26 | 1 | -5/+1 |