Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ActionController#translate also lookups shortcut without action name | Max Melentiev | 2013-10-22 | 3 | -4/+13 | |
| * | | | | ActionController#translate supports symbols | printercu | 2013-09-25 | 3 | -12/+28 | |
* | | | | | Merge pull request #18886 from kamipo/allow_precision_option_for_time_column | Rafael Mendonça França | 2015-02-12 | 7 | -19/+90 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-12 | 7 | -19/+90 | |
* | | | | | | Merge pull request #18885 from ypxing/master | Rafael Mendonça França | 2015-02-12 | 1 | -12/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove unnecessary assignment and parameter passing in ActiveSupport::Callbac... | rxing | 2015-02-11 | 1 | -12/+7 | |
* | | | | | | | get rid of transaction warning when running PG tests. | Yves Senn | 2015-02-12 | 1 | -1/+1 | |
* | | | | | | | pg tests, be clear about the missing type that causes a test skip. | Yves Senn | 2015-02-12 | 2 | -15/+8 | |
* | | | | | | | tests, remove unused requires. | Yves Senn | 2015-02-12 | 2 | -2/+0 | |
* | | | | | | | Merge pull request #18911 from y-yagi/fix-typo | Kasper Timm Hansen | 2015-02-12 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix typo in fresh_when example [ci skip] | yuuji.yaginuma | 2015-02-12 | 1 | -3/+3 | |
* | | | | | | | | Merge pull request #18907 from square/dont-load-app-on-structure | Yves Senn | 2015-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Schema creation doesn't load the app | Tamir Duberstein | 2015-02-11 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Properly dump primitive-like AS::SafeBuffer strings as YAML | Godfrey Chan | 2015-02-11 | 3 | -1/+29 | |
|/ / / / / / | ||||||
* | | | | | | Don't break enum on PG | Sean Griffin | 2015-02-11 | 1 | -1/+1 | |
* | | | | | | Refactor enum to be defined in terms of the attributes API | Sean Griffin | 2015-02-11 | 3 | -44/+59 | |
* | | | | | | `current_scope` shouldn't pollute sibling STI classes | Sean Griffin | 2015-02-11 | 4 | -6/+32 | |
* | | | | | | Merge pull request #18888 from kamipo/refactor_quote_default_expression | Rafael Mendonça França | 2015-02-11 | 4 | -18/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Refactor `quote_default_expression` | Ryuta Kamizono | 2015-02-11 | 4 | -18/+12 | |
* | | | | | | | Merge pull request #18906 from awd/fix-test-description | Rafael Mendonça França | 2015-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixes wording of test description | Adam Doeler | 2015-02-11 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #18374 from claudiob/add-collection-to-fresh-when | Rafael Mendonça França | 2015-02-11 | 3 | -11/+103 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Accept a collection in fresh_when and stale? | claudiob | 2015-02-10 | 3 | -11/+103 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #18845 from bogdan/remove-code-dups-in-action-view | Rafael Mendonça França | 2015-02-11 | 2 | -33/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove code duplication in ActionView::Helpers::Tags::Base | Bogdan Gusiev | 2015-02-11 | 2 | -33/+25 | |
* | | | | | | | | | Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbb | Rafael Mendonça França | 2015-02-11 | 2 | -13/+25 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Remove the SQLite3 Binary subclass | Sean Griffin | 2015-02-11 | 2 | -28/+0 | |
* | | | | | | | | Reduce object allocations in ActiveSupport::Subscriber | eileencodes | 2015-02-11 | 1 | -1/+1 | |
* | | | | | | | | Remove an unused option that I didn't mean to commit [ci skip] | Sean Griffin | 2015-02-11 | 1 | -2/+1 | |
* | | | | | | | | Remove most PG specific type subclasses | Sean Griffin | 2015-02-11 | 14 | -91/+60 | |
* | | | | | | | | Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for... | Sean Griffin | 2015-02-11 | 3 | -23/+46 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | The datetime precision with zero should be dumped | Ryuta Kamizono | 2015-02-11 | 3 | -23/+46 | |
* | | | | | | | | | prefer `drop_table :table, if_exists: true` over explicit checks. | Yves Senn | 2015-02-11 | 1 | -2/+2 | |
* | | | | | | | | | add test to ensure `remove_reference` with index and fk is invertable. | Yves Senn | 2015-02-11 | 1 | -0/+5 | |
* | | | | | | | | | fix `remove_reference` with `foreign_key: true` on MySQL. #18664. | Yves Senn | 2015-02-11 | 3 | -0/+24 | |
* | | | | | | | | | Merge pull request #18890 from kamipo/remove_cast_type | Yves Senn | 2015-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove `cast_type` in `ColumnDefinition` | Ryuta Kamizono | 2015-02-11 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | guides, various testing guide changes. [ci skip] | Yves Senn | 2015-02-11 | 1 | -7/+15 | |
* | | | | | | | | | Merge pull request #18363 from andreynering/add-foreign-key-subsection-in-upg... | Yves Senn | 2015-02-11 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Adding subsection on 'upgrading' guide about 4.2 foreign key support [ci skip] | Andrey Nering | 2015-02-10 | 1 | -0/+14 | |
* | | | | | | | | | | Merge pull request #18892 from robertzk/typo_in_rails_engine_rb | Zachary Scott | 2015-02-10 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix some typos in railties/lib/rails/engine.rb [ci-skip] | RobertZK | 2015-02-10 | 1 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18891 from robertzk/typo_in_rails_application_rb | Arthur Nogueira Neves | 2015-02-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix typo in Rails::Application#migration_railties | RobertZK | 2015-02-10 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #18889 from kamipo/use_kwargs_in_transaction | Rafael Mendonça França | 2015-02-11 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Use keyword argument in `transaction` | Ryuta Kamizono | 2015-02-11 | 1 | -6/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #18884 from rails/fix-kwarg-on-stale | Rafael Mendonça França | 2015-02-10 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix wrong kwarg "record" from #18872 | claudiob | 2015-02-10 | 2 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #18872 from kaspth/kw-fresh_when-stale | Arthur Nogueira Neves | 2015-02-10 | 1 | -12/+10 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Convert stale? and fresh_when to use keyword arguments. | Kasper Timm Hansen | 2015-02-10 | 1 | -12/+10 |