aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | fix url_for with classesAaron Patterson2014-05-121-1/+1
* | | | | | | | | break each polymorphic type to it's own methodAaron Patterson2014-05-122-25/+86
* | | | | | | | | remove dead codeAaron Patterson2014-05-121-12/+0
* | | | | | | | | only test `persisted?` on the record onceAaron Patterson2014-05-121-3/+7
* | | | | | | | | only send options if there are any optionsAaron Patterson2014-05-121-5/+7
* | | | | | | | | add a test for the parameters sent to the url helper for new recordsAaron Patterson2014-05-121-0/+15
* | | | | | | | | remove should_pop variableAaron Patterson2014-05-121-4/+1
* | | | | | | | | only pop records when we get an arrayAaron Patterson2014-05-121-6/+7
* | | | | | | | | remove unnecessary array allocationsCoraline Ada Ehmke + Aaron Patterson2014-05-121-5/+1
* | | | | | | | | simplified route method name generationCoraline Ada Ehmke + Aaron Patterson2014-05-122-27/+19
* | | | | | | | | small refactoringCoraline Ada Ehmke + Aaron Patterson2014-05-121-6/+2
* | | | | | | | | 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
|\ \ \ \ \ \ \