Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | The response body needs to respond_to? :each. | |||||
* | | | | Merge branch 'minitest_cleanup' | Rafael Mendonça França | 2012-12-31 | 57 | -718/+147 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add note on the contributing guide to not use the refute methods | Rafael Mendonça França | 2012-12-31 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 26 | -67/+76 | |
| | | | | ||||||
| * | | | Do not use the same tests description | Rafael Mendonça França | 2012-12-31 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Remove unneeded tests | Rafael Mendonça França | 2012-12-31 | 8 | -584/+0 | |
| | | | | | | | | | | | | | | | | These tests are needed only if we are using MiniTest::Spec | |||||
| * | | | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 15 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails | |||||
| * | | | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | Rafael Mendonça França | 2012-12-31 | 6 | -29/+3 | |
| | | | | ||||||
| * | | | Revert "minitest provides "it" and "describe"" | Rafael Mendonça França | 2012-12-31 | 2 | -19/+42 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 22bc12ec374b8bdeb3818ca0a3eb787dd3ce39d8. REASON: We will remove the MiniTest::Spec from Rails and we need these methods again Conflicts: activesupport/lib/active_support/test_case.rb | |||||
* | | | Merge pull request #8662 from ↵ | Santiago Pastorino | 2012-12-31 | 4 | -3/+25 | |
|\ \ \ | |/ / |/| | | | | | | | | senny/8661_should_not_append_charset_if_already_present Charset should not be appended to image/* type | |||||
| * | | charset should not be appended for `head` responses | Yves Senn | 2012-12-31 | 4 | -3/+25 | |
| | | | | | | | | | | | | | | | | | | | | | 1) Failure: test_head_created_with_image_png_content_type(RenderTest) [test/controller/render_test.rb:1238]: Expected: "image/png" Actual: "image/png; charset=utf-8" | |||||
* | | | Define [], []=, permanent, signed and encrypted as the only allowed methods ↵ | Santiago Pastorino | 2012-12-30 | 1 | -9/+57 | |
| | | | | | | | | | | | | for the non Raw Cookie classes | |||||
* | | | Merge pull request #8546 from hsbt/fix-testcase-strict-warning | Santiago Pastorino | 2012-12-30 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | | fix testcase: ruby-2.0.0 warned unused variables | |||||
| * | | change spy of after invoked controller action. because ruby-2.0.0 waned ↵ | SHIBATA Hiroshi | 2012-12-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | unused variables | |||||
* | | | Revert "Rails 4.0 is going to depend on Rack 1.5.x so let's test against ↵ | Guillermo Iguaran | 2012-12-30 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | Rack master" This reverts commit fba97c9620e709f0449ea9f3240b9e5174f72e1e. | |||||
* | | | Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.org | Santiago Pastorino | 2012-12-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #8651 from tjouan/activerecord-structure_dump-ending_nl | Rafael Mendonça França | 2012-12-30 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Fix missing ending newline in db structure dump: | |||||
| * | | | Fix missing ending newline in db structure dump: | Thibault Jouan | 2012-12-30 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When dumping database structure with `rake db:structure:dump` and using migrations, the resulting file will not end with a newline char. Although it's not mandatory, it breaks a lot of simple use cases with programs like cat, more, grep, etc. This changes use `puts' instead of `<<' to append migration versions data to the dump and also split the line where this is happening as it was a bit long. | |||||
* | | | | Improve secret_token deprecation message | Santiago Pastorino | 2012-12-30 | 1 | -3/+4 | |
|/ / / | ||||||
* | | | Merge pull request #8656 from arunagw/warning_removed_shadowing_var | Guillermo Iguaran | 2012-12-30 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | warning removed: shadowing outer local variable | |||||
| * | | | warning removed: shadowing outer local variable | Arun Agrawal | 2012-12-30 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #8647 from nishantmodak/patch-2 | Vijay Dev | 2012-12-29 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update documentation for yml usage | |||||
| * | | | Update documentation for yml usage | Nishant Modak | 2012-12-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Rails 4.0 is going to depend on Rack 1.5.x so let's test against Rack master | Santiago Pastorino | 2012-12-29 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #8650 from codeodor/patch-1 | Guillermo Iguaran | 2012-12-29 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix up/down column change example code formatting | |||||
| * | | | | Fix up/down column change example code formatting | Sammy Larbi | 2012-12-29 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | add missing require and fixtures | Aaron Patterson | 2012-12-29 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | fix time typcasting on group counts in PG | Aaron Patterson | 2012-12-28 | 2 | -2/+11 | |
| | | | | ||||||
* | | | | mysql does not return alias names, so fall back | Aaron Patterson | 2012-12-28 | 1 | -4/+10 | |
|/ / / | ||||||
* | | | Test that assert_not returns true. Use assert_raises instead of doing ↵ | Jeremy Kemper | 2012-12-28 | 1 | -17/+7 | |
| | | | | | | | | | | | | begin/rescue/else. | |||||
* | | | fix PG typecasting errors | Aaron Patterson | 2012-12-28 | 2 | -22/+12 | |
| | | | ||||||
* | | | Merge pull request #8644 from acapilleri/abstract_mysql | Rafael Mendonça França | 2012-12-28 | 1 | -2/+6 | |
|\ \ \ | | | | | | | | | small refactoring, added blob_or_text_colum? in AbstractMysqlAdapter | |||||
| * | | | small refactoring, added blob_or_text_colum? in AbstractMysqlAdapter | Angelo Capilleri | 2012-12-28 | 1 | -2/+6 | |
|/ / / | ||||||
* | | | Merge pull request #8636 from senny/work_off_fixme_in_rename_column_test | Rafael Mendonça França | 2012-12-28 | 1 | -9/+22 | |
|\ \ \ | | | | | | | | | work off FIXME in rename_column_test | |||||
| * | | | work off FIXME comments in AR rename_column_test.rb | Yves Senn | 2012-12-28 | 1 | -9/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | There were a couple of tests, which had FIXME comments in palce of assertions. I replaced these FIXME comments with actual assertions to get more feedback from our test suite. | |||||
* | | | | Revert "Install binstubs by default" | Jeremy Kemper | 2012-12-28 | 2 | -4/+4 | |
|/ / / | | | | | | | | | | | | | | | | This reverts commit f34c27a452418d8aa17f92bb0fd7ae97b5f7e252. We'll be taking a different tack on this with new `bundle binstubs <gem>` support. | |||||
* | / | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 3 | -18/+1 | |
| |/ |/| | | | | | | | This reverts commit 7173c4f931c9026bd3bc0b644d93dae744433f09. This reverts commit a562f9fa09967eba26dff1c3bc8aa85b6f0a72ff. | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-29 | 2 | -5/+1 | |
|\ \ | ||||||
| * | | Revert "Add rake test description" | Vijay Dev | 2012-12-29 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a3309caf338830849acd826bc6ad14f972e787db. Reason: docrails isn't the place to do this. [ci skip] | |||||
| * | | Revert "Add rake default to description" | Vijay Dev | 2012-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0d8ca8124de9b3a5f6398a28d79baca935a1f96c. Reason: docrails isn't the place to do this. Also, I feel this is not really required. [ci skip] | |||||
| * | | Revert "reminder to run bundle after setting up rails-dev-box" | Vijay Dev | 2012-12-29 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41381c19d1f3920ee9540aff0d35209cb43fb057. Reason: This doesn't quite fit the flow where it's added. Let's add this someplace else if it's explicitly required. [ci skip] | |||||
| * | | Fixed couple of typos | Fabrizio Regini | 2012-12-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | removed TIP: :allow_nil/:allow_blank is ignored by the presence validator | Colin Kelley | 2012-12-26 | 1 | -4/+0 | |
| | | | | | | | | | | | | These tips were documenting an inconsistency issue https://github.com/rails/rails/issues/8621. That issue is resolved by https://github.com/rails/rails/issues/8622. | |||||
| * | | reminder to run bundle after setting up rails-dev-box | Ace Suares | 2012-12-24 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add rake test description | sanemat | 2012-12-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add rake default to description | sanemat | 2012-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #8641 from arunagw/warning_removed_unused_var | Steve Klabnik | 2012-12-28 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | Remove 'assigned but unused variable' warning | |||||
| * | | | Remove 'assigned but unused variable' warning | Arun Agrawal | 2012-12-28 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Introduce assert_not to replace 'assert !foo' | Jeremy Kemper | 2012-12-28 | 3 | -0/+39 | |
|/ / / | ||||||
* | | | Consistent punctuation for @jaroslawr :bowtie: | Jeremy Kemper | 2012-12-27 | 1 | -1/+1 | |
| | | |