| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix asset url examples [ci skip] | Ryuta Kamizono | 2017-11-15 | 1 | -6/+6 |
* | Merge pull request #30963 from q-centrix/performance-improvements-add_method_... | Rafael França | 2017-11-14 | 1 | -1/+14 |
|\ |
|
| * | Performance improvements for add_method_to_attributes! | Dillon Welch | 2017-11-07 | 1 | -1/+14 |
* | | Use new Rake URL of Ruby core [ci skip] | aycabta | 2017-11-10 | 1 | -1/+1 |
* | | Merge pull request #31088 from neumayr/am-helper-missing-field_with_errors | Rafael França | 2017-11-09 | 4 | -3/+104 |
|\ \ |
|
| * | | Fix field_error_proc wrap form select optgroup and divider option tag | neumayr | 2017-11-09 | 4 | -3/+104 |
* | | | Correctly kill the server started with ujs test | yuuji.yaginuma | 2017-11-09 | 1 | -2/+2 |
|/ / |
|
* / | Fix output of `select_tag` with `include_blank: true` [ci skip] | yuuji.yaginuma | 2017-11-08 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' into nofollow-change | Dillon Welch | 2017-11-03 | 8 | -10/+33 |
|\ |
|
| * | Fix "warning: instance variable @defined_root not initialized" | yuuji.yaginuma | 2017-11-02 | 1 | -1/+1 |
| * | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returns | Rafael França | 2017-10-31 | 1 | -2/+2 |
| |\ |
|
| | * | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -2/+2 |
| * | | Merge pull request #31012 from y-yagi/remove_unused_missing_requests_error | Rafael França | 2017-10-30 | 2 | -4/+0 |
| |\ \ |
|
| | * | | Remove unused `MissingRequestError` | yuuji.yaginuma | 2017-10-31 | 2 | -4/+0 |
| | |/ |
|
| * | | Merge pull request #31002 from ta1kt0me/call_ajax_without_beforeSend | Guillermo Iguaran | 2017-10-29 | 3 | -2/+29 |
| |\ \ |
|
| | * | | Enable to call Rails.ajax without beforeSend | ta1kt0me | 2017-10-28 | 3 | -2/+29 |
| | |/ |
|
| * / | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -1/+1 |
| |/ |
|
* | | Fix typo | Dillon Welch | 2017-11-02 | 1 | -1/+1 |
* | | Use blank? check instead of key? check | Dillon Welch | 2017-11-02 | 1 | -3/+3 |
* | | Prevent extra string allocations when no 'rel' arg passed | Dillon Welch | 2017-10-26 | 1 | -3/+7 |
|/ |
|
* | Merge pull request #30513 from y-yagi/fix_30444 | Akira Matsuda | 2017-10-25 | 2 | -2/+4 |
|\ |
|
| * | Does not include disabled element in params | yuuji.yaginuma | 2017-09-03 | 2 | -2/+4 |
* | | Remove deprecated Erubis ERB handler | Rafael Mendonça França | 2017-10-23 | 5 | -112/+4 |
* | | Merge pull request #29710 from padi/rails-ujs-docs | Guillermo Iguaran | 2017-10-22 | 2 | -0/+25 |
|\ \ |
|
| * | | Adds descriptions to rails-ujs methods [ci skip] | Marc Rendl Ignacio | 2017-07-07 | 2 | -0/+25 |
* | | | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 25 | -35/+35 |
* | | | Return correct exit status of ujs test | yuuji.yaginuma | 2017-10-20 | 1 | -1/+1 |
* | | | PhantomJS is abandoned, replace it with Selenium/Chrome headless | Guillermo Iguaran | 2017-10-19 | 1 | -1/+1 |
* | | | Merge pull request #29127 from DmytroVasin/rails-ujs-remote-callbacks | Guillermo Iguaran | 2017-10-19 | 3 | -69/+34 |
|\ \ \ |
|
| * | | | Fix callback in rails ujs | Vasin Dmitriy | 2017-06-07 | 3 | -69/+34 |
* | | | | Remove unused `FixtureTemplate` class | yuuji.yaginuma | 2017-10-19 | 1 | -11/+0 |
* | | | | Remove extra spaces in the args in the `time_zone_select` [ci skip] | Ryuta Kamizono | 2017-10-16 | 1 | -6/+6 |
* | | | | Fix some typos. | Mike Boone | 2017-10-10 | 2 | -3/+3 |
* | | | | Merge pull request #30831 from masatooba/fix-radio-button-tag-comment | Eileen M. Uchitelle | 2017-10-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix radio_button_tag comment | Masato Oba | 2017-10-08 | 1 | -1/+1 |
* | | | | | request check | pavel | 2017-10-05 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 3 | -5/+34 |
* | | | | Merge pull request #30786 from y-yagi/add_test_case_for_font_url | Ryuta Kamizono | 2017-10-03 | 1 | -0/+26 |
|\ \ \ \ |
|
| * | | | | Add test case for `font_url` | yuuji.yaginuma | 2017-10-03 | 1 | -0/+26 |
* | | | | | rails-ujs: Update README | Elliot Winkler | 2017-10-02 | 1 | -23/+18 |
|/ / / / |
|
* | | | | Remove `:api:` tag that has leaked on the doc directly [ci skip] | Ryuta Kamizono | 2017-09-30 | 2 | -7/+1 |
* | | | | Remove unused methods from `RenderPartialWithRecordIdentificationController` | yuuji.yaginuma | 2017-09-30 | 1 | -10/+0 |
* | | | | Include `ActionDispatch::DrawOnce` in `ActiveSupport::TestCase` | Ryuta Kamizono | 2017-09-27 | 1 | -1/+1 |
* | | | | Remove unused code that was copied from actionpack | Ryuta Kamizono | 2017-09-27 | 1 | -52/+1 |
* | | | | Fix `test_should_sanitize_illegal_style_properties` failure | Ryuta Kamizono | 2017-09-25 | 1 | -2/+2 |
* | | | | Merge pull request #29791 from yui-knk/at_object | Ryuta Kamizono | 2017-09-05 | 13 | -19/+19 |
|\ \ \ \ |
|
| * | | | | Do not pass an instance variable to a private method | yui-knk | 2017-09-05 | 13 | -19/+19 |
* | | | | | Fix outdated comment [ci skip] | yuuji.yaginuma | 2017-09-02 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | double assign is no longer an effective workaround for unused variable warning | Akira Matsuda | 2017-09-01 | 1 | -1/+1 |
* | | | | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 2 | -4/+4 |