Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Enums mapping is a HWIA [ci skip] | Godfrey Chan | 2015-02-13 | 1 | -2/+3 | |
* | | | | | | | | | | | | Enums should be referred to by symbols | Godfrey Chan | 2015-02-13 | 2 | -6/+20 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Add missing comma | Arthur Neves | 2015-02-13 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #16381 from kakipo/validate-length-tokenizer | Rafael Mendonça França | 2015-02-13 | 4 | -7/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Allow symbol as values for `tokenize` of `LengthValidator` | kakipo | 2014-08-03 | 4 | -7/+32 | |
* | | | | | | | | | | | | Merge pull request #18924 from tgxworld/correct_module_in_depre_msg | Kasper Timm Hansen | 2015-02-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Correct module name in deprecation message. | Guo Xiang Tan | 2015-02-13 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #18923 from tgxworld/fix_deprecation_warning_message | Kasper Timm Hansen | 2015-02-13 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Improve deprecation message. | Guo Xiang Tan | 2015-02-13 | 1 | -1/+3 | |
| * | | | | | | | | | | | | Do not recommend `xhr` since it is going to be deprecated. | Guo Xiang Tan | 2015-02-13 | 1 | -3/+0 | |
* | | | | | | | | | | | | | remove CHANGELOG entry for Rails 5.0 only feature. #18918 | Yves Senn | 2015-02-13 | 1 | -7/+0 | |
* | | | | | | | | | | | | | Merge pull request #18918 from morgoth/do-not-overwrite-value-of-secret-token... | Yves Senn | 2015-02-13 | 3 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Do not overwrite secret token value when already present. | Wojciech Wnętrzak | 2015-02-12 | 3 | -2/+15 | |
* | | | | | | | | | | | | | | Merge pull request #18922 from yui-knk/fix/action_controller_overview | Yves Senn | 2015-02-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | [ci skip] escape under score | yui-knk | 2015-02-13 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #18919 from nerdrew/missing-rack-utils-require | Arthur Nogueira Neves | 2015-02-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | require rack/utils in exception_wrapper | Andrew Lazarus | 2015-02-12 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | remove meta programming | Aaron Patterson | 2015-02-12 | 1 | -3/+3 | |
* | | | | | | | | | | | | there is always an integration session, so remove the check | Aaron Patterson | 2015-02-12 | 1 | -1/+0 | |
* | | | | | | | | | | | | lazily create the integration session | Aaron Patterson | 2015-02-12 | 2 | -11/+5 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | use before_setup to set up test instance variables | Aaron Patterson | 2015-02-12 | 1 | -7/+6 | |
* | | | | | | | | | | | Skip url_helpers instead of caching, speed up integration tests | eileencodes | 2015-02-12 | 2 | -18/+15 | |
* | | | | | | | | | | | Merge pull request #18915 from kamipo/extract_date_time_precision_test | Rafael Mendonça França | 2015-02-12 | 4 | -271/+102 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Extract `DateTimePrecisionTest` | Ryuta Kamizono | 2015-02-13 | 4 | -271/+102 | |
* | | | | | | | | | | | | Optimize none? and one? relation query methods to use LIMIT and COUNT. | Eugene Gilburg | 2015-02-12 | 6 | -2/+162 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #18844 from yuki24/guides-add-render-example-without-parti... | Zachary Scott | 2015-02-12 | 1 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add tip for skipping `partial` and `locals` options for `render` | Yuki Nishijima | 2015-02-08 | 1 | -0/+15 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #11790 from printercu/patch-3 | Rafael Mendonça França | 2015-02-12 | 3 | -14/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |