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

12 commits

Author SHA1 Message Date
Akira Matsuda
2fab16142e 🚮 Unused methods 2015-04-25 17:09:33 +09:00
Prem Sichanugrist
5efd823d9b Silence warning from requiring mathn
Running Action View test case currently printing out this warning:

    lib/mathn.rb is deprecated

This should silence the warning since we really want to require this
file in this test.
2015-04-22 11:49:35 -04:00
brainopia
ab4c900656 Use directly TZInfo::Timezone without proxy
Since real timezone is loaded anyway in `#utc_offset`
which is called during `#create`
2015-01-04 20:08:18 +03:00
Akira Matsuda
644696e2ac Duplicated Hash key :prompt 2014-11-19 08:29:22 +09:00
Rafael Mendonça França
f5426315d9 All these tests are passing now 2014-07-15 13:59:10 -03:00
Timm
cdf2f28fc8 Change date helper tests to expect attributes with double quoted strings. 2014-06-16 21:04:25 +02:00
Timm
5a14dbf521 Added related Nokogiri issue link to tests that fail with unknown encoding ASCII-8BIT. 2014-06-16 21:04:05 +02:00
Timm
561fbe03d2 Marked some tests as pending in date_helper_test.rb. 2014-06-15 23:40:53 +02:00
Izumi Wong-Horiuchi
60ed9d6282 Fix date_select option overwriting html classes
with_css_classes: true option overwrites other html classes.
Concatenate day month and year classes rather than overwriting.
2014-03-24 20:00:20 -04:00
Xavier Noria
5f295aebdb implements new option :month_format_string for date select helpers [Closes #13618] 2014-02-15 10:27:15 +01:00
Alex Tambellini
f1d9179087 Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words
MRI reimplemented Date in C so it doesn't hit this division anymore
while JRuby still uses the old stdlib implementation of Date so
it will always hit this.

With this change the actionview date_helper_test.rb tests should pass on JRuby.
2013-08-05 21:52:13 -04:00
Piotr Sarnacki
eb23754ebb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
Renamed from actionpack/test/template/date_helper_test.rb (Browse further)