1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Kir Shatrov
dfcc766163 Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
Matthew Draper
87b3e226d6 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590, reversing
changes made to afb66a5a59.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e Enforce frozen string in Rubocop 2017-07-01 02:11:03 +03:00
Xavier Noria
35b3de8021 applies new string literal convention in actionpack/test
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:54:50 +02:00
Jon Moss
81251c6d99 More Action Pack abstract_unit cleanup (#25211)
- Remove dead classes / dead code
- Move class definitions to where they are used, don't define in a
  shared space
2016-05-31 11:21:30 -04:00
Guo Xiang Tan
190c69ece3 Remove skipped JRuby tests that are passing on 9.0.3.0. 2015-10-27 01:13:28 -02:00
Robin Dupret
ae1b96cfcd Skip a few failing tests on JRuby with the attached tickets 2015-07-17 15:00:00 +02:00
Aaron Patterson
09eeb3fc04 always test against a routed rack app so there are always url_helpers 2014-07-07 10:22:13 -07:00
Ernie Miller
05136e5c0b Make enhanced routing Concerns more tell-don't-ask 2012-09-03 13:13:17 -04:00
Ernie Miller
eb43d3d1d9 Fix concerns not executing block in mapper
Also, add documentation for alternate usage.
2012-09-03 13:13:16 -04:00
Ernie Miller
4037e31d88 Allow routing concerns to accept a callable
This allows us to make alterations to the generated routes based on the
scope of the current mapper, and otherwise allows us to move larger
blocks of concerns out of the routes file, altogether.
2012-09-03 13:13:16 -04:00
Rafael Mendonça França
546497d027 Extract common controllers to abstract_unit 2012-08-13 21:43:18 -03:00
Rafael Mendonça França
0dd24728a0 Implementing Routing Concerns
This pattern was introduced as a plugin by @dhh.

The original implementation can be found in
https://github.com/rails/routing_concerns
2012-08-13 21:41:53 -03:00