aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #8372 from amparo-luna/gemfile_source_urlRafael Mendonça França2012-11-291-1/+1
|\ \
| * | Gemfile source url for plugins updatedAmparo Luna2012-11-291-1/+1
* | | Move instantiation responsibilities from Inheritance to Persistence. Have Inh...Jeremy Kemper2012-11-292-24/+50
|/ /
* | User assert_kind_of, invert assert_equal expectationsCarlos Antonio da Silva2012-11-294-12/+12
* | Tiny refactorSantiago Pastorino2012-11-291-4/+1
* | Merge pull request #8363 from Takehiro-Adachi/add-string-options-examples-to-...Carlos Antonio da Silva2012-11-291-3/+9
|\ \
| * | added examples when options is stringTakehiro Adachi2012-11-291-3/+9
* | | Merge pull request #8356 from senny/add_links_to_rails4_guideXavier Noria2012-11-291-5/+26
|\ \ \
| * | | augment the rails4 guide with links to PRsYves Senn2012-11-291-5/+12
| * | | add list of extracted plugins to rails4 guideYves Senn2012-11-291-0/+14
|/ / /
* | | Added STI support to init and building associationsJason Rush2012-11-2911-1/+163
* | | Merge pull request #7961 from exviva/seconds_until_end_of_dayAndrew White2012-11-285-1/+84
|\ \ \
| * | | Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-295-1/+84
|/ / /
* / / Add CHANGELOG entries for the observes extractionRafael Mendonça França2012-11-293-0/+12
|/ /
* | Merge pull request #8361 from lucasmazza/typoRafael Mendonça França2012-11-281-1/+1
|\ \
| * | Fix typo in the Observers deprecation message. [ci skip]Lucas Mazza2012-11-281-1/+1
|/ /
* | Merge branch 'extract_observers'Rafael Mendonça França2012-11-2839-1961/+26
|\ \
| * | Gracefully handle upgrading apps with observersRafael Mendonça França2012-11-281-0/+12
| * | Remove observers and sweepersRafael Mendonça França2012-11-2839-1961/+14
|/ /
* | Merge pull request #8261 from steveklabnik/fix_mb_charsCarlos Antonio da Silva2012-11-283-10/+8
|\ \
| * | Simplify String#mb_chars and stop proxying #classSteve Klabnik2012-11-283-6/+7
| * | Fix documentation for String#mb_chars.Steve Klabnik2012-11-281-4/+1
|/ /
* | Merge pull request #8355 from steveklabnik/update_7418Rafael Mendonça França2012-11-283-0/+12
|\ \
| * | Ensure that associations have a symbol argument.Steve Klabnik2012-11-283-0/+12
* | | Merge pull request #8352 from steveklabnik/update_7858Rafael Mendonça França2012-11-283-3/+18
|\ \ \
| * | | Specify type of singular association during serializationSteve Klabnik2012-11-283-3/+18
| |/ /
* | | Merge pull request #8350 from claudiob/restore_default_require_pathsJosé Valim2012-11-281-1/+0
|\ \ \ | |/ / |/| |
| * | Revert "rails gem has no lib directory to require"claudiob2012-11-281-1/+0
|/ /
* | Fix some indentation in the postgresql_specific_schemaRafael Mendonça França2012-11-281-9/+9
* | Add comment to a table without model.Rafael Mendonça França2012-11-281-0/+1
* | Use assert_nil instead of assert_equalRafael Mendonça França2012-11-282-3/+3
* | Use "refute" instead of "assert !"Carlos Antonio da Silva2012-11-271-6/+5
* | prevent Dependencies#remove_const from autoloading parents [fixes #8301]Xavier Noria2012-11-282-32/+54
* | Merge pull request #8318 from Empact/fixture-fileRafael Mendonça França2012-11-272-5/+19
|\ \
| * | Use File.join to better integrate fixture_path in fixture_file_upload.Ben Woosley2012-11-262-5/+19
* | | Merge pull request #8339 from latortuga/cache-digest-opt-out-cleanupRafael Mendonça França2012-11-272-2/+10
|\ \ \
| * | | Cleanup CacheHelper changes allowing opt-out of cache digestsDrew Ulmer2012-11-271-2/+2
| * | | Add CHANGELOG entry for opt-out option of automatic template digestingDrew Ulmer2012-11-271-0/+8
|/ / /
* | | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"Rafael Mendonça França2012-11-274-4/+4
* | | Merge pull request #8341 from amatsuda/bundle_source_rubygemsRafael Mendonça França2012-11-274-4/+4
|\ \ \
| * | | default source in Gemfiles to :rubygems rather than hardcoding the URLAkira Matsuda2012-11-284-4/+4
* | | | Merge pull request #8340 from skojin/grouped_options_for_select_without_hash_...Rafael Mendonça França2012-11-273-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | No sort Hash options in #grouped_options_for_selectSergey Kojin2012-11-273-7/+7
|/ / /
* | | Merge pull request #8338 from ugisozols/masterCarlos Antonio da Silva2012-11-271-2/+1
|\ \ \
| * | | Fix Strong Parameters docs.Uģis Ozols2012-11-271-2/+1
|/ / /
* | | Merge pull request #8337 from amatsuda/unshift_html_scannerRafael Mendonça França2012-11-271-1/+1
|\ \ \
| * | | unshift html-scanner into $LOAD_PATH rather than appendAkira Matsuda2012-11-271-1/+1
* | | | Merge pull request #8336 from rashmi14yadav/warning_removedCarlos Antonio da Silva2012-11-271-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Unused variable warning removedRashmi Yadav2012-11-271-1/+0
|/ / /
* | | Merge pull request #8333 from amatsuda/rails_gem_empty_require_pathJosé Valim2012-11-271-0/+1
|\ \ \