Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Handle array option in `type_to_sql` | Ryuta Kamizono | 2015-02-19 | 1 | -19/+16 | |
| * | | | | | | | | | | Use `delegate` to call the methods to `@conn` | Ryuta Kamizono | 2015-02-19 | 1 | -16/+3 | |
| * | | | | | | | | | | Should handle array option for `:cast_as` | Ryuta Kamizono | 2015-02-19 | 2 | -4/+15 | |
* | | | | | | | | | | | Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim... | Rafael Mendonça França | 2015-02-19 | 3 | -8/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Extract precision from datetime and time columns | Ryuta Kamizono | 2015-02-19 | 3 | -8/+5 | |
* | | | | | | | | | | | | Do not mutate the operations array | Rafael Mendonça França | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | | | | | | | Return true instead of self when suppressed | Rafael Mendonça França | 2015-02-19 | 1 | -1/+1 | |
* | | | | | | | | | | | | Copy edit the suppressor documentation | Rafael Mendonça França | 2015-02-19 | 3 | -29/+28 | |
* | | | | | | | | | | | | Merge pull request #18910 from perceptec/add_suppressor | Rafael Mendonça França | 2015-02-19 | 8 | -0/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add `ActiveRecord::Base.suppress` | Michael Ryan | 2015-02-18 | 8 | -0/+118 | |
* | | | | | | | | | | | | Merge pull request #18994 from tgxworld/run_delete_middleware_operations_last | Guillermo Iguaran | 2015-02-19 | 3 | -2/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Allow Rack::Runtime to be deleted from middleware stack. | Guo Xiang Tan | 2015-02-19 | 3 | -2/+28 | |
* | | | | | | | | | | | | | Merge pull request #18999 from simi/remove-unused-gsub_app_file | Guillermo Iguaran | 2015-02-18 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove unused gsub_app_file method from Bukkit. | Josef Šimánek | 2015-02-19 | 1 | -6/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Freeze strings to reduce allocations in integration tests | eileencodes | 2015-02-18 | 1 | -4/+8 | |
* | | | | | | | | | | | | Reduce the number of times `#clean_path_info` is called | eileencodes | 2015-02-18 | 1 | -3/+2 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #18956 from hjoo/time_option | Eileen M. Uchitelle | 2015-02-18 | 3 | -6/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add `time` option to `#touch` | Hyonjee Joo | 2015-02-18 | 3 | -6/+34 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Try only to decode strings | Rafael Mendonça França | 2015-02-18 | 1 | -2/+4 | |
* | | | | | | | | | | | Merge pull request #18917 from lautis/non-string-csrf-token | Rafael Mendonça França | 2015-02-18 | 3 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Handle non-string authenticity tokens | Ville Lautanala | 2015-02-12 | 3 | -1/+13 | |
* | | | | | | | | | | | | Merge pull request #18411 from todd/extract_record_tag_helper | Rafael Mendonça França | 2015-02-18 | 5 | -263/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove RecordTagHelper, add extraction notices | Todd Bealmear | 2015-02-16 | 5 | -263/+22 | |
* | | | | | | | | | | | | Merge pull request #18393 from y-yagi/fix_mailer | Rafael Mendonça França | 2015-02-18 | 6 | -20/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | follow up to #18074 | yuuji.yaginuma | 2015-01-08 | 6 | -20/+38 | |
* | | | | | | | | | | | | | Merge pull request #18634 from morgoth/deprecate-some-errors-methods | Rafael Mendonça França | 2015-02-18 | 3 | -24/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods. | Wojciech Wnętrzak | 2015-02-01 | 3 | -24/+54 | |
* | | | | | | | | | | | | | | Add nodoc to private constant [ci skip] | Rafael Mendonça França | 2015-02-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #18970 from nithinbekal/local-assigns-doc | Rafael Mendonça França | 2015-02-18 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add documentation for local_assigns [ci skip] | Nithin Bekal | 2015-02-17 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | Improve documentation of local_assigns | Rafael Mendonça França | 2015-02-18 | 1 | -7/+13 | |
* | | | | | | | | | | | | | | | Merge pull request #15700 from maurogeorge/guides-local_assigns | Rafael Mendonça França | 2015-02-18 | 2 | -0/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add RDoc about local_assigns | Mauro George | 2014-06-13 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | Add docs about local_assigns on guides | Mauro George | 2014-06-13 | 1 | -0/+30 | |
* | | | | | | | | | | | | | | | | Talk about Gemfile.lock in the contributing guide | Rafael Mendonça França | 2015-02-18 | 1 | -3/+7 | |
* | | | | | | | | | | | | | | | | Merge pull request #18992 from rails/rm-track-lock-file | Rafael Mendonça França | 2015-02-18 | 3 | -1/+282 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Track Gemfile.lock at the repository | Rafael Mendonça França | 2015-02-18 | 3 | -1/+282 | |
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | Revert "Merge pull request #18951 from jurezove/gemfile-lock-to-plugin-gitign... | Rafael Mendonça França | 2015-02-18 | 1 | -1/+0 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #18984 from rousisk/master | Carlos Antonio da Silva | 2015-02-18 | 2 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Replace deprecated readonly option with scope blocks in docs and guide | Konstantinos Rousis | 2015-02-18 | 2 | -5/+4 | |
* | | | | | | | | | | | | | | | | Merge pull request #18987 from kamipo/prefer_drop_table_if_exists_true_over_r... | Carlos Antonio da Silva | 2015-02-18 | 21 | -25/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 21 | -25/+25 | |
|/ / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / | constants guide: adds a step to a resolution algorithm | Xavier Noria | 2015-02-18 | 1 | -1/+3 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | prefer `drop_table if_exists: true` over raw SQL. | Yves Senn | 2015-02-18 | 12 | -12/+12 | |
* | | | | | | | | | | | | | | | Merge pull request #18980 from nicolasmlv/fix-typo-in-guide | Zachary Scott | 2015-02-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fix type in guide - missing word | Nicolas Maloeuvre | 2015-02-18 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #18843 from yuki24/guides-add-guide-for-mail-preview | Zachary Scott | 2015-02-17 | 1 | -0/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add guide for Action Mailer Previews | Yuki Nishijima | 2015-02-08 | 1 | -0/+33 | |
* | | | | | | | | | | | | | | | | Add docs for the type registry | Sean Griffin | 2015-02-17 | 2 | -5/+24 | |
* | | | | | | | | | | | | | | | | Rm `Type#type_cast` | Sean Griffin | 2015-02-17 | 13 | -28/+20 |