Commit Graph

22752 Commits

Author SHA1 Message Date
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
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
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
Raghunadh
cd6ae26e8f fixed failing tests of ActiveSupport for deprecation test 2011-05-21 00:29:30 -07:00
Andrew White
89d7133082 Correct example and expand on description of :shallow option for resources 2011-05-21 07:11:47 +01:00
José Valim
ea548c8df4 Merge pull request #1178 from joshk/ruby19_warning
Corrected a minor ruby19 variable name reuse warning
2011-05-20 22:31:44 -07:00
Josh Kalderimis
c9b5d64ec4 corrected a minor ruby19 variable name reuse warning 2011-05-21 01:27:35 -04:00
José Valim
e4bcd5e7eb Merge pull request #1177 from joshk/ruby19_warnings
Fixed some ruby 19 warnings
2011-05-20 22:24:49 -07:00
Josh Kalderimis
c659505368 fixed some ruby 19 warnings, including circular requires and variable name reuse 2011-05-21 01:23:17 -04:00
José Valim
fa3f273173 Merge pull request #1175 from joshk/active_resource_correction
attr_accessor_with_default removed from ActiveResource
2011-05-20 22:21:21 -07:00
Josh Kalderimis
1bfe9ec5de attr_accessor_with_default is deprecated, so lets not use it in ActiveResource 2011-05-21 01:05:35 -04:00
Guillermo Iguaran
e0e8918003 AliasTracker.pluralize use pluralize_table_names of model 2011-05-20 22:54:55 -05:00
José Valim
5eadb4d73d Temporarily ship with ContentLength middleware. 2011-05-20 22:20:51 +02:00
José Valim
19ee8413de Merge pull request #1169 from senny/specify_a_custom_active_model_name
Specify the name to be used for ActiveModel::Name fixes #1168
2011-05-20 08:17:11 -07:00
Yves Senn
e5429b789d Specify the name to be used for ActiveModel::Name fixes #1168
This patch allows to specify the name of your models independent of the class name.
2011-05-20 16:59:09 +02:00
Xavier Noria
499825e19f Merge pull request #1157 from smartinez87/extra_whitespaces
Remove extra white spaces.
2011-05-20 06:03:12 -07:00
Arun Agrawal
f72f591c8c Not updating rubyforge for new versions. Result of "gem list -d rails" is not useful. 2011-05-20 17:43:40 +05:30
Xavier Noria
5b8bc4613c Merge pull request #1161 from guilleiguaran/each_syntax_in_activerecord
Syntax cleanup:  for in => each on ActiveRecord
2011-05-20 03:19:13 -07:00
Guillermo Iguaran
23e94a67f8 Refactoring test_has_many_with_pluralize_table_names_false test 2011-05-20 01:53:13 -05:00
Guillermo Iguaran
6a3b3fba5a Allow pluralize_table_names for individual model 2011-05-20 01:44:13 -05:00
Guillermo Iguaran
159213001a for => each in model migration template 2011-05-20 00:22:17 -05:00
Guillermo Iguaran
e7d600dcdb Syntax cleanup: for in => each 2011-05-19 22:55:37 -05:00
Joshua Peek
54823fe6b9 Use sprockets prepend_path if its available 2011-05-19 21:50:07 -05:00
Sebastian Martinez
b91c9076a6 Remove extra white spaces. 2011-05-19 20:51:33 -03:00
Jon Leighton
0afd5850f5 Implement proxy_owner, proxy_target and proxy_reflection methods on CollectionProxy with deprecations. Fixes #1148. 2011-05-19 23:28:44 +01:00
Santiago Pastorino
c0374999c8 Merge pull request #1153 from arunagw/sprockets_update
Sprockets version update.
2011-05-19 12:49:01 -07:00
Arun Agrawal
36e330b215 Sprockets version update. 2011-05-19 23:46:26 +05:30
José Valim
e4ebded5bc Use Rack::ContentLength. 2011-05-19 12:35:07 -04:00
Michael Koziarski
2c08a74855 Merge pull request #1097 from kirillrdy/master
Improved "treat  0000-00-00 00:00:00 as nil Date"
2011-05-19 09:13:54 -07:00
Michael Koziarski
feddf311dc Merge pull request #1118 from amatsuda/pp_console
always enable `pp` on the Rails console
2011-05-19 09:05:08 -07:00
José Valim
bcdb68155a Merge pull request #1151 from joshk/wrap_params_options_change
renamed the wrap_parameters :only and :except options to :include and :ex
2011-05-19 07:51:11 -07:00
Joshua Peek
4cf4c7f454 Merge pull request #1150 from stevenbristol/master
The cookie jar does not to_s cookie names (keys)
2011-05-19 07:34:52 -07:00
Josh Kalderimis
968596fa7f renamed the wrap_parameters :only and :except options to :include and :exclude to make it consistent with controller filters 2011-05-19 10:33:25 -04:00
steve
2d50887b24 adding test 2011-05-19 10:33:18 -04:00
steve
7c000af867 fixing sym and string cookie name, two cookies to browser bug. 2011-05-19 09:49:16 -04:00
José Valim
95bd19911a Merge pull request #1137 from guilleiguaran/each_syntax_in_activemodel
Prefer 'each' instead of 'for in'
2011-05-19 05:02:06 -07:00
José Valim
5281c296e6 Merge pull request #1136 from arunagw/actionmailer_readme
Actionmailer readme
2011-05-19 04:51:08 -07:00
José Valim
b5fec0f2a0 Merge pull request #1135 from arunagw/for_to_each
README updated for for => each
2011-05-19 04:48:06 -07:00
Guillermo Iguaran
ec1993c33f Prefer each instead of for in 2011-05-19 01:25:31 -05:00
Arun Agrawal
e3eaeb490a Example Usage updated for actionpack and actionmailer. 2011-05-19 09:17:49 +05:30
Arun Agrawal
8630cd420c README updated for for => each 2011-05-19 09:03:46 +05:30
José Valim
a921cab621 Merge pull request #1109 from dlee/optimize_indifferent_access
Use dup to preserve previous behavior
2011-05-18 15:04:37 -07:00
Xavier Noria
b13d24e5b9 Merge branch 'master' of git://github.com/lifo/docrails 2011-05-18 22:50:44 +02:00
José Valim
ab42f9c9e3 Merge pull request #1133 from joshk/options_merger_test
Fix misspelling of 'lambda'. Closes #987
2011-05-18 13:03:30 -07:00
Ben Orenstein
86491476d5 Fix misspelling of 'lambda'. Closes #987 2011-05-18 15:59:08 -04:00