Damian Le Nouaille
fd9d394cc3
example bracket error
2012-01-26 00:01:39 +05:30
Aaron Patterson
11e88a465c
Merge pull request #4658 from pwim/unicode-paths
...
Test for unicode path support
2012-01-25 09:22:19 -08:00
Paul McMahon
22980e0c17
Test for unicode path support
...
This is currently broken due to a bug in journey.
2012-01-25 15:27:33 +09:00
José Valim
9e9e17a62e
Merge pull request #4654 from pwim/explicit-deprecation-require
...
Explicit deprecation require
2012-01-24 19:52:45 -08:00
Paul McMahon
75d58fef26
allow requiring of 'active_model/naming'
...
Requiring 'active_model/naming' will raise an uninitialized constant
ActiveSupport::Deprecation exception because the module core extension
doesn't require 'active_support/deprecation'. This require cannot be
added to the core extension because of circular dependency issues.
2012-01-25 11:14:01 +09:00
Aaron Patterson
1d67f1ade7
Merge pull request #4639 from joevandyk/datetime-infinity-select-fix
...
datetime_select fix for dates of -infinity and +infinity
2012-01-24 15:06:27 -08:00
José Valim
dc81d0054b
Merge pull request #4643 from rafaelfranca/3-2-stable
...
Remove unused variables to avoid warnings
2012-01-24 12:38:02 -08:00
Rafael Mendonça França
3cd28e24a1
Remove unused variables to avoid warnings
2012-01-24 18:06:41 -02:00
José Valim
5a66d33e28
Merge pull request #4641 from rafaelfranca/date_select-fix-3-2
...
date_select fixes [3-2-stable]
2012-01-24 11:35:11 -08:00
Aaron Patterson
e0fe62b926
Merge pull request #4514 from brainopia/update_timezone_offets
...
Update time zone offset information
2012-01-24 11:17:29 -08:00
Rafael Mendonça França
c4b7ca06a4
Fix date_select with discard_month and discard_year options
...
Closes #4553 and #4633
2012-01-24 16:38:08 -02:00
Joe Van Dyk
59a408eb64
datetime_select should work with -/+ infinity dates
2012-01-24 10:30:46 -08:00
Indrek Juhkam
d92b5fe07c
Fix date_select nil and blank and order case
2012-01-24 16:03:16 -02:00
Indrek Juhkam
d4cfc4cec0
Add failing test for date_select
...
date_select does not work when day is discarded, include blank option is
enabled and struct date itself is nil.
2012-01-24 16:03:14 -02:00
kennyj
dc826f9977
Fix GH #4344 . A defined callback in extended module is called too.
...
Conflicts:
activesupport/test/callbacks_test.rb
2012-01-24 09:55:23 +01:00
Aaron Patterson
1a56a76153
work against 1-0-stable until a new journey is released
2012-01-23 17:23:13 -08:00
Aaron Patterson
3913b510b7
Added custom regexps to ASTs that have literal nodes on either side of
...
symbol nodes. Fixes #4585
2012-01-23 17:21:29 -08:00
José Valim
b84046192b
Merge pull request #4601 from carlosantoniodasilva/patch-1
...
Add missing require to Array#wrap in generators action methods
2012-01-23 08:18:48 -08:00
Vijay Dev
912f144190
test base64 encode and decode
2012-01-23 16:17:56 +05:30
Vijay Dev
70d81b319e
Merge pull request #4611 from jviney/3-2-stable
...
Fix ActiveSupport::Base64.decode64
2012-01-23 02:42:17 -08:00
Jonathan Viney
44319eff4a
The deprecated ActiveSupport::Base64.decode64 method should call ::Base64.decode64 not ::Base64.encode64
2012-01-23 21:37:10 +13:00
José Valim
ede01ce8b2
Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with bash, zsh, etc, closes #4602
2012-01-22 15:58:58 +01:00
José Valim
334e5cab2a
Merge pull request #4604 from ihid/3-2-stable
...
3-2-stable: Fixed regression - unable to use a range as choices for form.select.
2012-01-22 06:09:35 -08:00
Jeremy Walker
c6dcc3537c
Allow form.select to accept ranges.
2012-01-22 13:39:15 +00:00
Carlos Antonio da Silva
d246da1603
Add missing require to Array#wrap in generators action methods
2012-01-22 10:08:58 -02:00
Jonathan Viney
9ab2904822
Fix $rails_rake_task global variable warning without replacing the value of $rails_rake_task if it is already set.
...
Fixes #4591 .
Signed-off-by: José Valim <jose.valim@gmail.com >
2012-01-22 08:43:18 +01:00
José Valim
d5dde3734b
Merge pull request #4586 from waseem/assert_with_no_deprecation_warnings
...
Assert with no deprecation warnings activesupport tests.
2012-01-21 12:23:46 -08:00
Waseem Ahmad
892c67018d
Remove deprecation warning from console output when running
...
activesupport tests.
2012-01-22 01:45:32 +05:30
José Valim
a720e347e2
Merge pull request #4582 from kennyj/fix_4580
...
Fix GH #4580 . Rails 3.2: uninitialized constant ActiveSupport::TaggedLogging::ERROR
2012-01-21 12:03:32 -08:00
kennyj
caf78564c2
Fix GH #4580 . Rails 3.2: uninitialized constant ActiveSupport::TaggedLogging::ERROR
2012-01-22 04:40:09 +09:00
Jonathan Roes
c70135807e
document :raise option support for several helpers [ci skip]
2012-01-21 21:34:49 +05:30
Jon Leighton
fab664a8e9
Fix another race condition.
...
From 2c667f69aa2daac5ee6c29ca9679616e2a71532a.
Thanks @pwnall for the heads-up.
Conflicts:
activerecord/lib/active_record/core.rb
2012-01-20 18:31:41 +00:00
David Heinemeier Hansson
f36dcaf488
Preparing for 3.2.0 release
2012-01-20 17:44:32 +01:00
Vijay Dev
6c656761ec
update release notes [ci skip]
2012-01-20 00:47:14 +05:30
José Valim
5b906355f1
Update CHANGELOG
2012-01-19 19:49:13 +01:00
José Valim
08d6eb6824
Do not deprecate performed?
2012-01-19 19:45:22 +01:00
Vijay Dev
ff813dc385
add uglifier version info in the 'what to update' section
2012-01-19 23:36:50 +05:30
Vijay Dev
b259bf91ae
fix duplicate ids for the headers [ci skip]
2012-01-19 23:36:45 +05:30
Vijay Dev
a0e439f2f8
document AR::Base#with_lock in release notes [ci skip]
2012-01-19 23:22:01 +05:30
Vijay Dev
6e311b93ad
update the getting_started guide code [ci skip]
2012-01-19 23:13:19 +05:30
Aaron Patterson
4c5b73fef8
Merge pull request #4531 from exviva/pessimistic_with_lock
...
Add ActiveRecord::Base#with_lock
2012-01-19 09:39:20 -08:00
Simon Baird
00554568e0
Fix small typo in mail_to docs in url_helper.rb
2012-01-19 22:13:42 +05:30
Vijay Dev
c4508332c9
revising release notes [ci skip]
2012-01-19 22:12:22 +05:30
Fujimura Daisuke
ead04eeabd
update release note: timestamps is non-null as default
2012-01-19 22:12:22 +05:30
Vijay Dev
c8b584f576
select doesn't take multiple arguments - fixes #4539 [ci skip]
...
Didn't cherry pick the master commit because this one already had some
of the fixes made in master.
2012-01-19 21:58:19 +05:30
Vijay Dev
2e6ca53da3
revise wording [ci skip]
2012-01-19 02:53:59 +05:30
Guillermo Iguaran
3bfbc455ff
Adding Action Mailer section to 3.2 release notes
2012-01-19 02:53:57 +05:30
Guillermo Iguaran
683854918f
Update Release Notes: sprockets-rails section should be inside of ActionPack section
2012-01-19 02:53:54 +05:30
Vijay Dev
f2af2acac7
Merge pull request #4525 from guilleiguaran/am-changelog-3-2-stable
...
Update AM CHANGELOG
2012-01-18 10:54:01 -08:00
Makoto Inoue
619731f2bb
ActionController::UrlEncodedPairParser is deprecated. Replaced the url parsing example with Rack::Utils.parse_query
...
- https://webrat.lighthouseapp.com/projects/10503/tickets/161-urlencodedpairparser-removed-in-edge-rails
2012-01-19 00:14:52 +05:30