Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test ordering bug by using another class | Evan Phoenix | 2010-03-22 | 1 | -4/+7 |
| | |||||
* | db group makes more sense here | Santiago Pastorino | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | avoid active_support/core_ext/time/conversions.rb warnings | Santiago Pastorino | 2010-03-21 | 2 | -0/+3 |
| | | | | | | [#4250 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Also revert mailer generator test changes in 8b50f89 | Jeremy Kemper | 2010-03-21 | 1 | -2/+2 |
| | |||||
* | Fix regression introduced in 8b50f89. Generated views mentioned the wrong path. | Jeremy Kemper | 2010-03-21 | 2 | -4/+5 |
| | |||||
* | Remove data-url support from url_helper [#4236 state:resolved] | Denis Odorcic | 2010-03-21 | 1 | -2/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | do not support 'data-url' anymore, just use 'href' [#4236 state:resolved] | Sebastian Martinez | 2010-03-21 | 1 | -2/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make ERB generators more flexible and customizable. | José Valim | 2010-03-21 | 5 | -46/+38 |
| | |||||
* | Remove invalid builtin tests since we aren't adding that dir to the | Joshua Peek | 2010-03-20 | 1 | -18/+0 |
| | | | | load path anymore | ||||
* | Autoload Rails::Info | Joshua Peek | 2010-03-20 | 5 | -8/+3 |
| | |||||
* | Require info controller from info routes | Joshua Peek | 2010-03-20 | 2 | -0/+4 |
| | |||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 12 | -17/+12 |
| | |||||
* | response_body is an Array in 1.9, so an Array was being pushed onto the cache | wycats | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack ↵ | wycats | 2010-03-19 | 5 | -7/+25 |
| | | | | response was a String. | ||||
* | Controller generators should generate tests when action is supplied. [#3421 ↵ | Sam Ruby | 2010-03-20 | 2 | -0/+11 |
| | | | | state:resolved] | ||||
* | Clean up Mime::Type and remove deprecated stuff (from 2.3). | José Valim | 2010-03-20 | 1 | -7/+1 |
| | |||||
* | Eliminate an error from an implicit dependency on AV::Base | wycats | 2010-03-19 | 3 | -24/+25 |
| | |||||
* | Fix protect_against_forgery | Carlhuda | 2010-03-19 | 2 | -1/+30 |
| | |||||
* | Controller generator now creates routes as well [#4233 state:resolved] | José Valim | 2010-03-19 | 6 | -20/+23 |
| | |||||
* | switching migrations to use require cleans up many warnings [#4234 ↵ | Aaron Patterson | 2010-03-19 | 1 | -1/+1 |
| | | | | | | state:resolved] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Merge branch 'master' of gitproxy:rails/rails | José Valim | 2010-03-19 | 1 | -26/+23 |
|\ | |||||
| * | cleans a bit #compute_public_path | Xavier Noria | 2010-03-19 | 1 | -26/+23 |
| | | | | | | | | | | | | [#4232 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | | Improve performance of the rendering stack by freezing formats as a sign ↵ | José Valim | 2010-03-19 | 16 | -135/+152 |
| | | | | | | | | that they shouldn't be further modified. | ||||
* | | Singleton classes returns parent's methods with instance_methods(false) and ↵ | José Valim | 2010-03-19 | 2 | -1/+17 |
| | | | | | | | | this makes remove_method in Module#delegate fail. Add a test case and fix the bug. | ||||
* | | removed useless require line | Sebastian Martinez | 2010-03-19 | 1 | -3/+0 |
|/ | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Well that was a bust | wycats | 2010-03-18 | 1 | -1/+5 |
| | |||||
* | We seem to have removed the URL helpers from ActionView subclasses... | wycats | 2010-03-18 | 3 | -0/+8 |
| | |||||
* | Each controller class has it's own view context subclass. This removes the ↵ | Carlhuda | 2010-03-18 | 5 | -50/+29 |
| | | | | need for ActionView::Base.for_controller | ||||
* | remove duplicated self.view_paths assingment on controller tests [#4206 ↵ | Santiago Pastorino | 2010-03-18 | 1 | -2/+2 |
| | | | | | | state:commited] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Make dependencies_test pass running standalone [#4215 state:resolved] | Santiago Pastorino and Sebastian Martinez | 2010-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Added missing requires abstract_unit and activesupport to the loadpath of ↵ | Santiago Pastorino and Sebastian Martinez | 2010-03-18 | 4 | -2/+6 |
| | | | | | | ts_isolated [#4215 state:committed] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Return a valid Rack response from bare ActionController::Metal | Carlhuda | 2010-03-18 | 3 | -14/+35 |
| | |||||
* | Make render :partial, :layout consistent between AC and AV | Carlhuda | 2010-03-18 | 2 | -17/+1 |
| | |||||
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 11 | -41/+60 |
| | |||||
* | Remove caching's dependency on view_context. Also, make it so that the ↵ | Carlhuda | 2010-03-18 | 2 | -14/+26 |
| | | | | layout is always rendered the same way (so that layout dependencies on the action actually being rendered aren't masked on the first render) | ||||
* | Make action_has_layout? non-private | Carlhuda | 2010-03-18 | 1 | -4/+4 |
| | |||||
* | @layout is a confusing name... use @cache_layout | Carlhuda | 2010-03-18 | 1 | -3/+3 |
| | |||||
* | kill where / having method redefine warnings. [#4225 state:resolved] | Aaron Patterson | 2010-03-18 | 1 | -0/+1 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Merge branch 'master' of github.com:rails/rails | wycats | 2010-03-18 | 1 | -8/+8 |
|\ | |||||
| * | While isolated tests are useful, they take far too long to run for us to be ↵ | Carlhuda | 2010-03-18 | 1 | -8/+8 |
| | | | | | | | | getting useful information from CI. Perhaps another box that runs the isolated tests every 3 hours (instead of per commit) | ||||
* | | Fixed require line | Sebastian Martinez | 2010-03-18 | 1 | -1/+1 |
|/ | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | added require abstract_unit on setter_trap.rb | Sebastian Martinez | 2010-03-18 | 1 | -0/+2 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Fix an error in isolated running of tests | Carlhuda | 2010-03-18 | 1 | -8/+0 |
| | |||||
* | AS datetime conversions now require AS time conversions | snusnu | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | squelching more warnings in the AR tests. [#4218 state:resolved] | Aaron Patterson | 2010-03-18 | 4 | -14/+45 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Sending the partial as info is no longer required. | José Valim | 2010-03-18 | 2 | -5/+5 |
| | |||||
* | Use Array.wrap not Array() | Jeremy Kemper | 2010-03-17 | 3 | -4/+8 |
| | |||||
* | Fix broken test due to constant collision | Jeremy Kemper | 2010-03-17 | 2 | -6/+4 |
| | |||||
* | Kill nonexistent method removal | Jeremy Kemper | 2010-03-17 | 1 | -2/+0 |
| | |||||
* | Deleting and setting a cookie in the same request was broken | Mathias Biilmann Christensen | 2010-03-17 | 2 | -0/+12 |
| | | | | | | | | Made sure to remove a cookie from @deleted_cookies when set [#4211 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> |