Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add few information about missing steps [ci skip] | Robin Dupret | 2013-06-29 | 1 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some deprecations previously note covered such as the confirm option for the link_to helper or options which aren't needed anymore Also add a mention about the config.assets.js_compressor option. | |||||
* | | | | | | Merge pull request #11354 from jadeatucker/cache_exists_should_return_boolean | Rafael Mendonça França | 2013-07-09 | 2 | -3/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cache.exists? should return true/false | |||||
| * | | | | | | Explicitly test for true and false. | Jade Tucker | 2013-07-07 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | cache.exists? should return true/false | Jade Tucker | 2013-07-07 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #11351 from jetthoughts/cleanup_request | Rafael Mendonça França | 2013-07-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use content_length method instead of ENV['CONTENT_LENGTH'].to_i | |||||
| * | | | | | | | Use helper method to get ENV['CONTENT_LENGTH'] | Paul Nikitochkin | 2013-07-08 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #11353 from jetthoughts/revert_to_raw_post | Rafael Mendonça França | 2013-07-09 | 3 | -1/+15 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use Request#raw_post instead Request#body in ParamsParser#parse_formatted_parameters | |||||
| * | | | | | | | Use Request#raw_post instead Request#body | Paul Nikitochkin | 2013-07-08 | 3 | -1/+15 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to get raw_post to be not empty after ParamsParser#parse_formatted_parameters, added rewinding of body stream input on parsing json params. Closes #11345 | |||||
* | | | | | | | Merge pull request #11361 from jetthoughts/add_cursor_pointer_for_menu | Rafael Mendonça França | 2013-07-09 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added cursor pointer for 'More Ruby on Rails' dropdown menu on guides page (which appear on small windows) | |||||
| * | | | | | | | Added cursor pointer for 'More Ruby on Rails' | Paul Nikitochkin | 2013-07-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dropdown menu on guides page (which appear on small windows) [ci skip] | |||||
* | | | | | | | | Merge pull request #11368 from Amit-Thawait/master | Rafael Mendonça França | 2013-07-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed Travis CI link for rails | |||||
| * | | | | | | | | link break added after the Travis CI link | Amit Thawait | 2013-07-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | link break added after the Travis CI link | |||||
| * | | | | | | | | Fixed broken link of Travis CI for rails and added full path | Amit Thawait | 2013-07-08 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11373 from vipulnsward/remove_deprecated_test | Rafael Mendonça França | 2013-07-09 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Remove redundant test about `push_with_attributes` removal. | |||||
| * | | | | | | | | Remove redundant test about `push_with_attributes` removal. | Vipul A M | 2013-07-09 | 1 | -7/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | close our connection when we are done | Aaron Patterson | 2013-07-08 | 2 | -14/+17 | |
| | | | | | | | | ||||||
* | | | | | | | | remove dead code | Aaron Patterson | 2013-07-08 | 1 | -16/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | if we remove the connection from the pool, we should close it | Aaron Patterson | 2013-07-08 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | use latches rather than mucking with the scheduler | Aaron Patterson | 2013-07-08 | 1 | -7/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #11371 from arunagw/actionview-changes | Rafael Mendonça França | 2013-07-08 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Actionview changes | |||||
| * | | | | | | | | Removed unused require from actionview rakefile. | Arun Agrawal | 2013-07-09 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fixed broken rake task for update_version [ci skip] | Arun Agrawal | 2013-07-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added actionview to update version rake task | |||||
| * | | | | | | | | actionview should be able to install using install.rb [ci skip] | Arun Agrawal | 2013-07-09 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #11370 from dpdawson/master | Rafael Mendonça França | 2013-07-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix a grammatical error/typo in Active Record Migrations guide. [ci skip] | |||||
| * | | | | | | | | Fix a grammatical error/typo in Active Record Migrations guide. [ci skip] | Daniel Dawson | 2013-07-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* / / / / / / / | refactor to_sql so it does not depend on the to_sql implementation of | Aaron Patterson | 2013-07-08 | 1 | -4/+11 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | the connection | |||||
* | | | | | | | Merge pull request #11355 from wangjohn/class_for_rails_commands | Rafael Mendonça França | 2013-07-08 | 2 | -94/+172 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Creating a class for carrying out rails commands. | |||||
| * | | | | | | | Creating a class for carrying out rails commands. | wangjohn | 2013-07-07 | 2 | -94/+172 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class encapsulates a lot of logic that wasn't very object oriented. Helper methods have been created to try to make things more logical and easy to read. | |||||
* | | | | | | | Merge pull request #11367 from artemeff/sass_in_notes | Rafael Mendonça França | 2013-07-08 | 3 | -2/+8 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | handle notes in *.sass files | |||||
| * | | | | | | | handle notes in *.sass files | Yuri Artemev | 2013-07-08 | 3 | -2/+8 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11363 from dpdawson/master | Carlos Antonio da Silva | 2013-07-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip] | |||||
| * | | | | | | Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip] | Daniel Dawson | 2013-07-08 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #11359 from willnet/patch-1 | Yves Senn | 2013-07-08 | 1 | -1/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update 'Active Record Migrations' guide [ci skip] | |||||
| * | | | | | | Update 'Active Record Migrations' guide [ci skip] | Shinichi Maeshima | 2013-07-08 | 1 | -1/+0 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Delete an unneeded line. | |||||
* | | | | | | Fix SyntaxError in guides sample code | Akira Matsuda | 2013-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | | 1.9 Hash Syntax | Akira Matsuda | 2013-07-08 | 4 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | params keys are Strings | Akira Matsuda | 2013-07-08 | 1 | -13/+13 | |
|/ / / / / | ||||||
* | | | | | Add CHANGELOG entry for #11348 | Rafael Mendonça França | 2013-07-07 | 1 | -0/+14 | |
| | | | | | ||||||
* | | | | | Merge pull request #11348 from sanemat/fix/link-to-block | Rafael Mendonça França | 2013-07-07 | 2 | -1/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix actionview link_to with block and url_hash | |||||
| * | | | | | Include block in a argument shift | sanemat | 2013-07-08 | 1 | -6/+2 | |
| | | | | | | ||||||
| * | | | | | Fix link_to with block and url_hash | sanemat | 2013-07-07 | 2 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use link_to with block and url_hash, expect block as name. But ignore block and use url_hash as name. 3-2-stable passes this test. 4-0-stable and master fail this. | |||||
* | | | | | | Fix "Stack Level Too Deep" error when rendering recursive partials | Rafael Mendonça França | 2013-07-07 | 5 | -3/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rendering recursive partial Action View is trying to generate the view digest infinitly causing a stack level error. Fixes #11340 | |||||
* | | | | | | Merge pull request #11347 from ankit8898/refactoring-sp | Rafael Mendonça França | 2013-07-07 | 4 | -109/+92 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactored strong parameters usage and updated Gemfile.lock with Rails 4 | |||||
| * | | | | | | Refactored strong paramters usage and updated Gemfile.lock with Rails 4 | Ankit Gupta | 2013-07-07 | 4 | -109/+92 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #11317 from ma2gedev/enforcer_tag_option | Rafael Mendonça França | 2013-07-07 | 3 | -2/+39 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added an `enforce_utf8` hash option for `form_tag` method | |||||
| * | | | | | | | Added an `enforce_utf8` hash option for `form_tag` method | Takayuki Matsubara | 2013-07-07 | 3 | -2/+39 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Control to output a hidden input tag with name `utf8` without monkey patching Before: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' After: form_tag # => '<form>..<input name="utf8" type="hidden" value="✓" />..</form>' form_tag({}, { :enforce_utf8 => false }) # => '<form>....</form>' | |||||
* | | | | | | | Merge pull request #11274 from arunagw/deprecation-removed-build-fixed | Rafael Mendonça França | 2013-07-07 | 1 | -20/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Deprecation removed build fixed | |||||
| * | | | | | | Removed unused test for DateTime.local_offset | Arun Agrawal | 2013-07-07 | 1 | -20/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | see discussion here #11274 | |||||
* | | | | | | | Merge pull request #11313 from gsamokovarov/url-encoded-params-test | Rafael Mendonça França | 2013-07-06 | 1 | -25/+27 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Cleanup ul_encoded_params_parsing_test | |||||
| * | | | | | | | Cleanup ul_encoded_params_parsing_test | Genadi Samokovarov | 2013-07-05 | 1 | -25/+27 | |
| | | | | | | | |