index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate field ids in `collection_check_boxes` and `collection_radio_buttons`
yuuji.yaginuma
2017-06-11
1
-18
/
+18
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
2
-23
/
+31
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
4
-0
/
+45
*
Don't support namespace in form_with.
Kasper Timm Hansen
2017-06-07
1
-18
/
+0
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Merge pull request #29187 from robin850/remove-mathn
Rafael França
2017-05-30
1
-3
/
+11
|
\
|
*
Remove requirement on mathn
Robin Dupret
2017-05-30
1
-3
/
+11
*
|
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
11
-29
/
+29
|
\
\
|
*
|
Define path with __dir__
bogdanvlviv
2017-05-23
11
-29
/
+29
|
|
/
*
|
Merge pull request #29119 from spohlenz/fix-select-with-enumerable
Matthew Draper
2017-05-24
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fix select tag helper used with Enumerable choices
Sam Pohlenz
2017-05-17
1
-0
/
+17
*
|
Add :json type to auto_discovery_link_tag
Mike Gunderloy
2017-05-20
1
-0
/
+1
*
|
ERB::Util.url_encode no longer escapes ~ since ruby 2.5
Akira Matsuda
2017-05-19
1
-2
/
+2
*
|
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
3
-5
/
+5
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
4
-10
/
+10
*
Merge pull request #28753 from st0012/add-render-with-variants-test
Kasper Timm Hansen
2017-05-01
3
-0
/
+10
|
\
|
*
Add tests for render template/partial with variants option.
Stan Lo
2017-04-14
3
-0
/
+10
*
|
Merge pull request #20701 from iamvery/date-helper-argument-error
Andrew White
2017-04-27
1
-0
/
+10
|
\
\
|
*
|
Ensure input to distance_of_time_in_words is not nil
Jay Hayes
2017-04-27
1
-0
/
+10
*
|
|
Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...
Kasper Timm Hansen
2017-04-27
1
-0
/
+2
|
\
\
\
|
*
|
|
Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...
kyuden
2017-04-24
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #28848 from Edouard-chin/ec-remove-unused-method
Rafael França
2017-04-26
1
-7
/
+0
|
\
\
\
|
*
|
|
`sort_query_string_params` method is no more used
Edouard CHIN
2017-04-23
1
-7
/
+0
|
|
/
/
*
/
/
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
1
-0
/
+18
|
/
/
*
|
Configure form_with_generates_remote_forms in its own initializer
Rafael Mendonça França
2017-04-21
1
-0
/
+22
*
|
Fix all style guides violations
Rafael Mendonça França
2017-04-19
9
-12
/
+12
*
|
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+5
|
/
*
Fix mistake in JS response parser:
Dmytro Vasin
2017-04-13
1
-0
/
+28
*
Set current page as default for ajax requests
Dmytro Vasin
2017-04-11
1
-22
/
+45
*
Update comment in sanitizer helper test [skip ci]
Ross Kaffenberger
2017-03-29
1
-1
/
+1
*
Merge pull request #28367 from ptoomey3/ignore-disabled-buttons
Aaron Patterson
2017-03-27
1
-0
/
+28
|
\
|
*
Prevent event propogation if element is disabled when event chain begins.
Patrick Toomey
2017-03-09
1
-0
/
+28
*
|
Fix `assert_logged` failure
Ryuta Kamizono
2017-03-23
1
-2
/
+2
*
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
1
-0
/
+46
|
/
*
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
Remove `encode_special_chars` option from `strip_tags`
Andrew Hood
2017-02-27
1
-0
/
+2
*
Test rails-ujs in our travis matrix
Rafael Mendonça França
2017-02-22
4
-68
/
+7
*
Import rails-ujs v0.1.0 from rails/rails-ujs
Guillermo Iguaran
2017-02-20
6
-204
/
+23
*
Set correct "routes" in tests cases
bogdanvlviv
2017-02-20
2
-4
/
+4
*
Add assertion to polymorphic_routes_test.rb
bogdanvlviv
2017-02-20
1
-2
/
+1
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
Merge pull request #27870 from kenta-s/get-todo-done-in-render_test
Kasper Timm Hansen
2017-02-11
1
-2
/
+1
|
\
|
*
Add information on `:formats` option in action_view_overview.md
kenta-s
2017-02-06
1
-2
/
+1
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
|
/
*
Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0
Ryuta Kamizono
2017-02-02
1
-1
/
+1
*
Fix test failures only seen when executed via bin/test
Akira Matsuda
2017-02-02
1
-1
/
+1
*
module Blog; class Post appears twice in AV tests
Akira Matsuda
2017-02-02
1
-3
/
+3
*
DRY fake models for testing
Akira Matsuda
2017-02-02
2
-37
/
+7
*
Merge pull request #27795 from meagar/fix-missing-partial-iteration
Rafael França
2017-01-31
3
-0
/
+11
|
\
|
*
Merge branch 'master' into fix-missing-partial-iteration
Matthew Eagar
2017-01-26
1
-1
/
+1
|
|
\
[next]