Commit Graph

26856 Commits

Author SHA1 Message Date
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
José Valim
afea8c7948 Merge pull request #4076 from lest/remove-1-8-code
remove support for ruby 1.8 in AS String extensions
2011-12-21 00:32:31 -08:00
Sergey Nartimov
b7cfd09466 remove support for ruby 1.8 in AS String extensions 2011-12-21 11:29:10 +03:00
José Valim
49f08bb50c Merge pull request #4088 from rahul100885/rahul100885_work
Remove unused conditions for 1.9
2011-12-21 00:12:28 -08:00
Rahul P. Chaudhari
b74f5b7398 Remove unused conditions for 1.9 2011-12-21 13:34:54 +05:30
José Valim
b0011dc74b Merge pull request #4086 from ugisozols/master
Remove some of the ActiveSupport core extensions related to 1.8.
2011-12-20 23:51:21 -08:00
Uģis Ozols
ee69ef62a8 Remove some of the ActiveSupport core extensions related to 1.8. 2011-12-21 09:29:59 +02:00
José Valim
8e749cd4bd Merge pull request #4085 from arunagw/more_1_8_7_removal
No Ruby 1.8 stuff. No more checks in code.
2011-12-20 23:08:28 -08:00
José Valim
e5916862a1 Merge pull request #4071 from rahul100885/rahul100885_work
Updated gemspec for ruby 1.9.3
2011-12-20 23:07:12 -08:00
Arun Agrawal
b4073c9ea9 No Ruby 1.8 stuff. No more checks in code. 2011-12-21 12:20:12 +05:30
Rahul P. Chaudhari
e883c06a4f Updated gemspec for ruby 1.9.3 2011-12-21 11:09:01 +05:30
Piotr Sarnacki
3131a93797 Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228) 2011-12-21 00:02:58 +01:00
Piotr Sarnacki
80ab9e2a74 Add original_fullpath and original_url methods to Request 2011-12-21 00:02:57 +01:00
Piotr Sarnacki
482ec2ac3f Add ORIGINAL_FULLPATH to env
This behaves similarly to REQUEST_URI, but
we need to implement it on our own because
REQUEST_URI is not reliable.

Note that since PATH_INFO does not contain
information about trailing question mark,
this is not 100% accurate, for example
`/foo?` will result in `/foo` in ORIGINAL_FULLPATH
2011-12-21 00:02:40 +01:00
Brian Rose
d2abe28ed3 Check for response to #last instead of #first.
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-12-20 22:51:19 +01:00
Brian Rose
55334f52d4 Ensure option for select helper responds to #first before comparison.
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-12-20 22:51:14 +01:00
Aaron Patterson
0d7ca94727 skip hstore tests on PG databases that do not have hstore 2011-12-20 14:04:51 -06:00
Aaron Patterson
a8b948d81c do not compile regexp on every call 2011-12-20 14:04:51 -06:00
Aaron Patterson
66d8620e3c making sure updates work 2011-12-20 14:04:51 -06:00
Aaron Patterson
8daaff5dac hstores can cycle 2011-12-20 14:04:51 -06:00