| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 39 | -1961/+14 |
* | Merge pull request #8261 from steveklabnik/fix_mb_chars | Carlos Antonio da Silva | 2012-11-28 | 3 | -10/+8 |
|\ |
|
| * | Simplify String#mb_chars and stop proxying #class | Steve Klabnik | 2012-11-28 | 3 | -6/+7 |
| * | Fix documentation for String#mb_chars. | Steve Klabnik | 2012-11-28 | 1 | -4/+1 |
|/ |
|
* | Merge pull request #8355 from steveklabnik/update_7418 | Rafael Mendonça França | 2012-11-28 | 3 | -0/+12 |
|\ |
|
| * | Ensure that associations have a symbol argument. | Steve Klabnik | 2012-11-28 | 3 | -0/+12 |
* | | Merge pull request #8352 from steveklabnik/update_7858 | Rafael Mendonça França | 2012-11-28 | 3 | -3/+18 |
|\ \ |
|
| * | | Specify type of singular association during serialization | Steve Klabnik | 2012-11-28 | 3 | -3/+18 |
| |/ |
|
* | | Merge pull request #8350 from claudiob/restore_default_require_paths | José Valim | 2012-11-28 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Revert "rails gem has no lib directory to require" | claudiob | 2012-11-28 | 1 | -1/+0 |
|/ |
|
* | Fix some indentation in the postgresql_specific_schema | Rafael Mendonça França | 2012-11-28 | 1 | -9/+9 |
* | Add comment to a table without model. | Rafael Mendonça França | 2012-11-28 | 1 | -0/+1 |
* | Use assert_nil instead of assert_equal | Rafael Mendonça França | 2012-11-28 | 2 | -3/+3 |
* | Use "refute" instead of "assert !" | Carlos Antonio da Silva | 2012-11-27 | 1 | -6/+5 |
* | prevent Dependencies#remove_const from autoloading parents [fixes #8301] | Xavier Noria | 2012-11-28 | 2 | -32/+54 |
* | Merge pull request #8318 from Empact/fixture-file | Rafael Mendonça França | 2012-11-27 | 2 | -5/+19 |
|\ |
|
| * | Use File.join to better integrate fixture_path in fixture_file_upload. | Ben Woosley | 2012-11-26 | 2 | -5/+19 |
* | | Merge pull request #8339 from latortuga/cache-digest-opt-out-cleanup | Rafael Mendonça França | 2012-11-27 | 2 | -2/+10 |
|\ \ |
|
| * | | Cleanup CacheHelper changes allowing opt-out of cache digests | Drew Ulmer | 2012-11-27 | 1 | -2/+2 |
| * | | Add CHANGELOG entry for opt-out option of automatic template digesting | Drew Ulmer | 2012-11-27 | 1 | -0/+8 |
|/ / |
|
* | | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems" | Rafael Mendonça França | 2012-11-27 | 4 | -4/+4 |
* | | Merge pull request #8341 from amatsuda/bundle_source_rubygems | Rafael Mendonça França | 2012-11-27 | 4 | -4/+4 |
|\ \ |
|
| * | | default source in Gemfiles to :rubygems rather than hardcoding the URL | Akira Matsuda | 2012-11-28 | 4 | -4/+4 |
* | | | Merge pull request #8340 from skojin/grouped_options_for_select_without_hash_... | Rafael Mendonça França | 2012-11-27 | 3 | -7/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | No sort Hash options in #grouped_options_for_select | Sergey Kojin | 2012-11-27 | 3 | -7/+7 |
|/ / |
|
* | | Merge pull request #8338 from ugisozols/master | Carlos Antonio da Silva | 2012-11-27 | 1 | -2/+1 |
|\ \ |
|
| * | | Fix Strong Parameters docs. | Uģis Ozols | 2012-11-27 | 1 | -2/+1 |
|/ / |
|
* | | Merge pull request #8337 from amatsuda/unshift_html_scanner | Rafael Mendonça França | 2012-11-27 | 1 | -1/+1 |
|\ \ |
|
| * | | unshift html-scanner into $LOAD_PATH rather than append | Akira Matsuda | 2012-11-27 | 1 | -1/+1 |
* | | | Merge pull request #8336 from rashmi14yadav/warning_removed | Carlos Antonio da Silva | 2012-11-27 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Unused variable warning removed | Rashmi Yadav | 2012-11-27 | 1 | -1/+0 |
|/ / |
|
* | | Merge pull request #8333 from amatsuda/rails_gem_empty_require_path | José Valim | 2012-11-27 | 1 | -0/+1 |
|\ \ |
|
| * | | rails gem has no lib directory to require | Akira Matsuda | 2012-11-27 | 1 | -0/+1 |
|/ / |
|
* | | Remove warning of circular require | Rafael Mendonça França | 2012-11-27 | 1 | -1/+1 |
* | | Remove useless check of AR being defined from teardown fixtures | Carlos Antonio da Silva | 2012-11-27 | 1 | -5/+4 |
* | | Refactor generators tests to include test helpers in the parent class | Carlos Antonio da Silva | 2012-11-27 | 1 | -4/+3 |
* | | Merge pull request #8329 from elia/fix-send-data-disposition-with-symbols-master | Carlos Antonio da Silva | 2012-11-26 | 3 | -0/+15 |
|\ \ |
|
| * | | Accept symbols as #send_data :disposition value | Elia Schito | 2012-11-27 | 3 | -0/+15 |
|/ / |
|
* | | Merge pull request #7282 from xHire/validates_length_of_fix | Rafael Mendonça França | 2012-11-26 | 3 | -2/+57 |
|\ \ |
|
| * | | Length validation handles correctly nil. Fix #7180 | Michal Zima | 2012-11-26 | 3 | -2/+57 |
* | | | Merge pull request #8324 from steveklabnik/changelog_7997 | Rafael Mendonça França | 2012-11-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | @steveklabnik can't spell 'distance.' | Steve Klabnik | 2012-11-26 | 1 | -1/+1 |
* | | | | Merge pull request #8323 from steveklabnik/changelog_7997 | Rafael Mendonça França | 2012-11-26 | 1 | -0/+2 |
|\| | | |
|
| * | | | Add changelog for #7997. | Steve Klabnik | 2012-11-26 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge pull request #8319 from alindeman/typo | Carlos Antonio da Silva | 2012-11-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Corrects typo in test name | Andy Lindeman | 2012-11-26 | 1 | -1/+1 |
* | | | | Merge pull request #8320 from senny/active_model_log_folder | Carlos Antonio da Silva | 2012-11-26 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | log output from activemodel's railtie_test directly to STDOUT | Yves Senn | 2012-11-26 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #6197 from blakesmith/connection_adapters_without_explain_... | Xavier Noria | 2012-11-26 | 3 | -6/+24 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Don't run explain on slow queries for database adapters that don't support it | Blake Smith | 2012-11-26 | 3 | -6/+24 |
|/ / / |
|