Rafael Mendonça França
|
55f9b8129a
|
Add three new rubocop rules
Style/SpaceBeforeBlockBraces
Style/SpaceInsideBlockBraces
Style/SpaceInsideHashLiteralBraces
Fix all violations in the repository.
|
2016-08-16 04:30:11 -03:00 |
|
Xavier Noria
|
5c315a8fa6
|
modernizes hash syntax in activesupport
|
2016-08-06 19:38:33 +02:00 |
|
Xavier Noria
|
a731125f12
|
applies new string literal convention in activesupport/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:10:53 +02:00 |
|
Anupam Choudhury
|
ea4cb5d1f3
|
Removed unused setup
|
2013-04-10 16:57:12 +05:30 |
|
Francesco Rodriguez
|
c1ce4144d1
|
AS::Callbacks#run_callbacks remove key argument
|
2012-05-10 02:21:03 -05:00 |
|
Bogdan Gusiev
|
4f53091dd1
|
AS::Callbacks: rip out per_key option.
|
2012-02-04 13:31:00 +02:00 |
|
Aaron Patterson
|
056b8386d0
|
removing unnecessary requires
|
2012-01-06 14:43:04 -08:00 |
|
Aaron Patterson
|
b8d8c50785
|
use AS::TestCase as the base class
|
2012-01-05 17:12:46 -08:00 |
|
Arun Agrawal
|
40e33771e6
|
Removal require again from tests.
|
2011-05-22 00:55:12 +05:30 |
|
Rolf Timmermans
|
1a3fe8ce42
|
Prevent callbacks in child classes from being executed more than once.
|
2011-03-13 01:35:29 +08:00 |
|
John Firebaugh
|
57bc25c5f8
|
Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
|
2011-01-31 19:45:53 -02:00 |
|
Santiago Pastorino and Sebastian Martinez
|
1e2caa5d52
|
Added missing requires abstract_unit and activesupport to the loadpath of ts_isolated [#4215 state:committed]
Signed-off-by: wycats <wycats@gmail.com>
|
2010-03-18 17:50:28 -07:00 |
|
Joshua Peek
|
4419497e40
|
Make sure AS test env doesn't have duplicate libs in load path
|
2010-02-15 10:38:39 -06:00 |
|
José Valim
|
50fbb74056
|
Fix inheritance issue with new callbacks.
|
2010-01-01 01:48:12 +01:00 |
|
Joshua Peek
|
21e7b84621
|
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
|
2009-10-12 22:15:43 -05:00 |
|