| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix current_page? helper issue with engine root path | savroff | 2017-06-19 | 1 | -1/+4 |
* | Generate field ids in `collection_check_boxes` and `collection_radio_buttons` | yuuji.yaginuma | 2017-06-11 | 2 | -0/+2 |
* | Don't rely on the @view_renderer being defined. | Kasper Timm Hansen | 2017-06-08 | 1 | -2/+2 |
* | Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-... | Kasper Timm Hansen | 2017-06-08 | 4 | -10/+11 |
* | Use a hash to record every partial's cache hit status instead of sharing a bo... | Stan Lo | 2017-06-08 | 3 | -3/+6 |
* | Move slicing to initializer. | Kasper Timm Hansen | 2017-06-07 | 2 | -2/+2 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 6 | -23/+12 |
* | Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla... | Kasper Timm Hansen | 2017-05-29 | 1 | -1/+1 |
|\ |
|
| * | Pass params __FILE__ and __LINE__ + 1 if class_eval with << | bogdanvlviv | 2017-05-29 | 1 | -1/+1 |
* | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 5 | -24/+17 |
* | | Merge pull request #29119 from spohlenz/fix-select-with-enumerable | Matthew Draper | 2017-05-24 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix select tag helper used with Enumerable choices | Sam Pohlenz | 2017-05-17 | 1 | -1/+1 |
* | | Add :json type to auto_discovery_link_tag | Mike Gunderloy | 2017-05-20 | 1 | -5/+7 |
* | | Use recyclable cache keys (#29092) | David Heinemeier Hansson | 2017-05-18 | 2 | -10/+18 |
|/ |
|
* | Merge pull request #20701 from iamvery/date-helper-argument-error | Andrew White | 2017-04-27 | 1 | -18/+26 |
|\ |
|
| * | Ensure input to distance_of_time_in_words is not nil | Jay Hayes | 2017-04-27 | 1 | -18/+26 |
* | | Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select... | Kasper Timm Hansen | 2017-04-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`... | kyuden | 2017-04-24 | 1 | -1/+1 |
| |/ |
|
* / | Fix `current_page?` regression: | Edouard CHIN | 2017-04-26 | 1 | -1/+1 |
|/ |
|
* | Set to `form_with_generates_remote_forms` only when config is explicitly spec... | yuuji.yaginuma | 2017-04-22 | 1 | -2/+4 |
* | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 1 | -0/+7 |
* | Reuse the Parameters#to_h check in the routing helpers | Rafael Mendonça França | 2017-04-18 | 1 | -5/+0 |
* | Add `form_with_generates_remote_forms` config. | Kasper Timm Hansen | 2017-04-16 | 1 | -1/+3 |
* | Default embed_authenticity_token_in_remote_forms to nil. | Kasper Timm Hansen | 2017-04-16 | 3 | -8/+10 |
* | Fix module name [ci skip] | yuuji.yaginuma | 2017-04-15 | 1 | -10/+10 |
* | Close form_for tag in FormHelper API docs | Alex Muller | 2017-04-13 | 1 | -2/+2 |
* | Fix rubocop violations | yuuji.yaginuma | 2017-04-12 | 1 | -1/+1 |
* | Stop complaining about not being able to digest dynamic template partial name... | David Heinemeier Hansson | 2017-03-22 | 1 | -2/+4 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -2/+2 |
* | Fix typo in actionview error message | adamgamble | 2017-03-17 | 1 | -1/+1 |
* | Remove `encode_special_chars` option from `strip_tags` | Andrew Hood | 2017-02-27 | 1 | -4/+10 |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
* | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 1 | -4/+4 |
* | Unfreeze interpolated string because it's useless. | Stan Lo | 2017-02-19 | 1 | -1/+1 |
* | call `gem` `erubis` before require | yuuji.yaginuma | 2017-02-01 | 1 | -0/+1 |
* | Merge pull request #27795 from meagar/fix-missing-partial-iteration | Rafael França | 2017-01-31 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into fix-missing-partial-iteration | Matthew Eagar | 2017-01-25 | 5 | -74/+168 |
| |\ |
|
| * | | Add partial iteration variable to template keys | Matthew Eagar | 2017-01-25 | 1 | -1/+1 |
* | | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis` | Fumiaki MATSUSHIMA | 2017-02-01 | 2 | -1/+10 |
* | | | Merge pull request #27738 from kenta-s/remove-unused-argument-formats | Rafael França | 2017-01-31 | 2 | -27/+27 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unused argument `formats` | kenta-s | 2017-01-20 | 2 | -27/+27 |
* | | | Fix grammar 'an hyphen' -> 'a hyphen' [ci skip] | kenta-s | 2017-01-25 | 1 | -1/+1 |
* | | | Change ActionView ERB Handler from Erubis to Erubi | Jeremy Evans | 2017-01-25 | 4 | -73/+167 |
| |/
|/| |
|
* | | Remove unnecessary comments in cache_helper.rb [ci skip] | kenta-s | 2017-01-21 | 1 | -2/+0 |
* | | `find_templates` should be able to handle 5 arguments | kenta-s | 2017-01-19 | 1 | -2/+2 |
|/ |
|
* | Remove TODOs related to Exceptron [ci skip] | kenta-s | 2017-01-18 | 1 | -2/+0 |
* | Fix grammar in partial_renderer.rb [ci skip] | kenta-s | 2017-01-18 | 1 | -1/+1 |
* | Merge pull request #27665 from kenta-s/improve-compute_asset_extname | Rafael França | 2017-01-18 | 1 | -1/+5 |
|\ |
|
| * | should explicitly returns nil in else clause | kenta-s | 2017-01-13 | 1 | -1/+5 |
* | | Merge pull request #27693 from kenta-s/improve-to_sentence-method | Rafael França | 2017-01-18 | 1 | -1/+1 |
|\ \ |
|