aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | pulling helpermethods up before refactoringCoraline Ada Ehmke + Aaron Patterson2014-05-121-20/+46
* | | | | | push all is_a tests up, always pass options to the named routeAaron Patterson2014-05-121-28/+27
* | | | | | pull nil checks upAaron Patterson2014-05-121-3/+5
* | | | | | skip another Array is_a checkAaron Patterson2014-05-121-4/+6
* | | | | | only do the Array is_a check onceAaron Patterson2014-05-121-4/+3
* | | | | | we always convert this variable to a list, so we can remove the unconversionAaron Patterson2014-05-121-1/+0
* | | | | | record as a hash is not possible, so rm branchAaron Patterson2014-05-121-2/+0
* | | | | | stop popping in build_named_route_callAaron Patterson2014-05-121-4/+3
* | | | | | remove extract_record since we have extracted the listAaron Patterson2014-05-121-12/+1
* | | | | | always pass a list to build_named_route_callAaron Patterson2014-05-121-10/+19
* | | | | | add a test with three objectsAaron Patterson2014-05-121-2/+13
* | | | | | add a test for passing two models to the polymorphic_url methodAaron Patterson2014-05-122-1/+9
* | | | | | typo: resulution -> resolution [ci skip]Godfrey Chan2014-05-121-1/+1
* | | | | | reduce conditionals in url_forAaron Patterson2014-05-121-3/+6
| |_|_|_|/ |/| | | |
* | | | | 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