aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-263-12/+23
* Merge pull request #5117 from nashby/form-option-refactorJosé Valim2012-02-251-17/+11
|\
| * refactor option_text_and_value and option_value_selected? methodsVasiliy Ermolovich2012-02-211-10/+3
| * refactor time_zone_options_for_selectVasiliy Ermolovich2012-02-211-7/+8
* | Merge pull request #4023 from pacoguzman/update-changelogsXavier Noria2012-02-257-11/+480
|\ \
| * | Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-257-11/+480
|/ /
* | Merge pull request #5163 from kennyj/fix_5119José Valim2012-02-251-6/+4
|\ \
| * | Remove wrong and redundant code.kennyj2012-02-251-6/+4
|/ /
* | Merge pull request #5161 from arunagw/put_patch_build_fixJosé Valim2012-02-241-1/+7
|\ \
| * | put and patch both are allowed for updateArun Agrawal2012-02-251-1/+7
|/ /
* | fixes a test: rake routes now includes PATCH for resourcesXavier Noria2012-02-241-0/+1
* | use regular ruby for fewer method calls. we do not need :gift:s!Aaron Patterson2012-02-241-1/+4
* | consistently mention first patch, then putXavier Noria2012-02-2410-29/+29
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-2416-122/+91
* | decouples the implementation of the inflector from its test suiteXavier Noria2012-02-242-73/+73
* | removes the reconnect key from the database.yml generated for MySQLXavier Noria2012-02-241-12/+0
* | explains why reconnect is false by default in the database.yml generated for ...Xavier Noria2012-02-241-1/+10
* | removes verify_active_connections!Xavier Noria2012-02-242-16/+1
* | Merge pull request #5144 from nashby/input-name-nilAaron Patterson2012-02-242-3/+8
|\ \
| * | correct fetching :name option in form fieldsVasiliy Ermolovich2012-02-232-3/+8
* | | Merge pull request #5143 from mguterl/update_running_unit_tests_docVijay Dev2012-02-231-1/+1
|\ \ \ | |/ / |/| |
| * | Update with new task names for building mysql and postgresql databasesMichael Guterl2012-02-231-1/+1
|/ /
* | Merge pull request #5139 from mhfs/remove_next_migration_numberJosé Valim2012-02-232-17/+0
|\ \
| * | Remove unused implementation of next_migration_numberMarcelo Silveira2012-02-232-17/+0
* | | Document the :host option for force_sslAndrew White2012-02-231-0/+1
* | | Merge pull request #5140 from fbuenemann/fix/autoflush-wrong-templateSantiago Pastorino2012-02-232-3/+3
|\ \ \
| * | | Use consistent whitespace for commented options.Felix Bünemann2012-02-231-1/+1
| * | | Move config.autoflush_log to correct template.Felix Bünemann2012-02-232-3/+3
| |/ /
* | | Update documentation for force_ssl - closes #5023.Andrew White2012-02-232-1/+26
* | | SSL should not be disabled by default in any environment.Pat Allan2012-02-232-15/+1
|/ /
* | Avoid inspecting the whole route set, closes #1525José Valim2012-02-231-0/+6
* | Merge pull request #5138 from avakhov/remove-unused-global-varJosé Valim2012-02-231-2/+0
|\ \
| * | Remove unused global variable in controller filters testAlexey Vakhov2012-02-231-2/+0
* | | Merge pull request #5137 from avakhov/remove-skip-filter-block-paramJosé Valim2012-02-231-7/+7
|\ \ \ | |/ / |/| |
| * | Remove skip_filter block paramAlexey Vakhov2012-02-231-7/+7
|/ /
* | Merge pull request #5084 from johndouthat/patch-1Aaron Patterson2012-02-221-2/+1
|\ \
| * | Remove reference to rails_legacy_mapper, which isn't compatible with 3.2 #5022johndouthat2012-02-181-2/+1
* | | Merge pull request #4998 from fbuenemann/feature/configurable-log-flushingAaron Patterson2012-02-223-2/+6
|\ \ \
| * | | Always default to flushing enabledFelix Bünemann2012-02-232-2/+2
| * | | Advertise autoflush option in production templateFelix Bünemann2012-02-231-0/+3
| * | | Make log autoflushing configurableFelix Bünemann2012-02-232-2/+3
|/ / /
* | | updates CHANGELOGs to register changes in 002713cXavier Noria2012-02-223-0/+21
* | | add some tests, yay!Aaron Patterson2012-02-221-0/+31
* | | Merge pull request #5133 from rafaelfranca/fix-buildAaron Patterson2012-02-221-1/+1
|\ \ \
| * | | Only set ActionView configuration inside the on_load blockRafael Mendonça França2012-02-221-1/+1
|/ / /
* | | Merge pull request #5132 from rafaelfranca/fix-buildAaron Patterson2012-02-221-2/+2
|\ \ \
| * | | Fix routes inspection orderRafael Mendonça França2012-02-221-2/+2
* | | | Merge pull request #5119 from kennyj/fix_5114Aaron Patterson2012-02-221-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Testcase for GH #5114.kennyj2012-02-221-0/+26
| | |/ | |/|
* | | Merge pull request #5130 from dlee/revised_patch_verbXavier Noria2012-02-2240-151/+402
|\ \ \