Jon Leighton
f1eb98f0fc
Fix #4046 .
2011-12-23 18:20:35 +00:00
Alvaro Bautista
30ce084bbf
serialize fails on subclass
2011-12-23 18:19:25 +00:00
Xavier Noria
a64ab95987
removes Enumerable#pluck from the AS guide
2011-12-23 09:42:45 +01:00
Bogdan Gusiev
150217f54f
AM::MAS.attr_protected: rework usage example.
2011-12-23 10:05:39 +02:00
Aaron Patterson
ac2f68dd74
Merge pull request #4140 from kuroda/databases_rake
...
Reconnect to the first database after db:create
2011-12-22 23:47:24 -08:00
José Valim
4379c45756
Merge pull request #4142 from lest/remove-1-8-code
...
remove Enumerable#each_with_object again
2011-12-22 23:41:55 -08:00
Sergey Nartimov
1922283177
remove Enumerable#each_with_object again
...
it come back occasionally in 367741ef
2011-12-23 10:20:24 +03:00
Tsutomu Kuroda
014cdb7f7b
Reconnect to the first database after db:create
...
Otherwise, the schema and seed will be loaded onto the
test database.
2011-12-23 14:43:47 +09:00
Kristian Freeman
17da02425e
Added link in MIT license for Action Mailer README. I think this seems appropriate but commentary on this is not a bad idea.
2011-12-22 21:13:28 -08:00
Kristian Freeman
4907f46742
Added link to MIT license. Would love commentary on whether this seems appropriate.
2011-12-22 21:12:08 -08:00
Kristian Freeman
2d6d39aa83
Readability in Action Mailer README.
2011-12-22 21:10:01 -08:00
Kristian Freeman
cffb636e82
Correct grammar on Mailer generator -- passES. Working on enhancing conventional readability in README and USAGE files.
2011-12-22 21:03:25 -08:00
Arun Agrawal
cc450329b2
[docs] pluck docs reverted for activesupport
...
367741ef22
2011-12-23 09:53:21 +05:30
Aaron Patterson
ead2593a54
adding an integration test for splat regexp substitutions. fixes #4138
2011-12-22 18:52:42 -07:00
Aaron Patterson
4ee537a8a2
Adding an integration test. Fixes #4136
2011-12-22 18:04:22 -07:00
Jon Leighton
967490badf
Fix build when IM=true
2011-12-22 23:21:38 +00:00
Jon Leighton
13a9efe62e
Delete unnecessary line that was necessary before I changed the code and it became no longer necessary.
2011-12-22 23:04:19 +00:00
Bogdan Gusiev
46ec75661d
Fixed AM::MasAsSec.attr_protected usage example.
...
Problems with current example:
* DOESN'T WORK
** attr_protected :last_login, :as => :admin # doesn't make it accessible for admin
* Uses ActiveSupport Fixnum extension
2011-12-22 10:57:06 +02:00
Bogdan Gusiev
24a6609ea3
Fix AM::MassAssignementSecurity doc
2011-12-22 10:24:20 +02:00
Arun Agrawal
08f36451fc
[docs] Added missing "}" fixes #4126
2011-12-22 12:30:20 +05:30
Vijay Dev
c1b2642a9e
Merge branch 'master' of github.com:lifo/docrails
2011-12-21 22:26:10 +05:30
Vijay Dev
1989dacc35
Merge pull request #4102 from arunagw/warning_removed_actionpack
...
warning removed
2011-12-21 08:46:36 -08:00
Vijay Dev
63c71f893b
sync AS guide with the Ruby 1.9 related deletions in master
2011-12-21 22:12:25 +05:30
Piotr Sarnacki
e52572abdf
Merge pull request #4105 from lest/bad-requires
...
remove requires of core_ext/array/random_access that no longer exists
2011-12-21 08:24:23 -08:00
lest
4a57d1b0b6
remove requires of core_ext/array/random_access that no longer exists
2011-12-21 19:19:19 +03:00
José Valim
707eed72d3
Merge pull request #4103 from lest/remove-1-8-code
...
remove Kernel#singleton_class from core_ext as it is present in ruby 1.9
2011-12-21 07:56:05 -08:00
lest
a57c6441a8
remove Kernel#singleton_class from core_ext as it is present in ruby 1.9
2011-12-21 18:53:38 +03:00
Arun Agrawal
a3c1dc223b
removed warning "warning: ambiguous first argument; put parentheses or even spaces"
2011-12-21 21:22:39 +05:30
José Valim
2e9eb0a3ca
Merge pull request #4101 from nashby/ruby-18-cleaning
...
remove Array#sample from core_ext
2011-12-21 07:47:49 -08:00
José Valim
2ba3d135e3
Merge pull request #4094 from lest/remove-1-8-code
...
remove check for string from request body setter
2011-12-21 06:46:01 -08:00
José Valim
987ca2ae24
Merge pull request #4098 from Karunakar/active_model2
...
removed deprecated loggers
2011-12-21 06:36:14 -08:00
Vasiliy Ermolovich
c52ce1dae2
remove Array#sample from core_ext
2011-12-21 17:31:40 +03:00
José Valim
e56043e5f8
Merge pull request #4100 from simi/master
...
rails version order in railties changelog
2011-12-21 06:29:19 -08:00
Josef Šimánek
9f44e27fc5
rails version order fixed and formatted in railties changelog
2011-12-21 15:12:50 +01:00
Karunakar (Ruby)
ed1b4ea3f9
Changed the require path for logger
2011-12-21 19:42:44 +05:30
Karunakar (Ruby)
f7d3db71fc
removed deprecated loggers
2011-12-21 19:30:45 +05:30
José Valim
618cb44291
Merge pull request #4079 from drogus/http_digest_issue
...
Fix http digest authentication when url ends with `/` or `?`
2011-12-21 05:14:26 -08:00
José Valim
1f75a1fea1
Merge pull request #4095 from arunagw/using_uuid
...
Using uuid which is supported in 1.9
2011-12-21 05:12:24 -08:00
Arun Agrawal
0f510e970f
Using uuid which is supported in 1.9
...
Orignal commit #ada78066fdbccffb1da092a2470211fa252b3c99
2011-12-21 17:55:57 +05:30
lest
127d2c8299
remove check for string from request body setter
...
it was required on ruby 1.8
2011-12-21 15:03:35 +03:00
José Valim
893d38d7fd
Merge pull request #4093 from arunagw/issue_3183
...
More tests deep including through habtm
2011-12-21 03:21:49 -08:00
Arun Agrawal
e3c383cd82
More tests deep including through habtm
...
fixes #3183
2011-12-21 16:16:55 +05:30
José Valim
28e869d77e
Merge pull request #4090 from arunagw/more_more_more_187_removal
...
Removed test which works only < 1.9
2011-12-21 02:35:22 -08:00
Arun Agrawal
7276fc63be
'with_kcode' removed.
...
Testing Sandbox removed.
2011-12-21 15:39:50 +05:30
Arun Agrawal
de78c7e8e4
Removed test which works only < 1.9
2011-12-21 15:35:57 +05:30
José Valim
559196519a
Merge pull request #4092 from qoobaa/other_than_numericality_validator
...
added :other_than => :!= option to numericality validator
2011-12-21 02:04:24 -08:00
Jakub Kuźma
0fe311a7fc
added :other_than => :!= option to numericality validator
2011-12-21 10:54:44 +01:00
José Valim
08dcd84b42
Merge pull request #4089 from lest/remove-1-8-code
...
remove dead code as ruby 1.9.3 has Base64 module
2011-12-21 01:47:17 -08:00
Hendy Tanata
fc7e5db90a
Doc fixes on Rails::Generators::Base.hook_for.
2011-12-21 00:58:36 -08:00
lest
55943873cd
remove dead code as ruby 1.9.3 has Base64 module
2011-12-21 11:48:46 +03:00