| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #17613 from sandipransing/testing-guide | Abdelkader Boudih | 2014-11-13 | 1 | -3/+5 |
|\ |
|
| * | [ci skip] Improve upon testing tasks guide | Sandip Ransing | 2014-11-14 | 1 | -3/+5 |
|/ |
|
* | Merge pull request #17612 from sandipransing/testing-guide | Rafael Mendonça França | 2014-11-13 | 1 | -0/+1 |
|\ |
|
| * | [ci skip] Capybara added to other testing approaches | Sandip Ransing | 2014-11-14 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'sandipransing-master' | Zachary Scott | 2014-11-13 | 1 | -2/+6 |
|\ |
|
| * | [ci skip] Add one more example to routing testing, and highlight association | Sandip Ransing | 2014-11-13 | 1 | -2/+6 |
|/ |
|
* | Merge pull request #17604 from rymohr/message-verifier-case-sensitivity | Santiago Pastorino | 2014-11-13 | 1 | -2/+10 |
|\ |
|
| * | Abstract encoding strategy for ActiveSupport::MessageVerifier | Ryan Mohr | 2014-11-12 | 1 | -2/+10 |
|/ |
|
* | Improve railties changelog entry and move latest to the top [ci skip] | Carlos Antonio da Silva | 2014-11-12 | 1 | -8/+7 |
* | Merge pull request #17593 from igas/paths-unshift-arity | Rafael Mendonça França | 2014-11-12 | 2 | -2/+7 |
|\ |
|
| * | Fix Rails::Paths::Path.unshift interface | Igor Kapkov | 2014-11-12 | 2 | -2/+7 |
* | | Merge pull request #17596 from aderyabin/follow_convension | Rafael Mendonça França | 2014-11-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Follow the coding conventions | Andrey Deryabin | 2014-11-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #17348 from DavidGeukers/rake_test_all | David Heinemeier Hansson | 2014-11-12 | 3 | -6/+28 |
|\ \
| |/
|/| |
|
| * | Simplify rake test vs rake test:all | David Geukers | 2014-11-10 | 3 | -6/+28 |
* | | Merge pull request #17588 from djpowers/patch-1 | Zachary Scott | 2014-11-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace "behaviour" with "behavior" | Dave Powers | 2014-11-11 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #17047 from betesh/master | Rafael Mendonça França | 2014-11-11 | 1 | -0/+1 |
|\ \ |
|
| * | | Time includes DateAndTime::Zones acts_like(:time) | betesh | 2014-11-09 | 1 | -0/+1 |
* | | | Merge pull request #17580 from ccutrer/change_table_name | Yves Senn | 2014-11-11 | 3 | -17/+29 |
|\ \ \ |
|
| * | | | add a Table#name accessor like TableDefinition#name | Cody Cutrer | 2014-11-10 | 3 | -17/+29 |
* | | | | Make FlashHash#key? work with symbol and string | Rafael Mendonça França | 2014-11-11 | 2 | -1/+10 |
* | | | | Remove unnecessary double space | claudiob | 2014-11-10 | 2 | -2/+2 |
* | | | | Merge branch 'rm-fix-secret-token-fallback' | Rafael Mendonça França | 2014-11-10 | 9 | -23/+143 |
|\ \ \ \ |
|
| * | | | | :scissors: | Rafael Mendonça França | 2014-11-10 | 1 | -1/+1 |
| * | | | | No need to sync config.secret_token and secrets.secret_token | Rafael Mendonça França | 2014-11-10 | 2 | -41/+4 |
| * | | | | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 9 | -23/+180 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 9 | -23/+180 |
* | | | | | dependencies.rb: keep the decorated #load and #require private [closes #17553] | Xavier Noria | 2014-11-10 | 3 | -13/+36 |
* | | | | | Merge pull request #17585 from aderyabin/remove_limited_update_conditions | Rafael Mendonça França | 2014-11-10 | 2 | -8/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | remove never called method `limited_update_conditions` | Andrey Deryabin | 2014-11-11 | 2 | -8/+0 |
* | | | | | Merge pull request #17579 from aderyabin/cleanup_sqlite | Rafael Mendonça França | 2014-11-10 | 1 | -6/+2 |
|\ \ \ \ \ |
|
| * | | | | | tiny code improvement in sqlite3 adapter: | Andrey Deryabin | 2014-11-10 | 1 | -6/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #17578 from codeodor/fix-17217-test-bug | Rafael Mendonça França | 2014-11-10 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fixes a bug found when running individual tests against #17217 after merging | Sammy Larbi | 2014-11-10 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #11694 from Empact/association-bind-values-not-updated-on-... | Rafael Mendonça França | 2014-11-10 | 3 | -1/+20 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix that a collection proxy could be cached before the save of the owner, res... | Ben Woosley | 2014-10-03 | 3 | -1/+20 |
* | | | | | docs, minor changes in Active Job documentation. [ci skip] | Yves Senn | 2014-11-10 | 2 | -6/+5 |
* | | | | | Remove useless `only_path: true` in path helpers | Godfrey Chan | 2014-11-10 | 1 | -3/+2 |
* | | | | | Pass the route name explicitly | Godfrey Chan | 2014-11-10 | 2 | -1/+14 |
* | | | | | Revert the behavior of booleans in string columns to that of 4.1 | Sean Griffin | 2014-11-09 | 3 | -7/+29 |
* | | | | | Merge pull request #17572 from rishijain/update_docs_10 | Zachary Scott | 2014-11-09 | 3 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | added description for rails generators, and fixed sentence formation for acti... | Rishi Jain | 2014-11-10 | 3 | -1/+5 |
|/ / / / / |
|
* | | | | | Merge pull request #17217 from codeodor/fix-17119 | Aaron Patterson | 2014-11-09 | 7 | -3/+25 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Ensure HABTM relationships produce valid class names (Fixes #17119) | Sammy Larbi | 2014-11-09 | 7 | -3/+25 |
|/ / / / |
|
* | | | | Merge pull request #17564 from yui-knk/fix/command_line_guide | Robin Dupret | 2014-11-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [ci skip] Fix typo in command_line.md | yui-knk | 2014-11-09 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #17563 from yui-knk/fix/source_annotation_extractor | Zachary Scott | 2014-11-08 | 1 | -3/+2 |
|\ \ \ \ |
|
| * | | | | Fix comment of SourceAnnotationExtractor#find_in | yui-knk | 2014-11-09 | 1 | -3/+2 |
|/ / / / |
|
* | | | | Documenting Rails::Info module [ci skip] | Zachary Scott | 2014-11-08 | 1 | -0/+3 |