aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Use released arelRafael Mendonça França2014-08-171-1/+1
|
* Arel master is 6.0.0Rafael Mendonça França2014-05-051-1/+1
|
* Use the released arel gemRafael Mendonça França2013-12-051-1/+1
|
* use arel `master` and update activerecord to depend on arel `5.0.0`.Yves Senn2013-11-191-1/+1
| | | | | | This is a follow-up to 3053fee954c1e28b23f7e00921d7b9b3b3867fa5. > The `master` branch should use the `master` branch.
* Remove depreacted findersŁukasz Strzałkowski2013-06-281-1/+0
| | | | They were deprecated in 4.0, planned to remove in 4.1
* Bump activerecord-deprecated_finders. Fixes #10304Rafael Mendonça França2013-04-291-1/+1
|
* Bump arel to 4.0.0Rafael Mendonça França2013-04-181-1/+1
|
* activerecord-deprecated_finders 1.0.0 has a bug with has_many :throughRafael Mendonça França2013-04-171-1/+1
| | | | associations
* Bump activerecord-deprecated_finders to 1.0.0Rafael Mendonça França2013-04-171-1/+1
|
* Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]"Xavier Noria2013-03-181-1/+1
| | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57.
* instruct RDoc to only parse Ruby files under lib [Fixes #9779]Xavier Noria2013-03-181-1/+1
|
* bumping arelAaron Patterson2013-03-141-1/+1
|
* Are was releaseRafael Mendonça França2013-02-251-1/+1
|
* Less strict activerecord-deprecated_finders versionRafael Mendonça França2013-01-221-1/+1
|
* Undeprecate the :extend optionJon Leighton2013-01-181-1/+1
| | | | | | | Suggested by @dhh. It doesn't affect the generated SQL, so seems reasonable to continue to allow it as an association option.
* Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-091-1/+1
| | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25.
* Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-081-1/+1
| | | | | | RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir. May revert if rubygems/rubygems#413 is accepted.
* Clean up gemspecsVinny Diehl2012-11-081-10/+11
| | | | | | | | | | Organized the gemspec files a bit. * Made quotes more consistent (single quotes dominated, so I used that). * Moved license line down a line, separating it logically, and removed the extra whitespace before its = operator. * Minor whitespace fixes.
* Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-171-1/+1
| | | | For consistency with the other AR extension plugins we are creating.
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* add active_record_deprecated_finders as a depJon Leighton2012-04-121-0/+2
|
* bumping up arelAaron Patterson2012-02-211-1/+1
|
* Fix GH #4909. Dependency on TZInfo move from AR to AS.kennyj2012-02-101-1/+0
|
* moving to arel 3.0.0Aaron Patterson2012-01-121-1/+1
|
* Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
|
* updating arel and journey dependenciesAaron Patterson2011-12-141-1/+1
|
* Bump ArelArun Agrawal2011-11-201-1/+1
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Bump arel dependencyJon Leighton2011-08-151-1/+1
|
* Okay, the new incompatible arel is now called 2.2 and the sun shines upon ↵Jon Leighton2011-08-091-1/+1
| | | | thee once more
* Bump arel versionJon Leighton2011-08-081-1/+1
|
* Bump up rack-cache and tzinfoSantiago Pastorino2011-06-301-1/+1
|
* Bump ARel to 2.1.3Guillermo Iguaran2011-06-271-1/+1
|
* Add the MIT-LICENSE to the Active Record gemspecFranck Verrot2011-05-251-1/+1
|
* Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵Arun Agrawal2011-05-201-1/+0
| | | | not useful.
* bumping arel requirementAaron Patterson2011-05-171-1/+1
|
* Bump up rack-cache, tzinfo and thorSantiago Pastorino2011-05-041-1/+1
|
* fixing arel requirements for released arelAaron Patterson2011-04-301-1/+1
|
* Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0Santiago Pastorino2011-04-021-1/+0
|
* Bump Arel up to 2.0.2Santiago Pastorino2010-11-111-1/+1
|
* depending on arel 2.0.0Aaron Patterson2010-09-271-1/+1
|
* Bump arel to 1.0.1Jeremy Kemper2010-08-291-1/+1
|
* Depend on ARel 1.0 w/ tiny fixesDavid Heinemeier Hansson2010-08-291-1/+1
|
* Depend on latest arel RCDavid Heinemeier Hansson2010-08-231-1/+1
|
* Bump up tzinfo to 0.3.23Santiago Pastorino2010-08-201-1/+1
|
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-3/+3
|
* Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfoSantiago Pastorino2010-07-151-1/+1
|
* Bump Arel to 0.4.0Emilio Tagua2010-06-081-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Unforce tzinfo from ASSantiago Pastorino2010-06-031-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Neat and tidy, I sayDavid Heinemeier Hansson2010-04-011-0/+1
|