aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-063-3/+6
* Merge pull request #7542 from aaronrenner/patch-2José Valim2012-09-061-1/+1
|\
| * Fixed around callback with lambda exampleAaron Renner2012-09-061-1/+1
|/
* we already have the module objects, do not constantizeXavier Noria2012-09-061-2/+6
* restores awesome commentXavier Noria2012-09-061-0/+19
* no more const_missing combinatoricsXavier Noria2012-09-061-41/+2
* Merge pull request #7397 from asanghi/masterJosé Valim2012-09-064-3/+58
|\
| * Allow delivery method options to be set per mail instanceAditya Sanghi2012-09-044-3/+58
* | Put the create_table block in a transaction.Rafael Mendonça França2012-09-051-2/+4
* | Merge pull request #7527 from guedes/pg9.2_json_supportRafael Mendonça França2012-09-059-4/+135
|\ \
| * | ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-059-4/+135
|/ /
* | Add CHANGELOG entry for #7532 [ci skip]Rafael Mendonça França2012-09-051-0/+10
* | Merge pull request #7532 from al2o3cr/fix_store_bugsRafael Mendonça França2012-09-053-4/+12
|\ \
| * | correctly flag changed attributes in AR::Store, combine multiple calls to sto...Matt Jones2012-09-053-4/+12
| |/
* | Merge pull request #7536 from pivotal/fix_pluck_with_reserved_wordsRafael Mendonça França2012-09-055-3/+21
|\ \
| * | Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-055-3/+21
* | | Merge pull request #7525 from seamusabshere/use-mysql-binary-for-rake-db-stru...Rafael Mendonça França2012-09-052-9/+10
|\ \ \ | |/ / |/| |
| * | Use the 'mysql' binary for 'rake db:structure:load'.Seamus Abshere2012-09-052-9/+10
* | | Define just the cattr_reader.Rafael Mendonça França2012-09-051-1/+2
* | | Use the same logger that ActionView::Base for the DigestorRafael Mendonça França2012-09-052-16/+22
* | | Remove unneeded requiresRafael Mendonça França2012-09-051-7/+3
* | | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-053-1/+23
|\ \ \
| * | | Update changelog with time column type casting fixAdam Meehan2012-09-051-0/+4
| * | | Fix for time type columns with invalid timeAdam Meehan2012-09-052-1/+19
* | | | Merge pull request #7447 from etehtsea/postgresql-adapterRafael Mendonça França2012-09-057-988/+1038
|\ \ \ \ | |/ / / |/| | |
| * | | Modularize postgresql adapterKonstantin Shabanov2012-09-057-988/+1038
* | | | Merge pull request #7530 from robin850/masterXavier Noria2012-09-051-1/+1
|\ \ \ \
| * | | | Fix a typoRobin Dupret2012-09-051-1/+1
* | | | | Merge pull request #7519 from leocassarani/merge-with-blockRafael Mendonça França2012-09-043-6/+50
|\ \ \ \ \
| * | | | | Extend HashWithIndifferentAccess#update to take an optional blockLeo Cassarani2012-09-053-6/+50
|/ / / / /
* | | | | Merge pull request #7522 from lexmag/mime_typeRafael Mendonça França2012-09-042-85/+94
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Refactor `Mime::Type`Aleksey Magusev2012-09-052-85/+94
* | | | | We dont need to include the name and the format in the digest -- source is au...David Heinemeier Hansson2012-09-041-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #7422 from ernie/improvements-to-improved-routingDavid Heinemeier Hansson2012-09-043-14/+103
|\ \ \ \
| * | | | Make enhanced routing Concerns more tell-don't-askErnie Miller2012-09-032-37/+70
| * | | | Fix concerns not executing block in mapperErnie Miller2012-09-032-2/+29
| * | | | Allow routing concerns to accept a callableErnie Miller2012-09-033-5/+34
* | | | | revised the exception message "Expected #{file_path} to define #{qualified_na...Xavier Noria2012-09-041-1/+1
* | | | | Merge pull request #7515 from senny/custom_inheritance_column_test_refactoringRafael Mendonça França2012-09-039-65/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-037-16/+5
| * | | | rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-034-49/+61
|/ / / /
* | | | Merge pull request #7506 from senny/issue_7503Rafael Mendonça França2012-09-035-2/+38
|\ \ \ \ | |/ / / |/| | |
| * | | set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-035-2/+38
* | | | Merge pull request #7502 from xoen/fixed-upgrading-guide-markupCarlos Antonio da Silva2012-09-021-2/+12
|\ \ \ \
| * | | | Fixed markup in Upgrading RoR guide [ci skip]Aldo "xoen" Giambelluca2012-09-021-2/+12
| |/ / /
* | | | Merge pull request #7504 from behrends/patch-1Carlos Antonio da Silva2012-09-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix example code: use tasks instead of commentsErik Behrends2012-09-021-1/+1
|/ / /
* | | Merge pull request #7495 from steveklabnik/issue_7478Aaron Patterson2012-09-013-4/+18
|\ \ \
| * | | Force reloading of the session after destroyAndreas Loupasakis2012-09-011-0/+3
| * | | Override rack's destroy_session in cookie storeAndreas Loupasakis2012-09-011-0/+8