Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix small typo in documentation | Krekoten' Marjan | 2010-10-12 | 1 | -1/+1 | |
| |/ | ||||||
* | | Remove :cache => true on lookup templates initialization. | José Valim | 2010-10-14 | 7 | -53/+3 | |
| | | ||||||
* | | SReorganize autoloads slightly and move two files to lib/action_view root. | José Valim | 2010-10-14 | 5 | -11/+8 | |
| | | ||||||
* | | render :once should consider the current controller prefix. | José Valim | 2010-10-14 | 5 | -13/+41 | |
| | | ||||||
* | | Show exceptions rescues the original exception | Les Hill and Sandro Turriate | 2010-10-12 | 2 | -0/+33 | |
| | | | | | | | | | | | | [#5784 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Return a valid empty JSON on successful PUT and DELETE requests. [#5199 ↵ | Szymon Nowak | 2010-10-12 | 2 | -0/+39 | |
| | | | | | | | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Fix test helpers to ensure get method forms are properly tested [#5753 ↵ | Aditya Sanghi | 2010-10-12 | 2 | -9/+16 | |
| | | | | | | | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | make sure request parameters are accessible after rack throws an exception ↵ | Miles Egan | 2010-10-12 | 2 | -2/+14 | |
| | | | | | | | | | | | | parsing the query string [#3030 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | removing some load path tomfoolery | Aaron Patterson | 2010-10-11 | 1 | -3/+0 | |
| | | ||||||
* | | fixing railties tests | Aaron Patterson | 2010-10-11 | 1 | -1/+0 | |
| | | ||||||
* | | Refactor a bit this code to add data-confirm and data-disable-with | Santiago Pastorino | 2010-10-11 | 2 | -14/+6 | |
| | | ||||||
* | | data-disable-with in button_to helper | Paco Guzman | 2010-10-11 | 2 | -0/+27 | |
|/ | | | | | | [#4993 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-10-11 | 1 | -3/+0 | |
|\ | ||||||
| * | Revert "Add missing CHANGELOG entry about reset_javascript_include_default" | Xavier Noria | 2010-10-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | This reverts commit 234a4ca7ddb7794a92f266af48fd38edbdb03003. Reason: No big deal Ryan, only there's a very strict policy in docrails which allows public write access on the other hand. CHANGELOGs can only be edited in master. If this is added I'll make sure you get the credit for the patch. | |||||
| * | Add missing CHANGELOG entry about reset_javascript_include_default | Ryan Bigg | 2010-10-11 | 1 | -0/+2 | |
| | | ||||||
| * | Remove mention to register_javascript_include_default in documentation | Ryan Bigg | 2010-10-11 | 1 | -3/+0 | |
| | | ||||||
* | | Revert "Make InstanceTagMethods#value_before_type_cast raise if the model ↵ | Santiago Pastorino | 2010-10-10 | 2 | -38/+3 | |
| | | | | | | | | | | | | | | | | don't respond to attr_before_type_cast or attr method" And "Makes form_helper use overriden model accessors" This reverts commit 3ba8e3100548f10fce0c9784981a4589531476dd and fb0bd8c1092db51888ec4bb72af6c595e13c31fa. | |||||
* | | Do not allow templates coming from Fallback resolvers to store a virtual path. | José Valim | 2010-10-10 | 5 | -4/+29 | |
| | | ||||||
* | | Use identifiers for template equality. | José Valim | 2010-10-10 | 5 | -10/+46 | |
| | | ||||||
* | | Clean up unused methods from AV::Base and pass in the template object on ↵ | José Valim | 2010-10-10 | 6 | -31/+33 | |
| | | | | | | | | rendering. | |||||
* | | Add expire! and rerender to the template API. This will be used by SASS ↵ | José Valim | 2010-10-10 | 2 | -5/+67 | |
| | | | | | | | | template handler. | |||||
* | | Add some unit tests to Template#refresh. | José Valim | 2010-10-10 | 1 | -4/+28 | |
| | | ||||||
* | | Update CHANGELOG. | José Valim | 2010-10-10 | 2 | -1/+9 | |
| | | ||||||
* | | Add support to render :once. | José Valim | 2010-10-10 | 6 | -29/+139 | |
| | | | | | | | | This will be used internally by sprockets to ensure requires are executed just once. | |||||
* | | Clean up the house before moving in the new furniture. | José Valim | 2010-10-10 | 10 | -306/+348 | |
| | | | | | | | | This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects. | |||||
* | | prevent rake test to run the test suite three times when ENV['TEST'] is set ↵ | David Calavera | 2010-10-10 | 1 | -5/+8 | |
| | | | | | | | | | | | | [#3572 state:resolved] Signed-off-by: Xavier Noria <fxn@hashref.com> | |||||
* | | Rendering doesn't need RackDelegation | wycats | 2010-10-10 | 1 | -1/+0 | |
| | | ||||||
* | | Fix a few bugs when trying to use Head standalone | wycats | 2010-10-10 | 4 | -4/+23 | |
| | | ||||||
* | | Resolvers now consider timestamps. | José Valim | 2010-10-10 | 4 | -35/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | Before this patch, every request in development caused the template to be compiled, regardless if it was updated in the filesystem or not. This patch now checks the timestamp and only compiles it again if any change was done. While this probably won't show any difference for current setups, but it will be useful for asset template handlers (like SASS), as compiling their templates is slower than ERb, Haml, etc. | |||||
* | | Deprecate old template handler API. Remove old handlers. | José Valim | 2010-10-10 | 23 | -59/+64 | |
| | | ||||||
* | | Add more docs and tests to templates. | José Valim | 2010-10-09 | 2 | -41/+66 | |
| | | ||||||
* | | Fix example that became outdated after a code change. | Andrea Campi | 2010-10-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | [#5770 state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | | Refactor resource action scope methods | Andrew White | 2010-10-08 | 1 | -38/+20 | |
| | | ||||||
* | | Fix 1.9.2 failures. | José Valim | 2010-10-08 | 1 | -4/+4 | |
| | | ||||||
* | | fix rendering a partial with an array as its :object [#5746 state:resolved] | Michael Koziarski | 2010-10-08 | 3 | -3/+12 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> Conflicts: actionpack/lib/action_view/render/partials.rb | |||||
* | | Allow cache to be temporarily disabled through lookup_context. | José Valim | 2010-10-07 | 5 | -6/+53 | |
| | | ||||||
* | | render :template => 'foo/bar.json' now works as it should. | José Valim | 2010-10-07 | 6 | -15/+57 | |
| | | ||||||
* | | Make collection rendering faster. | José Valim | 2010-10-07 | 2 | -3/+3 | |
| | | ||||||
* | | Remove locals dependency from template. | José Valim | 2010-10-07 | 9 | -85/+130 | |
| | | | | | | | | | | | | This means that templates does not need to store its source anymore, allowing us to reduce the ammount of memory taken by our Rails processes. Naively speaking, if your app/views contains 2MB of files, each of your processes (after being hit by a bunch of requests) will take 2MB less of memory after this commit. This is extremely important for the upcoming features. Since Rails will also render CSS and JS files, their source won't be stored as well allowing us to decrease the ammount of memory taken. | |||||
* | | Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ↵ | José Valim | 2010-10-07 | 2 | -23/+26 | |
|/ | | | | class. | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-10-06 | 2 | -6/+3 | |
|\ | ||||||
| * | `render :text => proc { ... }` is no longer supported. | John Firebaugh | 2010-10-04 | 1 | -4/+0 | |
| | | ||||||
| * | Template::Error is also used if rendering fails. | John Firebaugh | 2010-10-04 | 1 | -2/+3 | |
| | | ||||||
* | | Provide a cleaner syntax for paths configuration that does not rely on ↵ | José Valim | 2010-10-06 | 2 | -6/+8 | |
| | | | | | | | | method_missing. | |||||
* | | refactoring to use fewer intermediate variables | Aaron Patterson | 2010-10-04 | 1 | -11/+12 | |
| | | ||||||
* | | cleaning up more crazy! | Aaron Patterson | 2010-10-04 | 1 | -3/+3 | |
| | | ||||||
* | | deleting more crazy | Aaron Patterson | 2010-10-04 | 1 | -6/+4 | |
| | | ||||||
* | | dry up some crazy codes | Aaron Patterson | 2010-10-04 | 1 | -8/+6 | |
| | | ||||||
* | | fixing a few test warnings | Aaron Patterson | 2010-10-04 | 2 | -2/+7 | |
| | | ||||||
* | | only forwarding enough methods to work. People should grab the delegate ↵ | Aaron Patterson | 2010-10-04 | 2 | -19/+16 | |
| | | | | | | | | tempfile if they really need to do hard work |