Commit Graph

22794 Commits

Author SHA1 Message Date
Aaron Patterson
b102e60bf5 adding a test for create! with invalid associations 2011-05-24 11:26:44 -07:00
Aaron Patterson
d48563352f do not bother with assert_nothing_raised, the test will fail and we get a better trace without it 2011-05-24 11:26:39 -07:00
Joey Butler
177666ebcf Add failing test case for issue 796 2011-05-24 11:26:34 -07:00
David Heinemeier Hansson
c77bdc017b Remove asserts for js ext stuff thats not used any more 2011-05-24 10:22:45 -05:00
David Heinemeier Hansson
da1ee0e371 The asset pipeline is always on for new apps, dont need the legacy js ext stuff 2011-05-24 07:46:30 -05:00
Jon Leighton
872a9c1b50 Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-23 20:30:26 +01:00
Jon Leighton
3cbfc8cc4e Deprecate ActiveSupport::SecureRandom. Just use SecureRandom which is provided by the standard library. 2011-05-23 20:24:44 +01:00
Jon Leighton
5a6927ec1e Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:24:44 +01:00
José Valim
b648286a0c Merge pull request #1235 from joshk/deprecate_kernel_requires
Deprecate kernel requires
2011-05-23 12:20:30 -07:00
Josh Kalderimis
d79e2846da deprecate AS core_ext/kernel/requires in 3.1 2011-05-23 19:54:00 +02:00
José Valim
65f54a66b0 Move content length to the server, this brings the same behavior as in rack 1.2. 2011-05-23 10:32:04 +02:00
José Valim
72368610f0 Use Rack 1.3.0. 2011-05-23 00:33:48 -07:00
Joshua Peek
7ad24a7d96 Require sprockets beta 8 2011-05-22 20:10:13 -05:00
Joshua Peek
27159dff0f Add debug_asset support 2011-05-22 15:10:53 -05:00
Joshua Peek
cdc9c3c4af Lock to stable sprockets beta 2011-05-22 14:50:11 -05:00
José Valim
9164dda151 Fix I18n dependency as final is out. 2011-05-22 13:39:13 +02:00
José Valim
a6e945554d Fix failing tests. 2011-05-22 13:21:47 +02:00
José Valim
a0eee5f3f2 Merge pull request #1208 from dasch/patch-1
Remove superfluous whitespace from ActiveModel::SecurePassword
2011-05-22 04:11:29 -07:00
Daniel Schierbeck
93659a3166 Remove superfluous whitespace from ActiveModel::SecurePassword
Only one space is needed, yo!
2011-05-22 04:02:47 -07:00
José Valim
1ab556fa89 Merge pull request #1206 from arunagw/jruby_openssl_load
Let's load jruby-openssl now for all. #jruby
2011-05-22 03:57:51 -07:00
José Valim
f924dbe566 Merge pull request #1199 from vatrai/jdon_engine_test_fix
test fix jdom_engine_test
2011-05-22 03:48:55 -07:00
José Valim
c932539c5b Merge pull request #1198 from guilleiguaran/changelog_pluralize_table_names
Adding pluralize_table_names change to CHANGELOG
2011-05-22 03:46:32 -07:00
Arun Agrawal
69bad8f517 Let's load jruby-openssl now for all. #jruby 2011-05-22 15:49:30 +05:30
Vishnu Atrai
7bf9d6f3a8 test fix jdom_engine_test 2011-05-22 10:20:45 +05:30
Guillermo Iguaran
6e5419a0b1 Adding pluralize_table_names change to CHANGELOG 2011-05-21 22:16:34 -05:00
David Heinemeier Hansson
82857adc56 Bump versions for rc1 2011-05-21 20:56:52 -05:00
David Heinemeier Hansson
073f80eaa8 Merge pull request #1195 from dmathieu/try_undefined_method
Don't raise NoMethodError the tried method doesn't exists
2011-05-21 17:56:44 -07:00
dmathieu
a85e00c01c make sure missing method does not fail with arguments 2011-05-22 00:32:58 +02:00
dmathieu
29a5aeaae9 don't raise NoMethodError the tried method doesn't exists 2011-05-21 23:43:12 +02:00
José Valim
f674aed150 Merge pull request #1191 from arunagw/removal_extra
Removal require again from tests.
2011-05-21 13:08:13 -07:00
Arun Agrawal
40e33771e6 Removal require again from tests. 2011-05-22 00:55:12 +05:30
José Valim
f007885a03 Merge pull request #1188 from thedarkone/duplicable-duration
Fix AS::Duration#duplicable? on 1.8
2011-05-21 10:42:01 -07:00
Xavier Noria
eb0257944e Merge pull request #1180 from Karunakar/documentation_change
Documentation Error Fixed for ticket #839
2011-05-21 10:39:28 -07:00
David Heinemeier Hansson
f62aba74ef Now that we are compatible with Rake 0.9.0, lets allow it back in 2011-05-21 12:04:41 -05:00
David Heinemeier Hansson
8b719cf3f7 Merge pull request #1174 from bilts/fix-rake-dsl
Make Rake::DSL methods available within Railtie rake_tasks block (so we're compatible with Rake 0.9.0).
2011-05-21 09:57:37 -07:00
Santiago Pastorino
da8469fa7d Merge pull request #1187 from thedarkone/polymorphic-class-fix
Handle polymorphic_type NOT NULL columns
2011-05-21 09:43:42 -07:00
David Heinemeier Hansson
eba978ca50 Uglifier works properly now with 0.5.4 2011-05-21 11:23:54 -05:00
David Heinemeier Hansson
f3c3a785bd Bind to Rake 0.8.7 until a fix for Rake 0.9.0 is released 2011-05-21 10:56:03 -05:00
Andrew White
09daaaa1e0 Add support for passing mass assignment roles to dynamic finders. Closes #1170. 2011-05-21 16:33:54 +01:00
thedarkone
03cd88a072 Fix AS::Duration#duplicable? on 1.8 2011-05-21 15:32:20 +02:00
thedarkone
1c614bcb0f Handle polymorphic_type NOT NULL-able columns as well. 2011-05-21 15:18:09 +02:00
José Valim
1a959ad72f Merge pull request #1182 from prakashmurthy/patch-1
Enhanced test for duplicable in  active_support/core_ext/object/duplicable.rb
2011-05-21 04:57:36 -07:00
José Valim
26703f4905 Merge pull request #1165 from arunagw/rubyforge_remove
Not updating rubyforge for new versions.
2011-05-21 04:55:37 -07:00
Prakash Murthy
6b0dc80adc Check for Module.new.dup as well in https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/object/duplicable.rb 2011-05-21 02:19:52 -07:00
Jon Leighton
d62a39a22b Merge pull request #1162 from guilleiguaran/singularize_individual_table_name
Singularize individual table name
2011-05-21 01:30:00 -07:00
Ganesh Kumar
0a15928f06 Merge remote branch 'upstream/master' into documentation_change 2011-05-21 13:56:24 +05:30
Ganesh Kumar
3d789ea4b9 ActionMailer deliver method Documentation corrected Ticket #761 2011-05-21 13:55:52 +05:30
José Valim
7288682be4 Merge pull request #1179 from castlerock/activesupport_test
fixed failing tests of ActiveSupport for deprecation test
2011-05-21 00:37:17 -07:00
Karunakar (Ruby)
b134e0f445 Documentation Error Fixed for ticket #839 2011-05-21 13:01:53 +05:30
Raghunadh
cd6ae26e8f fixed failing tests of ActiveSupport for deprecation test 2011-05-21 00:29:30 -07:00