aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4076 from lest/remove-1-8-codeJosé Valim2011-12-212-38/+1
|\ | | | | remove support for ruby 1.8 in AS String extensions
| * remove support for ruby 1.8 in AS String extensionsSergey Nartimov2011-12-212-38/+1
|/
* Merge pull request #4088 from rahul100885/rahul100885_workJosé Valim2011-12-213-58/+26
|\ | | | | Remove unused conditions for 1.9
| * Remove unused conditions for 1.9Rahul P. Chaudhari2011-12-213-58/+26
| |
* | Merge pull request #4086 from ugisozols/masterJosé Valim2011-12-2010-132/+0
|\ \ | |/ |/| Remove some of the ActiveSupport core extensions related to 1.8.
| * Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-2110-132/+0
|/
* Merge pull request #4085 from arunagw/more_1_8_7_removalJosé Valim2011-12-202-25/+0
|\ | | | | No Ruby 1.8 stuff. No more checks in code.
| * No Ruby 1.8 stuff. No more checks in code.Arun Agrawal2011-12-212-25/+0
| |
* | Merge pull request #4071 from rahul100885/rahul100885_workJosé Valim2011-12-208-8/+8
|\ \ | |/ |/| Updated gemspec for ruby 1.9.3
| * Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-218-8/+8
|/
* Check for response to `#last` instead of `#first`.Brian Rose2011-12-201-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Ensure option for select helper responds to `#first` before comparison.Brian Rose2011-12-202-1/+19
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* skip hstore tests on PG databases that do not have hstoreAaron Patterson2011-12-201-2/+8
|
* do not compile regexp on every callAaron Patterson2011-12-201-16/+14
|
* making sure updates workAaron Patterson2011-12-201-7/+13
|
* hstores can cycleAaron Patterson2011-12-202-6/+57
|
* can create hstore records via AR APIAaron Patterson2011-12-203-5/+18
|
* multiple key / values workAaron Patterson2011-12-202-1/+10
|
* PostgreSQL hstore types are automatically deserialized from the database.Aaron Patterson2011-12-204-0/+26
|
* pg columns should understand the hstore typeAaron Patterson2011-12-202-47/+77
|
* Merge pull request #4078 from Karunakar/fix_failing_testJosé Valim2011-12-201-2/+2
|\ | | | | remove more uses of deprecated loggers
| * remove more uses of deprecated loggersKarunakar (Ruby)2011-12-211-2/+2
| |
* | Merge pull request #4077 from arunagw/gemfile_updatePiotr Sarnacki2011-12-201-1/+1
|\ \ | |/ |/| No need to check here now for < 1.9.3
| * No need to check here now for < 1.9.3Arun Agrawal2011-12-211-1/+1
|/
* Merge pull request #4075 from arunagw/activeresource_dead_code_removalJosé Valim2011-12-201-2/+2
|\ | | | | Removal dead code from my side :-)
| * Removal dead code from my side :-)Arun Agrawal2011-12-211-2/+2
| |
* | Merge pull request #4063 from andrew/patch-1Piotr Sarnacki2011-12-201-1/+1
|\ \ | | | | | | Added Capistrano to the development group in Gemfile
| * | Added Capistrano to the development group in GemfileAndrew Nesbitt2011-12-201-1/+1
| | | | | | | | | There's no need for Capistrano to be install on a server, the extra argument in the comment implies this now.
* | | Merge pull request #4073 from arunagw/doc_rake_fix_masterSantiago Pastorino2011-12-201-1/+1
|\ \ \ | |_|/ |/| | It should be README.rdoc fixes #4067
| * | It should be README.rdoc fixes #4067Arun Agrawal2011-12-201-1/+1
| | |
* | | Merge pull request #4070 from lest/remove-require-enumeratorJosé Valim2011-12-201-2/+0
|\ \ \ | | | | | | | | requiring enumerator is not nessessary in ruby 1.9
| * | | requiring enumerator is not nessessary in ruby 1.9Sergey Nartimov2011-12-201-2/+0
| |/ /
* / / NullStore cache belongs in Active SupportVijay Dev2011-12-202-4/+2
|/ /
* | Merge pull request #4061 from indrekj/action-mailer-18n-subject-commentsVijay Dev2011-12-201-1/+1
|\ \ | | | | | | fix default_i18n_subject comment in ActionMailer::Base
| * | fix default_i18n_subject comment in ActionMailer::BaseIndrek Juhkam2011-12-201-1/+1
| | |
* | | Merge pull request #4035 from lest/date-type-castAaron Patterson2011-12-202-7/+19
|\ \ \ | | | | | | | | handle not only strings in date type cast
| * | | handle not only strings in date type castSergey Nartimov2011-12-192-7/+19
| | | |
* | | | Remove dead code from AMo.José Valim2011-12-202-59/+37
| | | |
* | | | Remove more dead code from AS.José Valim2011-12-204-55/+17
| | | |
* | | | Merge pull request #4033 from nashby/date-helper-field-error-procJosé Valim2011-12-204-12/+35
|\ \ \ \ | | | | | | | | | | add failing tests for issue #3487
| * | | | fix adding field_with_errors to date selects, closes #3487Vasiliy Ermolovich2011-12-203-11/+11
| | | | |
| * | | | add failing tests for issue #3487Vasiliy Ermolovich2011-12-191-1/+24
| |/ / /
* | | | Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-2027-760/+118
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Get rid of more 1.8.x dead codeJosé Valim2011-12-2010-55/+13
| | | |
* | | | This test is rubbish.José Valim2011-12-201-39/+0
| | | |
* | | | Get rid of --old-style-hashJosé Valim2011-12-205-58/+6
| |_|/ |/| |
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-205-12/+11
|\ \ \ | |_|/ |/| |
| * | remove unnecessary link. This is already mentioned in section 3 of the guideVijay Dev2011-12-201-3/+0
| | |
| * | Revert "Fixed some grammatical errors in ↵Vijay Dev2011-12-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | raw_email_with_invalid_characters_in_content_type. Picky, I know." This reverts commit 30aa4e6c3b33d93c6b1a000685d6d97d51f7ab68. Reason: docrails doesn't allow changing code. As much as this is a plain text file, I would still like to enforce the policy strictly.
| * | wrong link markupMikhail Dieterle2011-12-211-1/+1
| | |