aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify AC:ViewPaths::_prefixes. by making it recursively traversing up the ...Nick Sutterer2014-05-131-15/+10
* extract route key translation to a method and reuse itAaron Patterson2014-05-121-17/+14
* make the module version quack the same as the instanceAaron Patterson2014-05-121-3/+10
* Hash#except is expensive and this is a hotspot, so use a dup + deleteAaron Patterson2014-05-121-1/+2
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-124-3/+18
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-123-0/+33
* Merge pull request #13334 from gregolsen/postgresql_infinityYves Senn2014-05-123-3/+30
|\
| * pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-123-3/+30
|/
* Merge pull request #10505 from patricksrobertson/bigserial_id_not_identifying_pkYves Senn2014-05-123-1/+33
|\
| * Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-123-1/+33
|/
* Merge pull request #14999 from yahonda/modify_bind_variable_nameYves Senn2014-05-121-2/+3
|\
| * Modify assert conditions not to be affectedYasuo Honda2014-05-121-2/+3
* | Merge pull request #15060 from tgxworld/remove_unnecessary_tests_methodRafael Mendonça França2014-05-121-2/+0
|\ \
| * | Remove redundant tests method.Guo Xiang Tan2014-05-111-2/+0
* | | Update attribute_methods.rbGuillermo Iguaran2014-05-111-1/+1
* | | Merge pull request #15063 from cbeer/correct-attribute_present-docsGuillermo Iguaran2014-05-111-7/+7
|\ \ \ | |/ / |/| |
| * | correcting method documentation [ci skip]Chris Beer2014-05-111-7/+7
* | | Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Valida...Carlos Antonio da Silva2014-05-111-9/+9
|\ \ \
| * | | Refactor AR's validations_test.rbTakehiro Adachi2013-12-031-9/+9
* | | | Merge pull request #15059 from marcioj/patch-1Robin Dupret2014-05-111-2/+2
|\ \ \ \
| * | | | Replace :base with :in [ci skip]Marcio Junior2014-05-111-2/+2
|/ / / /
* | | | Tidy up implementation of #15010Andrew White2014-05-112-11/+7
* | | | Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-113-1/+25
* | | | docs, make `ActionNotFound` public API. [ci skip]Yves Senn2014-05-111-1/+2
* | | | Merge pull request #15058 from Gaurav2728/gaurav-doc_messageRichard Schneeman2014-05-111-3/+4
|\ \ \ \
| * | | | adding complete message in documentation [ci skip]Gaurav Sharma2014-05-111-3/+4
|/ / / /
* | | | Merge branch 'master' of github.com:rails/railsAndrew White2014-05-111-0/+59
|\ \ \ \
| * | | | pg guide, PostgreSQL legacy table view example. [ci skip]Yves Senn2014-05-111-0/+59
* | | | | Always use the provided port for protocol relative urlsAndrew White2014-05-113-0/+20
* | | | | ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...Guilherme Cavalcanti2014-05-112-2/+12
|/ / / /
* | | | docs, fix typo in docs added by ed56e596a04673. [ci skip]Yves Senn2014-05-101-2/+2
* | | | Merge pull request #15056 from josemarluedke/single-quotes-on-plugin-gemfileRafael Mendonça França2014-05-102-7/+7
|\ \ \ \
| * | | | Change Gemfile’s double quotes in plugin generatorJosemar Luedke2014-05-102-7/+7
|/ / / /
* | | | Merge pull request #15054 from mechanicles/documentation-consistencyRafael Mendonça França2014-05-101-3/+3
|\ \ \ \
| * | | | Keep method's description/documentation consistent [ci skip]Santosh Wadghule2014-05-111-3/+3
|/ / / /
* | | | feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053Aaron Patterson2014-05-101-5/+21
* | | | minor change in AR readme [ci skip]Vijay Dev2014-05-101-1/+1
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-106-11/+49
|\ \ \ \
| * | | | copy edits [ci skip]Vijay Dev2014-05-102-14/+13
| * | | | [ci skip] add example to AR#assign_attributesschneems2014-05-091-0/+10
| * | | | [ci skip] doc ActiveSupport::TimeWithZone#to_sschneems2014-05-091-2/+5
| * | | | [ci skip] doc Http::Headers methodsschneems2014-05-091-1/+17
| * | | | fix formatting errors [ci skip]Vijay Dev2014-05-091-6/+6
| * | | | copy edits [ci skip]Vijay Dev2014-05-082-3/+2
| * | | | [ci skip] document ActionDispatch::HTTP::Headersschneems2014-05-071-0/+6
| * | | | [ci skip] document type_cast_for_writeschneems2014-05-072-0/+5
| * | | | Fix Formatting in AR ReadmeGaurish Sharma2014-05-041-2/+2
* | | | | deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-106-4/+56
* | | | | Merge pull request #15049 from arthurnn/fix_ciRafael Mendonça França2014-05-091-1/+1
|\ \ \ \ \