Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #9484 from senny/9480_change_table_and_hstore | Carlos Antonio da Silva | 2013-02-28 | 6 | -9/+67 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Support PostgreSQL specific column types when using `change_table`. | Yves Senn | 2013-02-28 | 5 | -6/+64 | |
| * | | | | | | update docs, change_table does not use TableDefinition. | Yves Senn | 2013-02-28 | 1 | -3/+3 | |
* | | | | | | | Minor changelog improvement [ci skip] | Carlos Antonio da Silva | 2013-02-28 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Remove redundant method | Andrew White | 2013-02-28 | 1 | -8/+0 | |
* | | | | | | Merge pull request #9469 from senny/9466_format_enforcing_routes | Andrew White | 2013-02-27 | 3 | -1/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | `format: true` does not override existing format constraints. | Yves Senn | 2013-02-27 | 3 | -1/+35 | |
* | | | | | | | Enforce i18n version >= v0.6.4 | Carlos Antonio da Silva | 2013-02-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | / / / / | Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" | Steve Klabnik | 2013-02-27 | 8 | -50/+18 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Improve docs for AbsC::Rendering | José Valim | 2013-02-27 | 1 | -3/+11 | |
* | | | | | There's no need to access Railties through self.class | Santiago Pastorino | 2013-02-27 | 1 | -1/+2 | |
* | | | | | Merge pull request #9218 from Fivell/master | Carlos Antonio da Silva | 2013-02-27 | 3 | -1/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix db_runtime attribute value after raising ActionView::MissingTemplate exc... | Igor | 2013-02-27 | 3 | -1/+24 | |
* | | | | | | Merge pull request #9457 from senny/remove_duplicated_number_helper_tests | Carlos Antonio da Silva | 2013-02-27 | 1 | -298/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cleanup AP number_helpers_test | Yves Senn | 2013-02-27 | 1 | -47/+47 | |
| * | | | | | | remove duplicated number_helper tests in AP. They are already in AS. | Yves Senn | 2013-02-27 | 1 | -270/+22 | |
* | | | | | | | Merge pull request #9359 from justinwb/master | Carlos Antonio da Silva | 2013-02-27 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Removed template_root as a configuration option | Justin Bingham | 2013-02-21 | 1 | -1/+0 | |
* | | | | | | | Merge pull request #9452 from frodsan/remove_private_attribute_warning | Steve Klabnik | 2013-02-26 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remove private attribute? warning | Francesco Rodriguez | 2013-02-26 | 1 | -1/+3 | |
* | | | | | | | | Merge pull request #9439 from senny/9435_router_params_as_integers | Andrew White | 2013-02-26 | 3 | -1/+33 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | allow non-String default params in the router. | Yves Senn | 2013-02-26 | 3 | -1/+33 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #9437 from senny/9432_undefined_method_source_in_routes | Andrew White | 2013-02-26 | 3 | -12/+62 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | the router allows String contraints. | Yves Senn | 2013-02-26 | 3 | -12/+62 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #8010 from subwindow/postgres_inet_default_fix | Aaron Patterson | 2013-02-26 | 3 | -9/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix default output for postgres network address types | Erik Peterson | 2013-02-26 | 3 | -9/+20 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Move AS CHANGELOG entry up. | Steve Klabnik | 2013-02-26 | 1 | -2/+3 | |
* | | | | | | | | Merge pull request #9329 from chuckbjones/fix-cache-delete-rc | Steve Klabnik | 2013-02-26 | 3 | -2/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix deletion of empty directories: | Charles Jones | 2013-02-25 | 3 | -2/+16 | |
* | | | | | | | | | We want i18n >= 0.6.2 but < 1.0 | Santiago Pastorino | 2013-02-26 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #9446 from bemurphy/enhance_root_route_guide | Carlos Antonio da Silva | 2013-02-26 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add routing guide doc on root with namespaces. | Brendon Murphy | 2013-02-26 | 1 | -0/+10 | |
* | | | | | | | | | | Merge pull request #9443 from exviva/belongs_to_touch_new_record | Rafael Mendonça França | 2013-02-26 | 3 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix touching an invalid parent record for belongs_to | Olek Janiszewski | 2013-02-26 | 3 | -2/+19 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Move the CHANGELOG entry to the proper place | Rafael Mendonça França | 2013-02-26 | 1 | -2/+4 | |
* | | | | | | | | | | Merge pull request #9434 from zires/dev | Rafael Mendonça França | 2013-02-26 | 3 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti... | zires | 2013-02-27 | 3 | -1/+7 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #9442 from czarneckid/adjust-generator-language | Xavier Noria | 2013-02-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use less hyperbole in the language re: allowed parameters | David Czarnecki | 2013-02-26 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #9444 from frodsan/add_test_for_977455cc | Rafael Mendonça França | 2013-02-26 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add tests for #9441 | Francesco Rodriguez | 2013-02-26 | 1 | -0/+16 | |
| |/ / / / / / / / | ||||||
* | | | | | / / / | Update CHANGELOGS | Rafael Mendonça França | 2013-02-26 | 7 | -5/+30 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-26 | 13 | -23/+37 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Typo fix | Carson McDonald | 2013-02-25 | 1 | -1/+1 | |
| * | | | | | | | BELONGS TO ASSOCIATION | Typo fix | libin | 2013-02-25 | 1 | -1/+1 | |
| * | | | | | | | Update guide doc to use migration shortcuts | Qihuan Piao | 2013-02-25 | 1 | -1/+1 | |
| * | | | | | | | Wrap `around_action` word with <code> tag | Qihuan Piao | 2013-02-25 | 1 | -1/+1 | |
| * | | | | | | | Added documentation for beginning_of_minute and end_of_minute to Active Suppo... | Gagan Awhad | 2013-02-22 | 1 | -1/+19 | |
| * | | | | | | | Link is not relevant anymore | bobbus | 2013-02-22 | 1 | -5/+0 | |
| * | | | | | | | Typo fix. | Carson McDonald | 2013-02-21 | 1 | -1/+1 |