| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 begin/r... | Jeremy Kemper | 2012-12-28 | 1 | -17/+7 |
* | | | 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 | 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 comments in AR rename_column_test.rb | Yves Senn | 2012-12-28 | 1 | -9/+22 |
* | | | | Revert "Install binstubs by default" | Jeremy Kemper | 2012-12-28 | 2 | -4/+4 |
|/ / / |
|
* | / | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 3 | -18/+1 |
| |/
|/| |
|
* | | 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 |
| * | | Revert "Add rake default to description" | Vijay Dev | 2012-12-29 | 1 | -1/+1 |
| * | | Revert "reminder to run bundle after setting up rails-dev-box" | Vijay Dev | 2012-12-29 | 1 | -7/+0 |
| * | | 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 |
| * | | 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 | 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 |
* | | | Merge pull request #8634 from senny/rewrite_order_dependent_test_case | Rafael Mendonça França | 2012-12-27 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | rewrite order dependent test case. #8185 | Yves Senn | 2012-12-27 | 1 | -1/+2 |
|/ / / |
|
* | | | Merge pull request #8627 from schneems/schneems/routes-1-9 | Rafael Mendonça França | 2012-12-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Ruby 1.9 style hash in Route Inspector | schneems | 2012-12-27 | 1 | -1/+1 |
* | | | | Make test logs easier to read. | Jeremy Kemper | 2012-12-26 | 2 | -13/+11 |
* | | | | Extract the component rendering of collection_radio_buttons and | Rafael Mendonça França | 2012-12-26 | 2 | -2/+14 |
* | | | | Fix collection_radio_buttons with the option `:checked` with value of | Rafael Mendonça França | 2012-12-26 | 2 | -1/+8 |
* | | | | This change doesn't need a CHANGELOG entry. | Rafael Mendonça França | 2012-12-26 | 1 | -5/+0 |
* | | | | Add CHANGELOG entry for #8622 | Rafael Mendonça França | 2012-12-26 | 2 | -2/+7 |
* | | | | Merge pull request #8598 from NARKOZ/refactor-highlight | Santiago Pastorino | 2012-12-26 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | fetch highlighter option only when needed | Nihad Abbasov | 2012-12-24 | 1 | -2/+2 |
* | | | | | Revert the change at ActiveModel::Errors#add_on_blank and fix in the | Rafael Mendonça França | 2012-12-26 | 3 | -14/+8 |
* | | | | | Tests and fix for validates_presence of :allow_nil, :allow_blank | Colin Kelley | 2012-12-26 | 2 | -1/+41 |
* | | | | | Note about migration timestamps. | Steve Klabnik | 2012-12-26 | 1 | -1/+3 |
* | | | | | Consistent use of single and double quotes | Rafael Mendonça França | 2012-12-26 | 1 | -10/+10 |
* | | | | | Merge pull request #8616 from senny/8612_respect_yaml_keywords | Rafael Mendonça França | 2012-12-26 | 4 | -7/+48 |
|\ \ \ \ \ |
|
| * | | | | | quote column names in generated fixture files | Yves Senn | 2012-12-26 | 4 | -7/+48 |
* | | | | | | Fix CHANGELOG style [ci skip] | Rafael Mendonça França | 2012-12-26 | 2 | -6/+6 |
* | | | | | | Merge pull request #5100 from paukul/validate_on_condition_on_transaction_cal... | Rafael Mendonça França | 2012-12-26 | 3 | -6/+29 |
|\ \ \ \ \ \ |
|
| * | | | | | | validate :on option on after_commit and after_rollback callbacks | Pascal Friederich | 2012-12-26 | 3 | -6/+29 |
* | | | | | | | We need to check explictly that env['action_dispatch.show_exceptions'] | Rafael Mendonça França | 2012-12-26 | 1 | -1/+1 |
* | | | | | | | Merge pull request #8600 from shime/patch-1 | Rafael Mendonça França | 2012-12-26 | 1 | -4/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | more descriptive return parameters | Hrvoje Šimić | 2012-12-26 | 1 | -4/+3 |
* | | | | | | | | Revert "Ignore /bin on new apps" -- given the move to default binstubs, we wa... | David Heinemeier Hansson | 2012-12-26 | 1 | -4/+3 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #8608 from senny/8576_cant_inherit_from_deprecated_buffere... | Rafael Mendonça França | 2012-12-25 | 2 | -1/+19 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | deprecation warning when BufferedLogger is instantiated | Yves Senn | 2012-12-25 | 2 | -1/+19 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #8609 from senny/buffered_logger_documentation | Guillermo Iguaran | 2012-12-25 | 3 | -5/+5 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|