aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-233-5/+19
* Merge pull request #13463 from josevalim/jv-envJosé Valim2013-12-2320-96/+113
|\
| * Update CHANGELOG [ci skip]José Valim2013-12-231-0/+5
| * Use the new Resolver API in dbconsoleJosé Valim2013-12-231-3/+2
| * Add examples and namespace ENV options with "RAILS_"José Valim2013-12-2312-13/+25
| * Guarantee the connection resolver handles string valuesJosé Valim2013-12-236-53/+58
| * Do not store production information in .yml filesJosé Valim2013-12-2312-40/+36
* | Disable locale checks to avoid warnings in Active Model tests [ci skip]Carlos Antonio da Silva2013-12-231-0/+3
* | Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-235-12/+26
* | Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-235-4/+30
* | Do not consider PG array columns as number or text columnsCarlos Antonio da Silva2013-12-233-3/+33
* | Move the null mime type to request.formatCarlos Antonio da Silva2013-12-236-10/+10
* | Merge pull request #13462 from JuanitoFatas/getting-startedGodfrey Chan2013-12-231-3/+3
|\ \ | |/ |/|
| * [ci skip] a destroy action in controller, not delete [getting_stated.md].Juanito Fatas2013-12-241-3/+3
|/
* Merge pull request #13427 from schneems/schneems/cannot-connect-postgres-errorYves Senn2013-12-235-0/+40
|\
| * Tell how to Create a Database in Error Messageschneems2013-12-235-0/+40
|/
* Fix comment example in AR enum [ci skip]Carlos Antonio da Silva2013-12-231-1/+1
* Merge pull request #13455 from jetthoughts/13445_fix_touch_destroyed_recordYves Senn2013-12-233-1/+22
|\
| * On destroying do not touch destroyed belongs to association.Paul Nikitochkin2013-12-233-1/+22
|/
* Merge pull request #13446 from kuldeepaggarwal/resolver-test-casesYves Senn2013-12-231-0/+10
|\
| * added test cases for Resolver#connection_url_to_hashKuldeep Aggarwal2013-12-231-0/+10
* | Merge pull request #13457 from strzalek/add-missing-av-railtieJosé Valim2013-12-231-0/+1
|\ \
| * | Add missing av/railtie requireŁukasz Strzałkowski2013-12-221-0/+1
|/ /
* | CHANGELOG entry for #13451. [ci skip]Yves Senn2013-12-221-0/+13
* | Merge pull request #13451 from dmathieu/quoting_non_stringsYves Senn2013-12-222-1/+7
|\ \
| * | fix quoting non-stringsDamien Mathieu2013-12-222-1/+7
|/ /
* | Use the same enum definition in the docs and in the comments [ci skip]Godfrey Chan2013-12-221-6/+6
* | Add comments with urls for email previewsAndrew White2013-12-222-6/+13
|/
* Merge pull request #13443 from schneems/schneems/fix-master-testsGuillermo Iguaran2013-12-213-24/+26
|\
| * Use Full path to sqlite database in testsschneems2013-12-222-4/+4
| * Fix DB Console tests schneems2013-12-211-20/+22
|/
* Merge pull request #13438 from vipulnsward/enable-memache-on-travisGuillermo Iguaran2013-12-211-0/+3
|\
| * Enable memcached service on travis for running cache tests.Vipul A M2013-12-221-0/+3
* | Merge pull request #13436 from robin850/patch-11Guillermo Iguaran2013-12-214-2/+18
|\ \
| * | Fix few typos in the documentation [ci skip]Robin Dupret2013-12-212-2/+2
| * | Add a changelog entry for #13326 [ci skip]Robin Dupret2013-12-211-0/+8
| * | Add a changelog entry for #13363 [ci skip]Robin Dupret2013-12-211-0/+8
* | | Fix typo [ci skip]Carlos Antonio da Silva2013-12-211-1/+1
* | | optimizes array conversion in AC::ParametersXavier Noria2013-12-212-2/+17
|/ /
* | refactors AC::Parameters#fetchXavier Noria2013-12-211-10/+3
* | Test with 2.1.0-rc1Guillermo Iguaran2013-12-201-1/+1
* | Merge pull request #13425 from kassio/masterDavid Heinemeier Hansson2013-12-207-8/+39
|\ \
| * | `html` and `text` templates for mailers by defaultKassio Borges2013-12-207-8/+39
* | | converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-213-3/+23
* | | fix url connections for sqlite3Aaron Patterson2013-12-202-1/+34
|/ /
* | Merge pull request #13422 from rwz/masterRafael Mendonça França2013-12-203-4/+4
|\ \
| * | Bump Jbuilder version to 2.0.0Pavel Pravosud2013-12-203-4/+4
|/ /
* | Merge pull request #13415 from schneems/schneems/database-no-usernameYves Senn2013-12-192-4/+18
|\ \
| * | Do not expect database user with app name to existschneems2013-12-192-4/+18
* | | Fix AS::NumberHelper results with large precisionsKenta Murata & Akira Matsuda2013-12-203-7/+62