aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #8593 from shime/masterRafael Mendonça França2012-12-231-2/+0
|\ \ | |/ |/|
| * remove duplication from Rails::Application docsHrvoje Šimić2012-12-241-2/+0
|/
* Merge pull request #8588 from marcandre/fix_reversibleCarlos Antonio da Silva2012-12-235-9/+24
|\
| * Fixes for PR [#8267]Marc-Andre Lafortune2012-12-225-9/+24
* | Fix spacing regression in scaffold generatorYehuda Katz2012-12-221-1/+3
* | Fix syntax error in controller templateGuillermo Iguaran2012-12-221-4/+12
* | adds kindlerb to the :doc bundle group for guides generationXavier Noria2012-12-221-0/+1
* | Ignore /bin on new appsJosé Valim2012-12-221-3/+4
* | Forgot to check in railties fixture for binstubsYehuda Katz2012-12-221-0/+0
* | Add --no-html to scaffold generatorYehuda Katz2012-12-225-8/+54
* | Detect rbenv and update the shebangYehuda Katz2012-12-222-1/+18
* | Install binstubs by defaultYehuda Katz2012-12-222-4/+4
* | Merge pull request #8085 from acapilleri/format_never_nilGuillermo Iguaran2012-12-224-3/+28
|\ \
| * | return Mime::NullType if format is unknownAngelo Capilleri2012-12-224-3/+28
| |/
* | Merge pull request #8586 from balexand/cache_digests_regexRafael Mendonça França2012-12-213-2/+12
|\ \ | |/ |/|
| * Digestor explicit dependency should not contain trailing whitespaceBrian Alexander2012-12-213-2/+12
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-2125-724/+4
* | Merge pull request #8471 from kytrinyx/refactor-xml-to-hashSteve Klabnik2012-12-212-51/+101
|\ \
| * | Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-212-51/+101
* | | Merge pull request #8574 from alindeman/rails_envRafael Mendonça França2012-12-214-7/+14
|\ \ \
| * | | Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...Andy Lindeman2012-12-212-1/+13
| * | | Revert "Make sure that RAILS_ENV is set when accessing Rails.env"Andy Lindeman2012-12-212-6/+1
* | | | Merge pull request #7312 from krainboltgreene/http-token-parser-bugSteve Klabnik2012-12-212-17/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Refactoring the token_and_options method to fix bugsKurtis Rainbolt-Greene2012-12-152-17/+56
* | | | Remove duplicated methods in command recorder and duplicated test nameCarlos Antonio da Silva2012-12-212-4/+4
* | | | Fix calling quote column name in interpolated stringCarlos Antonio da Silva2012-12-211-1/+1
* | | | Merge pull request #8267 from marcandre/reversible_drop_table_etcAaron Patterson2012-12-2115-307/+841
|\ \ \ \
| * | | | Update Migration and 4.0 Release Guides, Changelogs [#8267]Marc-Andre Lafortune2012-12-214-36/+223
| * | | | Make execute, change_column and remove_columns methods actually irreversibleMarc-Andre Lafortune2012-12-212-2/+9
| * | | | Make change_table reversible when possible [#8267]Marc-Andre Lafortune2012-12-212-1/+25
| * | | | Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-212-47/+16
| * | | | Factorize methods that are easily reversible [#8267]Marc-Andre Lafortune2012-12-212-42/+28
| * | | | Make remove_index reversible [#8267]Marc-Andre Lafortune2012-12-212-7/+34
| * | | | Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-216-19/+44
| * | | | Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-214-17/+41
| * | | | Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-214-7/+69
| * | | | Add Migration#reversible for reversible data operations [#8267]Marc-Andre Lafortune2012-12-213-1/+85
| * | | | Allow revert of whole migration [#8267]Marc-Andre Lafortune2012-12-212-3/+102
| * | | | Extract exec_migration [#8267]Marc-Andre Lafortune2012-12-211-11/+16
| * | | | Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-214-90/+155
| * | | | Split ridiculously long lineMarc-Andre Lafortune2012-12-211-1/+4
| * | | | Simple replacement of variable name for consistencyMarc-Andre Lafortune2012-12-211-32/+32
| * | | | Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-212-40/+7
| | |_|/ | |/| |
* | | | Merge pull request #8584 from garysweaver/security_guide_updateGuillermo Iguaran2012-12-211-3/+3
|\ \ \ \