| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean LookupContext API. | José Valim | 2010-03-08 | 1 | -3/+3 |
* | Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ... | Carlhuda | 2010-03-08 | 1 | -0/+36 |
* | Merge master. | José Valim | 2010-03-08 | 2 | -1/+10 |
|\ |
|
| * | Make sure nested singular resources get the correct name | Jan De Poorter | 2010-03-07 | 1 | -0/+10 |
| * | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -1/+0 |
* | | Move details to lookup_context and make resolvers use the cache key. | José Valim | 2010-03-08 | 1 | -41/+1 |
* | | Speed up performance in resolvers by adding fallbacks just when required. | José Valim | 2010-03-08 | 2 | -4/+4 |
* | | More refactoring on the views side of rendering. | José Valim | 2010-03-08 | 2 | -51/+84 |
* | | Finally moved the find template logic to the views. | José Valim | 2010-03-08 | 1 | -2/+2 |
* | | Move layout lookup to views. | José Valim | 2010-03-08 | 1 | -1/+1 |
* | | Added template lookup responsible to hold all information used in template lo... | José Valim | 2010-03-07 | 3 | -61/+4 |
* | | First take on ViewPaths clean up. | José Valim | 2010-03-07 | 1 | -2/+2 |
|/ |
|
* | Adds disable option to date_helpers generated hidden fields when html_options... | Santiago Pastorino | 2010-03-05 | 1 | -0/+55 |
* | Solved a problem that prevented render :file => work in layouts | Jose Fernandez | 2010-03-05 | 2 | -0/+7 |
* | Remove the ability to set the mountpoint when initializing a route set. | Carl Lerche | 2010-03-04 | 1 | -24/+4 |
* | Tweak out url_for uses :script_name and add some tests | Carl Lerche | 2010-03-04 | 1 | -0/+58 |
* | Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a... | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Refactor cache_store to use ActionController config | Carlhuda | 2010-03-04 | 2 | -9/+15 |
* | remove_method is private | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 2 | -4/+4 |
* | Move stuff from compatibility.rb to deprecated.rb | Carlhuda | 2010-03-04 | 1 | -1/+0 |
* | Clarify cookie jar test | Jeremy Kemper | 2010-03-04 | 1 | -6/+1 |
* | Safely cleans up a test to avoid relying on a particular test order | wycats | 2010-03-04 | 1 | -10/+23 |
* | Fixes test ordering bug (ht: evan) | wycats | 2010-03-04 | 1 | -0/+3 |
* | Fix a bunch of failing AP / AM specs created from the previous AbstractContro... | Carl Lerche | 2010-03-04 | 1 | -27/+15 |
* | Merge branch 'configuration_refactor' | Carl Lerche | 2010-03-03 | 12 | -224/+129 |
|\ |
|
| * | Move the original config method onto AbstractController | Carl Lerche | 2010-03-03 | 2 | -2/+2 |
| * | Start refactoring the method of configuring ActionView | Carlhuda | 2010-03-03 | 4 | -24/+23 |
| * | Deprecate IP spoofing settings that are directly on the controller in favor o... | Carlhuda | 2010-03-03 | 1 | -2/+0 |
| * | Move remote_ip to a middleware: | Carlhuda | 2010-03-03 | 1 | -5/+7 |
| * | ActionController::Base.use_accept_header is not actually used anymore, so let... | Carl Lerche | 2010-03-03 | 4 | -26/+0 |
| * | ActionDispatch::Request deprecates #request_uri | Carl Lerche | 2010-03-03 | 3 | -17/+17 |
| * | Fix tests for the request refactor | Carl Lerche | 2010-03-03 | 3 | -21/+40 |
| * | Tweak the semantic of various URL related methods of ActionDispatch::Request | Carlhuda | 2010-03-03 | 4 | -87/+16 |
| * | Work on deprecating ActionController::Base.relative_url_root | Carlhuda | 2010-03-03 | 3 | -39/+22 |
| * | Move session_store and session_options to the AC configuration object | Carlhuda | 2010-03-03 | 1 | -2/+3 |
* | | don't depend on the order of cookies (Hash ordering bug) | Yehuda Katz | 2010-03-03 | 1 | -1/+1 |
|/ |
|
* | Fix failing Action Pack tests | Carlhuda | 2010-03-02 | 4 | -3/+14 |
* | No longer add missing leading / on path args to assert_redirected_to. Depreca... | Jeremy Kemper | 2010-03-02 | 1 | -2/+4 |
* | Fix some tests that relied on hardcoded Exception information (ht: evan) | Yehuda Katz | 2010-03-02 | 1 | -2/+2 |
* | Action Mailer setup obviated by test bundle | Jeremy Kemper | 2010-03-02 | 1 | -12/+1 |
* | Change AV formats so they can delegate to the controller. Now users (or plugi... | Carlhuda | 2010-03-01 | 2 | -0/+2 |
* | add activesupport and activemodel load paths to actionpack tests | Joshua Peek | 2010-02-28 | 1 | -0/+6 |
* | Remove implicit controller namespacing from new dsl | Joshua Peek | 2010-02-28 | 3 | -7/+13 |
* | 1.9 seems to have a bug involving cloned classes and super. Fix it by not clo... | Carlhuda | 2010-02-26 | 1 | -8/+12 |
* | If IntegrationSession is initialized with an objects that responds to #routes... | Carlhuda | 2010-02-26 | 4 | -6/+3 |
* | Upon further reflection, we realized that SharedTestRoutes is not really a ha... | Carlhuda | 2010-02-26 | 1 | -1/+0 |
* | Relatively speaking, it's not actually that bad... | Carlhuda | 2010-02-26 | 1 | -2/+0 |
* | Setting UrlFor in with_routing is no longer needed now that it's not global | Carlhuda | 2010-02-26 | 1 | -4/+5 |
* | Remove traces of SharedTestRoutes from user code; leave it as a standin for R... | Carlhuda | 2010-02-26 | 1 | -1/+0 |