Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Explain why we use asset digests, not what a setter does | David Heinemeier Hansson | 2014-08-03 | 2 | -2/+4 | |
* | | | | | Add suggestion as to how you can app the the assets load path | David Heinemeier Hansson | 2014-08-03 | 1 | -0/+3 | |
* | | | | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2014-08-03 | 2 | -43/+33 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #16386 from JackDanger/journey-no-result-var | Guillermo Iguaran | 2014-08-03 | 2 | -43/+33 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Using no_result_var in Journey's parser generator | Jack Danger Canty | 2014-08-03 | 2 | -43/+33 | |
* | | | | | | | Pull in the custom configuration concept from dhh/custom_configuration | David Heinemeier Hansson | 2014-08-03 | 5 | -1/+103 | |
|/ / / / / / | ||||||
* | | | | | | A few more tests asserting the presence of helper test stubs | David Heinemeier Hansson | 2014-08-03 | 6 | -17/+0 | |
* | | | | | | Update docs to reflect that helper stubs are no longer generated | David Heinemeier Hansson | 2014-08-03 | 5 | -25/+2 | |
* | | | | | | Stubs are no longer generated for helpers, so dont test for it | David Heinemeier Hansson | 2014-08-03 | 1 | -4/+0 | |
* | | | | | | Change the production log level default from :info to :debug. All production ... | David Heinemeier Hansson | 2014-08-03 | 1 | -2/+2 | |
* | | | | | | Generating stubs for helper tests is overly specific. Most helpers should sim... | David Heinemeier Hansson | 2014-08-03 | 4 | -75/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #16306 from aditya-kapoor/add-docs-for-uglifier | Zachary Scott | 2014-08-02 | 1 | -8/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] add tip for uglifier in execjs error | Aditya Kapoor | 2014-08-03 | 1 | -8/+9 | |
* | | | | | | Merge pull request #16380 from y-yagi/patch-1 | Richard Schneeman | 2014-08-02 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Remove "Machinist" from testing guide | yuuji.yaginuma | 2014-08-03 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16378 from JackDanger/doc-fix-in-join-association-build_c... | Rafael Mendonça França | 2014-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | updating documented parameter for build_constraint | Jack Danger Canty | 2014-08-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #16377 from JackDanger/doc-fix-in-association-reflection | Eileen M. Uchitelle | 2014-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Fixes small error in ActiveRecord::Reflection docs | Jack Danger Canty | 2014-07-31 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | [ci skip] fix markdown | schneems | 2014-08-02 | 1 | -1/+1 | |
* | | | | | | Merge pull request #16374 from rajcybage/consistency_minitest | Rafael Mendonça França | 2014-08-02 | 2 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | rename MiniTest to Minitest | Rajarshi Das | 2014-08-02 | 2 | -3/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #16373 from eileencodes/deprecate-reflection-source_macro | Rafael Mendonça França | 2014-08-02 | 2 | -1/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate source_macro | eileencodes | 2014-08-02 | 2 | -1/+15 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-08-02 | 4 | -30/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | copy edits[ci skip] | Vijay Dev | 2014-08-02 | 1 | -3/+1 | |
| * | | | | | | [ci skip] Normalize all localhost linking. | Juanito Fatas | 2014-07-20 | 1 | -2/+2 | |
| * | | | | | | Performed Returns true if redirect/render has happened | Gaurish Sharma | 2014-07-19 | 1 | -1/+4 | |
| * | | | | | | [ci skip] Remove duplicated last! section. | Juanito Fatas | 2014-07-16 | 1 | -17/+0 | |
| * | | | | | | [ci skip] Use appropriate mailer syntax. | Juanito Fatas | 2014-07-16 | 1 | -3/+3 | |
| * | | | | | | Add link to minitest rdoc & github | Gaurish Sharma | 2014-07-13 | 1 | -1/+3 | |
* | | | | | | | just set the host, no need for another hash allocation / merge! | Aaron Patterson | 2014-08-01 | 1 | -1/+1 | |
* | | | | | | | always return a string from find_script_name | Aaron Patterson | 2014-08-01 | 2 | -7/+9 | |
* | | | | | | | Rename tests too | Rafael Mendonça França | 2014-08-01 | 1 | -2/+2 | |
* | | | | | | | Rename Object#self to Object#itself to have parity with matz sanctioned metho... | David Heinemeier Hansson | 2014-08-01 | 4 | -6/+6 | |
* | | | | | | | Added Object#self which returns the object itself | David Heinemeier Hansson | 2014-08-01 | 4 | -0/+26 | |
* | | | | | | | Use available method rather than macro name checking | Carlos Antonio da Silva | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | Rename method for clarity | Carlos Antonio da Silva | 2014-07-31 | 1 | -3/+3 | |
* | | | | | | | use `get` instead of accessing the named routes internals | Aaron Patterson | 2014-07-31 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge pull request #16363 from arthurnn/null_transaction | Rafael Mendonça França | 2014-07-31 | 2 | -70/+67 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Replace ClosedTransaction with NullTransaction | Arthur Neves | 2014-07-31 | 2 | -8/+5 | |
| * | | | | | | Move TransactionManager to bottom of class | Arthur Neves | 2014-07-31 | 1 | -67/+67 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #16341 from arthurnn/transactions_remove_begin | Rafael Mendonça França | 2014-07-31 | 2 | -56/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make ClosedTransaction a null object | Arthur Neves | 2014-07-31 | 1 | -16/+6 | |
| * | | | | | | Remove parent on Transaction object | Arthur Neves | 2014-07-31 | 1 | -16/+9 | |
| * | | | | | | Remove being/number methods from transaction class | Arthur Neves | 2014-07-31 | 2 | -29/+10 | |
* | | | | | | | invert check so we fail faster | Aaron Patterson | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | do a hash lookup for collision detection | Aaron Patterson | 2014-07-31 | 2 | -1/+5 | |
* | | | | | | | Merge pull request #16350 from JackDanger/test-rake-db-migrate-task | Rafael Mendonça França | 2014-07-31 | 3 | -4/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add ActiveRecord::Tasks::DatabaseTasks.migrate | Jack Danger Canty | 2014-07-31 | 3 | -4/+24 |