Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 14 | -12/+151 | |
| | | | ||||||
| * | | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 6 | -0/+190 | |
| | | | ||||||
| * | | Remove errant debug code | Yehuda Katz | 2009-02-03 | 1 | -2/+0 | |
| | | | ||||||
| * | | Make tests pass | Yehuda Katz | 2009-02-02 | 3 | -123/+2 | |
| | | | ||||||
| * | | Whoops. | Yehuda Katz | 2009-02-02 | 1 | -0/+40 | |
| | | | ||||||
| * | | Add support for pending | Yehuda Katz | 2009-02-02 | 3 | -9/+17 | |
| | | | ||||||
| * | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-02-02 | 2 | -26/+0 | |
| |\ \ | ||||||
| | * | | Remove dead cgi_ext require | Jeremy Kemper | 2009-01-31 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Remove duplicate ConcurrentHash | Jeremy Kemper | 2009-01-31 | 1 | -25/+0 | |
| | | | | ||||||
| * | | | Some merge cleanup | Yehuda Katz | 2009-02-02 | 6 | -15/+137 | |
| | | | | ||||||
| * | | | Merge commit 'rails/3-0-unstable' | Yehuda Katz | 2009-01-30 | 123 | -1122/+1437 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb actionpack/lib/action_dispatch/http/mime_type.rb actionpack/lib/action_dispatch/http/request.rb actionpack/lib/action_view/base.rb actionpack/lib/action_view/paths.rb actionpack/test/controller/session/cookie_store_test.rb actionpack/test/dispatch/rack_test.rb actionpack/test/dispatch/request_test.rb | |||||
| | * | | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 12 | -105/+111 | |
| | | | | ||||||
| | * | | Move HTTP libs and middleware into ActionDispatch component | Joshua Peek | 2009-01-27 | 44 | -427/+134 | |
| | | | | ||||||
| | * | | Reorganize ActionController folder structure | Joshua Peek | 2009-01-27 | 68 | -559/+976 | |
| | | | | ||||||
| | * | | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 51 | -556/+759 | |
| | | | | ||||||
| | * | | Merge branch 'master' into 3-0-unstable | Joshua Peek | 2009-01-22 | 273 | -16821/+17130 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ci/cruise_config.rb | |||||
| | * | | | 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 ↵ | Jeremy Kemper | 2009-01-09 | 13 | -82/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alias_method_chain :process either. | |||||
| * | | | | | | | | | | | 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 ↵ | Pratik Naik | 2009-01-09 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Strother] | |||||
| * | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | | | | | | | | | | | Add transaction check to SQLite2 adapter to fix ↵ | Mike Gunderloy | 2009-01-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_sqlite_add_column_in_transaction_raises_statement_invalid [#1669 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | | | | | | | | | | | Clean up view path cruft and split path implementations into Template::Path ↵ | Joshua Peek | 2009-01-01 | 12 | -138/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Template::EagerPath | |||||
| * | | | | | | | | | | | | | Fix failing gem dependency tests [#1659 state:resolved] | Mike Gunderloy | 2009-01-01 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | | | | | | | | | | | Fix FCGI dispatching tests | Mike Gunderloy | 2009-01-01 | 1 | -42/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
| * | | | | | | | | | | | | | Fixed incorrect parsing of query parameters with mixed-depth nesting inside ↵ | Mark Reginald James | 2009-01-01 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an array [#1622 state:resolved] Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com> |