aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix File.exists? deprecation warnings in Active RecordAndrew White2016-11-024-21/+21
* Fix raising uniqueness constraints in newer versions of SQLiteAndrew White2016-11-021-1/+5
* Fix deprecation warnings on URI.unescapeAndrew White2016-11-021-1/+2
* Remove duplicate prompt key from optionsAndrew White2016-11-021-1/+1
* Double assign locals to avoid unused variables warningAndrew White2016-11-021-1/+2
* Fix File.exists? deprecation warnings in Action PackAndrew White2016-11-022-2/+2
* Fix inconsistencies in path with missing helpersAndrew White2016-11-022-2/+18
* Fix method redefinition warnings in i18n gemAndrew White2016-11-021-0/+4
* Fix AS::HWIA#select and #reject on Ruby 2.1.1+Andrew White2016-11-022-0/+44
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-026-0/+18
* Fix warning with ambiguous *argsAndrew White2016-11-021-1/+1
* Fix AS::OrderHash#select and #reject on Ruby 2.1.1+Andrew White2016-11-022-0/+18
* Ruby 2.0 added LoadError#pathAndrew White2016-11-021-6/+8
* Relax dependency of builder gemAndrew White2016-11-022-2/+2
* Use later versions of nokogiri on 1.9.3+Andrew White2016-11-021-1/+6
* Fix File.exists? deprecation warnings in Active SupportAndrew White2016-11-022-2/+2
* Only list json gem once in GemfileAndrew White2016-11-021-2/+4
* Prefer https over git for securityAndrew White2016-11-021-2/+2
* Add Ruby 2.3 to test matrixAndrew White2016-11-021-0/+1
* bumping versionAaron Patterson2016-09-149-9/+9
* Merge pull request #26495 from johnnyshields/fix-3-2-specsRafael França2016-09-144-10/+40
|\
| * Fix failing tests on 3-2-stable branch:Johnny Shields2016-09-154-10/+40
|/
* adds a couple of missing requiresXavier Noria2016-08-222-0/+3
* Merge pull request #26131 from smellsblue/dont-fail-on-non-stringRafael França2016-08-122-2/+9
|\
| * Remove dead code and ensure values are strings before calling gsubMike Virata-Stone2016-08-112-2/+9
|/
* Merge branch '3-2-22-3' into 3-2-stableAaron Patterson2016-08-1110-9/+10
|\
| * bumping versionAaron Patterson2016-08-119-9/+9
| * Include missing module in tag_helperCarlos Antonio da Silva2016-08-111-0/+1
* | Merge branch '3-2-22-3' into 3-2-stableAaron Patterson2016-08-1111-13/+30
|\|
| * bumping versionAaron Patterson2016-08-109-9/+9
| * ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-102-4/+21
* | Merge pull request #25043 from tlrdstd/support_ruby_2_3Rafael França2016-05-204-3/+9
|\ \
| * | Associations do not call `.to_proc` on HashTyler Distad2016-05-164-3/+9
|/ /
* | update rendering commentArthur Neves2016-03-141-1/+1
* | Require hash_with_indifferent_access before using itRafael Mendonça França2016-03-081-0/+2
* | fix 1.8 hash syntaxArthur Neves2016-03-011-1/+1
* | Add missing require to fileArthur Neves2016-03-011-0/+1
|/
* Preparing for 3.2.22.2 releaseRafael Mendonça França2016-02-299-9/+9
* Add bundle check to release taskRafael Mendonça França2016-02-291-1/+5
* Don't allow render(params) in view/controllerArthur Neves2016-02-293-6/+79
* Complete work on 3.2 for render_data_leak patch.Arthur Neves2016-02-299-103/+79
* Generated engines should protect from forgeryAaron Patterson2016-02-011-0/+1
* Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* Fix hash syntax for 1.8.7eileencodes2016-01-281-1/+1
* Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* Lock test-unit to 3.0.x releasesAndrew White2016-01-261-1/+1
* Use 1.8 compatible hash syntaxAndrew White2016-01-251-4/+4
* Merge pull request #23250 from simi/3-2-stable-1-8Aaron Patterson2016-01-252-5/+5
|\
| * Use Ruby 1.8 compat syntax in test of security fix in activerecord/test/cases...Josef Šimánek2016-01-261-4/+4
| * Use Ruby 1.8 compat syntax in actionpack/lib/action_view/template/resolver.rb.Josef Šimánek2016-01-261-1/+1
|/