Aaron Patterson
|
5708648a77
|
Merge pull request #4296 from kuroda/negative_format
Infer currency negative format from positive one.
|
2012-01-04 09:39:38 -08:00 |
|
Santiago Pastorino
|
e2e4216d64
|
Merge pull request #4289 from rafaelfranca/patch-1
No need of html_safe here
|
2012-01-04 08:08:19 -08:00 |
|
Rafael Mendonça França
|
8752223fe6
|
Make sure that check_box helper return a safe buffer
|
2012-01-04 12:38:58 -03:00 |
|
Tsutomu Kuroda
|
6724c8c887
|
Infer currency negative format from positive one.
When a locale file sets the format of the positive
currency value as '%n %u', the default negative
currency format should be '-%n %u'.
|
2012-01-05 00:23:10 +09:00 |
|
Vijay Dev
|
40cf126907
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-01-04 20:19:25 +05:30 |
|
Vijay Dev
|
6fca9315ca
|
copy edits
|
2012-01-04 20:18:56 +05:30 |
|
Rafael Mendonça França
|
63f48b113a
|
No need of html_safe here
tag helper always return a html safe string and concat two html safe
strings always return a html safe string
|
2012-01-04 03:01:23 -03:00 |
|
Santiago Pastorino
|
cbe918093b
|
Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417
|
2012-01-03 17:50:24 -02:00 |
|
José Valim
|
180edc84f1
|
Override respond_to? since we are also overriding method_missing.
|
2012-01-03 20:26:45 +01:00 |
|
José Valim
|
49b6b4994e
|
Clean up routes inclusion and add some comments for the next soul that decides to adventure on this code.
|
2012-01-03 20:09:11 +01:00 |
|
Santiago Pastorino
|
439d3407ea
|
Add font_path helper method
|
2012-01-03 17:08:10 -02:00 |
|
Aaron Patterson
|
29f0f254d2
|
Merge pull request #4274 from joneslee85/changelog-fix
Fix typos and formats for CHANGELOG
|
2012-01-03 09:36:24 -08:00 |
|
Trung Lê
|
84054a7d16
|
Fix typos and formats for CHANGELOG
|
2012-01-04 00:09:11 +11:00 |
|
Nick Sutterer
|
50d23bc2bd
|
moving test_test.rb to test_case_test.rb for consistency.
|
2012-01-03 11:50:03 +01:00 |
|
Nick Sutterer
|
5b9708840f
|
allow sending documents in AC::TestCase#post and friends.
|
2012-01-03 11:43:54 +01:00 |
|
Sergey Nartimov
|
634c03403d
|
fix base64 require
|
2012-01-03 00:07:50 +03:00 |
|
José Valim
|
44df252382
|
Merge pull request #4252 from lest/deprecate-activesupport-base64
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 11:54:00 -08:00 |
|
Sergey Nartimov
|
0f2f8003d2
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
|
Sergey Nartimov
|
1c0eece9eb
|
fix use of FormBuilder.field_helpers
it is array of symbols now
|
2012-01-02 22:14:50 +03:00 |
|
Pablo Ifran
|
c8fe025965
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-01-02 09:16:38 -02:00 |
|
Pablo Ifran
|
24b1fd21f0
|
improve doc in number helper options
|
2012-01-02 09:16:26 -02:00 |
|
Vijay Dev
|
f3e079e8b5
|
Merge pull request #4248 from andrew/2012
Updated copyright notices for 2012
|
2011-12-31 12:48:19 -08:00 |
|
Andrew Nesbitt
|
1b413510fe
|
Updated copyright notices for 2012
|
2011-12-31 20:30:08 +00:00 |
|
Vijay Dev
|
86705b60a3
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-12-31 19:08:46 +05:30 |
|
Xavier Noria
|
80be90f3de
|
removes comment obsoleted by 18ed37b
|
2011-12-31 10:37:01 +01:00 |
|
José Valim
|
226528dfcc
|
Merge pull request #4241 from castlerock/remove_more_conditions_for_Fiber_ruby19
remove more conditions for Fiber in ruby19
|
2011-12-30 22:55:43 -08:00 |
|
Vishnu Atrai
|
8fbb44787e
|
remove more conditions for Fiber available in ruby19
|
2011-12-31 01:22:40 +05:30 |
|
Vishnu Atrai
|
18ed37b925
|
fiber is available in ruby19
|
2011-12-31 01:12:53 +05:30 |
|
Aaron Patterson
|
5681f79f64
|
be explicit about where helpers are installed
|
2011-12-30 10:02:49 -08:00 |
|
Alejandro Andrés
|
ec2cf2499a
|
Fixed documentation error in code examples from form_tag_helper.rb
|
2011-12-30 11:00:04 +01:00 |
|
Aaron Patterson
|
e43b2b35c7
|
just add the writer rather than adding both and removing one
|
2011-12-29 16:07:07 -08:00 |
|
Aaron Patterson
|
87dd62ab2e
|
stop using __send__ and just module eval in the extensions
|
2011-12-29 14:38:02 -08:00 |
|
Aaron Patterson
|
cd97d0b5b7
|
we know the classes will be a list, so *tell* it to respond to each
rather than casting
|
2011-12-29 14:38:01 -08:00 |
|
Aaron Patterson
|
fb3e09a877
|
don't need the begin / end
|
2011-12-29 14:38:01 -08:00 |
|
Aaron Patterson
|
72c290ca15
|
avoid extra method calls by just defining the delegate
|
2011-12-29 14:38:01 -08:00 |
|
grentis
|
8a130edb0f
|
content_for with flush parameter
|
2011-12-29 21:59:55 +01:00 |
|
Aaron Patterson
|
0035c54e2f
|
don't use instance eval, just reference variables so we don't have to
worry about "inspect" marshalling
|
2011-12-29 10:25:58 -08:00 |
|
Vijay Dev
|
04d308a03b
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-12-29 23:35:45 +05:30 |
|
Aaron Patterson
|
88aeeee288
|
removing dead code.
|
2011-12-29 09:52:18 -08:00 |
|
Vijay Dev
|
1fc6036b4b
|
revise some doc changes
|
2011-12-29 22:58:57 +05:30 |
|
Aaron Patterson
|
c0904e47f2
|
decouple initialize from clear!. Initialize ivars in initialize, clear
ivars in clear!
|
2011-12-29 09:06:34 -08:00 |
|
Aaron Patterson
|
25b10f4c1c
|
modules don't have any instance methods
|
2011-12-29 09:02:54 -08:00 |
|
Aaron Patterson
|
afd9512c0b
|
simplify sweep now that discard and flashes are in sync
|
2011-12-28 18:39:39 -08:00 |
|
Aaron Patterson
|
bdfd11e6da
|
mutations on the underlying hash should also mutate the discard set
|
2011-12-28 18:33:44 -08:00 |
|
Aaron Patterson
|
dea160266f
|
rename @used to something a bit more meaningful
|
2011-12-28 18:25:36 -08:00 |
|
Aaron Patterson
|
ffad4927b1
|
mutations can't be done without the consent of our proxy object. This
is one benefit of choosing composition over inheritance.
|
2011-12-28 18:21:35 -08:00 |
|
Aaron Patterson
|
21df2bfc4a
|
again, use Set#subtract
|
2011-12-28 17:39:51 -08:00 |
|
Aaron Patterson
|
ea35967524
|
Use Set#subtract and Set#merge for keeping track of used / unused keys
|
2011-12-28 17:35:45 -08:00 |
|
Aaron Patterson
|
b88a181b7f
|
fix method visibility
|
2011-12-28 17:22:37 -08:00 |
|
Aaron Patterson
|
77df5ba0a1
|
no need for bang bang 💣
|
2011-12-28 17:14:22 -08:00 |
|