Commit Graph

27124 Commits

Author SHA1 Message Date
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
Aaron Patterson
96838b5192 can create hstore records via AR API 2011-12-20 14:04:50 -06:00
Aaron Patterson
135b3a0dde multiple key / values work 2011-12-20 14:04:50 -06:00
Aaron Patterson
776af48acb PostgreSQL hstore types are automatically deserialized from the database. 2011-12-20 14:04:50 -06:00
Aaron Patterson
8cb7bc8b55 pg columns should understand the hstore type 2011-12-20 14:04:49 -06:00
José Valim
635080f33c Merge pull request #4078 from Karunakar/fix_failing_test
remove more uses of deprecated loggers
2011-12-20 11:34:12 -08:00
Piotr Sarnacki
d4f5398509 Merge pull request #4077 from arunagw/gemfile_update
No need to check here now for < 1.9.3
2011-12-20 11:30:36 -08:00
Karunakar (Ruby)
c056787d5d remove more uses of deprecated loggers 2011-12-21 00:57:30 +05:30
Arun Agrawal
ec26dd007a No need to check here now for < 1.9.3 2011-12-21 00:47:48 +05:30
José Valim
b31c2ed367 Merge pull request #4075 from arunagw/activeresource_dead_code_removal
Removal dead code from my side :-)
2011-12-20 11:10:48 -08:00
Piotr Sarnacki
cc192900f2 Merge pull request #4063 from andrew/patch-1
Added Capistrano to the development group in Gemfile
2011-12-20 11:01:17 -08:00
Santiago Pastorino
7b32677ca0 Merge pull request #4073 from arunagw/doc_rake_fix_master
It should be README.rdoc fixes #4067
2011-12-20 10:57:17 -08:00
Arun Agrawal
c01124ece6 Removal dead code from my side :-) 2011-12-21 00:09:47 +05:30
Andrew Nesbitt
c7a485a289 Added Capistrano to the development group in Gemfile
There's no need for Capistrano to be install on a server, the extra argument in the comment implies this now.
2011-12-20 18:32:01 +00:00
Arun Agrawal
568777bcd0 It should be README.rdoc fixes #4067 2011-12-20 23:55:57 +05:30
José Valim
9bcd52ffca Merge pull request #4070 from lest/remove-require-enumerator
requiring enumerator is not nessessary in ruby 1.9
2011-12-20 10:18:49 -08:00
Sergey Nartimov
e7d827ec50 requiring enumerator is not nessessary in ruby 1.9 2011-12-20 21:14:57 +03:00
Vijay Dev
10a5497f2e NullStore cache belongs in Active Support 2011-12-20 23:44:47 +05:30
Vijay Dev
226b4ae79c Merge pull request #4061 from indrekj/action-mailer-18n-subject-comments
fix default_i18n_subject comment in ActionMailer::Base
2011-12-20 09:49:24 -08:00
Aaron Patterson
3ef20aa62c Merge pull request #4035 from lest/date-type-cast
handle not only strings in date type cast
2011-12-20 09:42:17 -08:00
José Valim
7ba28d434c Remove dead code from AMo. 2011-12-20 18:38:20 +01:00
José Valim
fb1c06a694 Remove more dead code from AS. 2011-12-20 18:38:20 +01:00
José Valim
6bb4ad3868 Merge pull request #4033 from nashby/date-helper-field-error-proc
add failing tests for issue #3487
2011-12-20 09:36:02 -08:00
Arun Agrawal
1bc646752d [docs] Ruby upgrade 2011-12-20 23:04:11 +05:30
Arun Agrawal
ff573c45d6 4.0.0.beta now :-) 2011-12-20 23:03:07 +05:30
Vasiliy Ermolovich
92088131ac fix adding field_with_errors to date selects, closes #3487 2011-12-20 20:25:56 +03:00
José Valim
7ab4775106 Initial pass at removing dead 1.8.x code from Active Support.
There are a bunch of other implicit branches that adds
1.8.x specific code that still needs to be removed. Pull
requests for those cases are welcome.
2011-12-20 18:22:21 +01:00
Jarrod Carlson
53c1ae99f5 Added failing test to demonstrate digest authentication failure 2011-12-20 18:03:49 +01:00
José Valim
51095be1b0 Get rid of more 1.8.x dead code 2011-12-20 17:59:26 +01:00
José Valim
2d5f5c32e6 This test is rubbish. 2011-12-20 17:59:26 +01:00
José Valim
9cf38be008 Get rid of --old-style-hash 2011-12-20 17:59:26 +01:00
Vijay Dev
500ca98fef Merge branch 'master' of github.com:lifo/docrails 2011-12-20 22:18:42 +05:30