Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test helpers in erb using erb | lest | 2011-11-30 | 1 | -0/+3 |
| | |||||
* | Deprecate set_sequence_name in favour of self.sequence_name= | Jon Leighton | 2011-11-29 | 1 | -2/+2 |
| | |||||
* | Deprecate set_table_name in favour of self.table_name= or defining your own ↵ | Jon Leighton | 2011-11-29 | 1 | -1/+1 |
| | | | | method. | ||||
* | fix label with block in erb | lest | 2011-11-27 | 1 | -0/+4 |
| | |||||
* | Merge pull request #2219 from kommen/fix_fragment_caching_squashed | Santiago Pastorino | 2011-10-13 | 1 | -0/+1 |
| | | | | Fix fragment caching (squashed commits) | ||||
* | added tests for render :file/:template and the :formats/:handlers/:locale ↵ | Nick Sutterer | 2011-09-23 | 2 | -0/+2 |
| | | | | options. | ||||
* | Deprecate passing the template handler in the template name. | José Valim | 2011-09-22 | 1 | -1/+1 |
| | | | | | | For example, calling hello.erb is now deprecated. Since Rails 3.0 passing the handler had no effect whatsover. This commit simply deprecates such cases so we can clean up the code in later releases. | ||||
* | it is now possible to pass details options (:formats, :details, :locales, ↵ | Nick Sutterer | 2011-09-22 | 2 | -0/+2 |
| | | | | ...) to #render, #find_template and friends. this doesn't change anything in global context. | ||||
* | * is not allowed in windows file names. Closes #2574 #2847 | Santiago Pastorino | 2011-09-04 | 1 | -0/+0 |
| | |||||
* | Properly escape glob characters. | Aaron Patterson | 2011-08-16 | 1 | -0/+1 |
| | |||||
* | Added view template invalid name check, along with tests. No merges in commit. | huskins | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | Add tests for alternate asset prefix/environment | Sam Pohlenz | 2011-07-01 | 1 | -0/+1 |
| | |||||
* | Make sure respond_with with :js tries to render a template in all cases | José Valim | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | Allow multiple sources in Sprockets helpers | Guillermo Iguaran | 2011-06-05 | 2 | -0/+0 |
| | |||||
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -3/+0 |
| | |||||
* | Add debug_asset support | Joshua Peek | 2011-05-22 | 2 | -0/+2 |
| | |||||
* | All assets, including images, audio, and video, now uses the asset pipeline ↵ | David Heinemeier Hansson | 2011-04-19 | 1 | -0/+0 |
| | | | | when its on | ||||
* | content_for should work with provide. | José Valim | 2011-04-16 | 4 | -0/+13 |
| | |||||
* | removes the RJS template handler | Xavier Noria | 2011-04-13 | 7 | -12/+0 |
| | |||||
* | removes support for render :update | Xavier Noria | 2011-04-13 | 5 | -11/+0 |
| | |||||
* | Merge branch 'master' into sprockets | Joshua Peek | 2011-04-12 | 2 | -0/+2 |
|\ | |||||
| * | pass respond_with options to controller render when using a template for api ↵ | Josh Kalderimis | 2011-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | navigation Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | only try to display an api template in responders if the request is a get or ↵ | Josh Kalderimis | 2011-03-31 | 1 | -0/+1 |
| | | | | | | | | | | | | there are no errors Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 2 | -0/+2 |
|\| | |||||
| * | Add a failing test case for an implicit action with a before filter. | Manfred Stienstra | 2011-03-23 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Andrew White <andyw@pixeltrix.co.uk> | ||||
* | | Seperate asset directories | Joshua Peek | 2011-03-29 | 6 | -0/+0 |
| | | |||||
* | | Tests for SprocketsHelper | Joshua Peek | 2011-03-29 | 6 | -0/+0 |
|/ | |||||
* | [action_view] added custom patterns to template resolver | Chris Kowalik | 2011-03-20 | 3 | -0/+3 |
| | |||||
* | Add a test for 'render :layout' | Anton Astashov | 2011-02-03 | 1 | -0/+4 |
| | | | | | | | | | To make sure it will show block contents if it is placed after 'render :partial' [#5557 state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Recreate symlink in layouts for tests | Piotr Sarnacki | 2010-12-31 | 1 | -0/+1 |
| | |||||
* | ActionController::Base.helpers.sanitize ignores case in protocol | Timothy N. Tsvetkov | 2010-12-30 | 1 | -1/+0 |
| | | | | | | [#6044 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 | Sven Fuchs | 2010-12-04 | 5 | -2/+3 |
| | | | | | | Don't catch exceptions here. Instead only declare that we want exceptions to be rescued as :html, but also let users configure reactions to exceptions in I18n. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | add the fixture file | Neeraj Singh | 2010-11-22 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Tests added for rendering partial with layout, when the partial contains ↵ | Santiago Pastorino | 2010-11-13 | 3 | -0/+10 |
| | | | | another render layout with block call added missing fixtures | ||||
* | Fix render partial with layout and no block | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+2 |
| | | | | | | | | When using a render :partial with :layout call, without giving a block, if the given :partial had another render :partial call, the layout was not being rendered. This commit fixes this context by storing variables before rendering the partial, so they are not overrided in any successive call to render partials down the path. All ActionPack tests are ok. | ||||
* | Fix issue with rendering partials and then yielding inside a render layout call | Carlos Antonio da Silva | 2010-11-11 | 4 | -0/+6 |
| | | | | | | | The given block was never being executed when another render :partial call existed before the yield call, due to the block being overriden. This commit also adds some more tests to render with :layout option. | ||||
* | Deprecate old template handler API. Remove old handlers. | José Valim | 2010-10-10 | 15 | -6/+6 |
| | |||||
* | fix rendering a partial with an array as its :object [#5746 state:resolved] | Michael Koziarski | 2010-10-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> Conflicts: actionpack/lib/action_view/render/partials.rb | ||||
* | Test correct method behaviour. | Emilio Tagua | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Use redefine_method since baz is already defined. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | Remove useless string line causing a warning. | Emilio Tagua | 2010-09-28 | 1 | -1/+0 |
| | |||||
* | Modified ActionDispatch::Static to allow passing multiple roots | Piotr Sarnacki | 2010-09-03 | 4 | -0/+4 |
| | |||||
* | Be sure to call helper :all just on direct children. (Tests by Jesse Storimer) | José Valim | 2010-08-26 | 2 | -0/+6 |
| | |||||
* | Add clear_helpers as a way to clean up all helpers added to this controller, ↵ | José Valim | 2010-08-26 | 1 | -0/+5 |
| | | | | maintaing just the helper with the same name as the controller. | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 6 | -15/+15 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | layout_for works again with objects as specified in the documentation and ↵ | José Valim & Carlos Antonio da Silva | 2010-08-11 | 2 | -0/+2 |
| | | | | Rails 2.3 [#5357 state:resolved] | ||||
* | Fixed that an ArgumentError is thrown when request.session_options[:id] is ↵ | Michael Lovitt | 2010-06-27 | 1 | -0/+10 |
| | | | | | | | | read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types. [#4938] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Make sure a namespaced <%= render form %> still renders the _form partial ↵ | Jan De Poorter | 2010-06-20 | 1 | -0/+1 |
| | | | | | | [#4784 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | render(:inline) in a layout before yield replaces original content | Neeraj Singh | 2010-06-13 | 1 | -0/+2 |
| | | | | | | [#4777 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | fix translation test in actionpack [#4701 state:commited] | Santiago Pastorino | 2010-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: wycats <wycats@gmail.com> |