aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | removed TIP: :allow_nil/:allow_blank is ignored by the presence validatorColin Kelley2012-12-261-4/+0
| * | reminder to run bundle after setting up rails-dev-boxAce Suares2012-12-241-0/+7
| * | Add rake test descriptionsanemat2012-12-241-0/+2
| * | Add rake default to descriptionsanemat2012-12-241-1/+1
* | | Merge pull request #8641 from arunagw/warning_removed_unused_varSteve Klabnik2012-12-281-1/+2
|\ \ \
| * | | Remove 'assigned but unused variable' warningArun Agrawal2012-12-281-1/+2
* | | | Introduce assert_not to replace 'assert !foo'Jeremy Kemper2012-12-283-0/+39
|/ / /
* | | Consistent punctuation for @jaroslawr :bowtie:Jeremy Kemper2012-12-271-1/+1
* | | Merge pull request #8634 from senny/rewrite_order_dependent_test_caseRafael Mendonça França2012-12-271-1/+2
|\ \ \
| * | | rewrite order dependent test case. #8185Yves Senn2012-12-271-1/+2
|/ / /
* | | Merge pull request #8627 from schneems/schneems/routes-1-9Rafael Mendonça França2012-12-261-1/+1
|\ \ \
| * | | Ruby 1.9 style hash in Route Inspectorschneems2012-12-271-1/+1
* | | | Make test logs easier to read.Jeremy Kemper2012-12-262-13/+11
* | | | Extract the component rendering of collection_radio_buttons andRafael Mendonça França2012-12-262-2/+14
* | | | Fix collection_radio_buttons with the option `:checked` with value ofRafael Mendonça França2012-12-262-1/+8
* | | | This change doesn't need a CHANGELOG entry.Rafael Mendonça França2012-12-261-5/+0
* | | | Add CHANGELOG entry for #8622Rafael Mendonça França2012-12-262-2/+7
* | | | Merge pull request #8598 from NARKOZ/refactor-highlightSantiago Pastorino2012-12-261-2/+2
|\ \ \ \
| * | | | fetch highlighter option only when neededNihad Abbasov2012-12-241-2/+2
* | | | | Revert the change at ActiveModel::Errors#add_on_blank and fix in theRafael Mendonça França2012-12-263-14/+8
* | | | | Tests and fix for validates_presence of :allow_nil, :allow_blankColin Kelley2012-12-262-1/+41
* | | | | Note about migration timestamps.Steve Klabnik2012-12-261-1/+3
* | | | | Consistent use of single and double quotesRafael Mendonça França2012-12-261-10/+10
* | | | | Merge pull request #8616 from senny/8612_respect_yaml_keywordsRafael Mendonça França2012-12-264-7/+48
|\ \ \ \ \
| * | | | | quote column names in generated fixture filesYves Senn2012-12-264-7/+48
* | | | | | Fix CHANGELOG style [ci skip]Rafael Mendonça França2012-12-262-6/+6
* | | | | | Merge pull request #5100 from paukul/validate_on_condition_on_transaction_cal...Rafael Mendonça França2012-12-263-6/+29
|\ \ \ \ \ \
| * | | | | | validate :on option on after_commit and after_rollback callbacksPascal Friederich2012-12-263-6/+29
* | | | | | | We need to check explictly that env['action_dispatch.show_exceptions']Rafael Mendonça França2012-12-261-1/+1
* | | | | | | Merge pull request #8600 from shime/patch-1Rafael Mendonça França2012-12-261-4/+3
|\ \ \ \ \ \ \
| * | | | | | | more descriptive return parametersHrvoje Šimić2012-12-261-4/+3
* | | | | | | | Revert "Ignore /bin on new apps" -- given the move to default binstubs, we wa...David Heinemeier Hansson2012-12-261-4/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #8608 from senny/8576_cant_inherit_from_deprecated_buffere...Rafael Mendonça França2012-12-252-1/+19
|\ \ \ \ \ \ \
| * | | | | | | deprecation warning when BufferedLogger is instantiatedYves Senn2012-12-252-1/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #8609 from senny/buffered_logger_documentationGuillermo Iguaran2012-12-253-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | replace AS::BufferedLogger doc mentions with AS::LoggerYves Senn2012-12-253-5/+5
|/ / / / / /
* | | | | | Merge pull request #8607 from senny/8576_cant_inherit_from_deprecated_buffere...Rafael Mendonça França2012-12-252-2/+20
|\ \ \ \ \ \
| * | | | | | ActiveSupport::BufferedLogger can be subclassedYves Senn2012-12-252-2/+20
|/ / / / / /
* | | | | | Merge pull request #8592 from rafaelfranca/warning_fixGuillermo Iguaran2012-12-241-1/+5
|\ \ \ \ \ \
| * | | | | | Remove warning of intance variable not initializedRafael Mendonça França2012-12-231-1/+5
* | | | | | | Merge pull request #8604 from zoltankiss/minor_fixesGuillermo Iguaran2012-12-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | minor grammar fixZoltan Kiss2012-12-241-1/+1
|/ / / / / / /
* | | / / / / silences "possibly useless use of :: in void context" warningsXavier Noria2012-12-241-7/+3
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #8601 from amatsuda/chmod_xRafael Mendonça França2012-12-242-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | chmod -x from non-script filesAkira Matsuda2012-12-242-0/+0
|/ / / / /
* | | | | Merge pull request #8595 from amatsuda/regex_warningRafael Mendonça França2012-12-231-1/+1
|\ \ \ \ \
| * | | | | "warning: ambiguous first argument; put parentheses or even spaces"Akira Matsuda2012-12-241-1/+1
|/ / / / /
* | | | | Merge pull request #8594 from amatsuda/rm_sqlite2Guillermo Iguaran2012-12-231-13/+5
|\ \ \ \ \
| * | | | | we're not supporting SQLite 2Akira Matsuda2012-12-241-13/+5
| |/ / / /
* | | | | Explicit options should have precedence over railsrc on the `rails new`Rafael Mendonça França2012-12-242-2/+5