Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | etag header is in Rack, so use it's response methods | Aaron Patterson | 2015-10-06 | 2 | -7/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21869 from jeremy/mime-constant-deprecation | Jeremy Daer | 2015-10-06 | 32 | -214/+193 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 32 | -214/+193 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21887 from abhishekjain16/doc_fix | Kasper Timm Hansen | 2015-10-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix usage of word alternatively in docs [ci skip] | Abhishek Jain | 2015-10-06 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #21888 from tanmay3011/fix-grammar | Yves Senn | 2015-10-06 | 8 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound | tanmay3011 | 2015-10-06 | 8 | -9/+9 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Implement equality comparison on `AttributeSet` and friends | Sean Griffin | 2015-10-06 | 3 | -11/+33 | |
* | | | | | | | | | | Merge pull request #21879 from abhishekjain16/doc_fix | Andrew White | 2015-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix ActionView changelog documentation [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21881 from b1nary/active_model_doc_fix | Yves Senn | 2015-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | use ActiveModel::Naming module instead of Model [ci skip] | Roman Pramberger | 2015-10-06 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #21877 from amitsuroliya/unused_block_argument | Arthur Nogueira Neves | 2015-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused block argument | amitkumarsuroliya | 2015-10-06 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #21876 from kentendo/master | Sean Griffin | 2015-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update asset_pipeline.md | kentendo | 2015-10-05 | 1 | -1/+1 | |
* | | | | | | | | | | render should return a string | Aaron Patterson | 2015-10-05 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | move file sending to the response object | Aaron Patterson | 2015-10-05 | 6 | -30/+50 | |
* | | | | | | | | | Merge pull request #21872 from kirs/chore/attributes-cleanup | Sean Griffin | 2015-10-05 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | No need to declare ActiveRecord::Attributes::Type | Kir Shatrov | 2015-10-05 | 1 | -3/+0 | |
* | | | | | | | | | | Merge pull request #21796 from dv/docs-change-to-parse-nested-query | Eileen M. Uchitelle | 2015-10-05 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove TIP on parse_query | David Verhasselt | 2015-10-05 | 1 | -7/+0 | |
* | | | | | | | | | | | Merge pull request #20098 from hanachin/add_ability_to_translate_documents.yaml | Xavier Noria | 2015-10-05 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | concatenate @lang if @lang is presence to avoid useless slash | Seiei Miyagi | 2015-10-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | Add ability to translate rails guides documents.yaml | Seiei Miyagi | 2015-10-05 | 2 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers | Yves Senn | 2015-10-05 | 3 | -8/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform... | Wojciech Wnętrzak | 2015-10-03 | 3 | -8/+32 | |
* | | | | | | | | | | | | Merge pull request #21033 from dgynn/preloader_build_scope_tuning | Arthur Nogueira Neves | 2015-10-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | skip _select! call unless :select values are specified | Dave Gynn | 2015-07-26 | 1 | -1/+3 | |
* | | | | | | | | | | | | | Merge pull request #20981 from dkoprov/ar_postgres_enum_docs_addition | Sean Griffin | 2015-10-04 | 1 | -5/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | adds more info on working with postgres ENUM type | Dmitry Koprov | 2015-07-23 | 1 | -5/+41 | |
* | | | | | | | | | | | | | | Merge pull request #20986 from radar/rails-engine-caller-locations | Arthur Nogueira Neves | 2015-10-04 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Remove check for caller_locations in Rails::Engine | Ryan Bigg | 2015-07-23 | 1 | -6/+1 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #21005 from jaredbeck/patch-1 | Arthur Nogueira Neves | 2015-10-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Docs: Update options for add_reference | Jared Beck | 2015-07-23 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | Merge pull request #20116 from cristianbica/activejob-enqueue-logging | Arthur Nogueira Neves | 2015-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ActiveJob - log enqueued message only after the job was successfully enqueued | Cristian Bica | 2015-05-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge pull request #21865 from Gaurav2728/test_cases_protected_method_nodoc | Sean Griffin | 2015-10-04 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | action mailer test cases protected method can be `# :nodoc:` | Gaurav Sharma | 2015-10-04 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | Merge pull request #21867 from akihiro17/fix-relation-doc | Sean Griffin | 2015-10-04 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | [ci skip] Fix ActiveRecord::Relation#update documentation | akihiro17 | 2015-10-05 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #21868 from tanmay3011/fix_time_class_documentation | Vijay Dev | 2015-10-05 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | [ci skip] Fix #seconds_since_midnight documentation output it will always ret... | Tanmay Sinha | 2015-10-05 | 1 | -3/+3 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21857 from cllns/fix-myspace-example-wording | Claudio B. | 2015-10-04 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Update text on CSS Injection / Myspace | Sean Collins | 2015-10-03 | 1 | -5/+3 | |
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #21866 from tanmay3011/fix_documentation | Sean Griffin | 2015-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Fix Time.now format in documentation | Tanmay Sinha | 2015-10-04 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #21863 from tanmay3011/use_applications_year | Sean Griffin | 2015-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Use Time#current instead of Time#now to prevent zone issue inorder to use app... | Tanmay Sinha | 2015-10-04 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #21848 from yui-knk/test_suppress_warnings | Sean Griffin | 2015-10-04 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |