aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/actionpack.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* instruct RDoc to only parse Ruby files under lib [Fixes #9779]Xavier Noria2013-03-181-1/+1
|
* Bump rack-test dependency to 0.6.2Rahul P. Chaudhari2013-02-141-1/+1
|
* Bump rack dependency to 1.5.2Santiago Pastorino2013-02-081-1/+1
|
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-1/+1
| | | | | | All ActionPack and Railties tests are passing. Closes #8891. [Carlos Antonio da Silva + Santiago Pastorino]
* Bump rack dependency to 1.4.3Carlos Antonio da Silva2013-01-081-1/+1
| | | | | | | It includes security bug fixes and changes the initialization of Rack::File to accept a hash, otherwise generating warnings. See 295806e for the warnings fix.
* Integrate Journey into Action DispatchAndrew White2012-12-191-1/+0
| | | | | | | | Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49.
* 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-13/+15
| | | | | | | | | | 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.
* Use Rack::Cache middleware only if is in GemfileGuillermo Iguaran2012-10-011-1/+0
|
* Bump builder dependencies in Active Model and Action PackCarlos Antonio da Silva2012-09-071-1/+1
|
* Fix build. Bump Journey requirements to 2.0.0.kennyj2012-07-241-1/+1
|
* Bump Journey requirements to 1.0.4Andrew White2012-07-231-1/+1
| | | | | There are some Action Pack tests for regressions from 3.1 that require a later version of Journey to pass so bump to the current version.
* Remove ActiveModel dependency from ActionPackGuillermo Iguaran2012-06-301-1/+1
| | | | | | | | ActiveModel is used in ActionPack for ActiveModel::Naming for a few, mostly optional aspects of ActionPack related to automatically converting an ActiveModel compliant object into a key for params and routing. It uses only three methods of ActiveModel (ActiveModel::Naming.route_key, ActiveModel::Naming.singular_route_key and ActiveModel::Naming.param_key).
* Bump tzinfo gem.kennyj2012-06-171-1/+1
|
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* Remove sprockets dependency on actionpackGuillermo Iguaran2012-03-131-1/+0
|
* Use latest rack-cache.José Valim2012-03-061-1/+1
|
* bumping journey to 1.0.1Aaron Patterson2012-01-261-1/+1
|
* use rack 1.4.1Sergey Nartimov2012-01-231-1/+1
|
* Bump Sprockets to 2.2.0Guillermo Iguaran2012-01-141-1/+1
|
* depend on journey 1.0.0Aaron Patterson2012-01-121-1/+1
|
* Bump to rack 1.4.0Santiago Pastorino2011-12-281-1/+1
|
* Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
|
* Remove i18n dependencies from AP and AMo since they are in AS.José Valim2011-12-201-1/+0
|
* updating arel and journey dependenciesAaron Patterson2011-12-141-1/+1
|
* Update sprockets which theoretically fixes the regression we have seen.José Valim2011-11-301-1/+1
|
* Bump sprockets to 2.1.1Jon Leighton2011-11-191-1/+1
|
* Upgrade Sprockets to 2.1.0Guillermo Iguaran2011-11-141-1/+1
| | | | This version brings bug fixes for performance and caching.
* bumps up sprocketsXavier Noria2011-11-051-1/+1
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Merge pull request #3352 from arunagw/bump_sprocketsVijay Dev2011-10-221-1/+1
|\ | | | | Bump sprockets
| * Bump sprocketsArun Agrawal2011-10-171-1/+1
| |
* | Bump Rack to 1.3.5Arun Agrawal2011-10-181-1/+1
|/
* Bump sprockets to 2.0.2Santiago Pastorino2011-10-041-11/+11
|
* Require rack-cache 1.1.Brendan Ribera2011-10-031-1/+1
| | | | | | | Versions prior to 1.1 delete the If-Modified-Since and If-Not-Modified headers when config.action_controller.perform_caching is true. This has two problems: * unexpected inconsistent behaviour between development & production environments * breaks applications that use of these headers
* Switching rack-mount to journey.Aaron Patterson2011-09-121-1/+1
|
* Bump sprockets upSantiago Pastorino2011-08-301-1/+1
|
* Bump rack-cache, rack-test, rack-mount and sprockets upSantiago Pastorino2011-08-281-4/+4
|
* Bump sprockets to 2.0.0.beta.14Guillermo Iguaran2011-08-201-1/+1
|
* Bump sprockets upSantiago Pastorino2011-07-261-1/+1
|
* Bump rack up. Closes #2107Santiago Pastorino2011-07-251-1/+1
|
* make tzinfo a development dependencyAaron Patterson2011-07-181-1/+2
|
* Bump rack upSantiago Pastorino2011-07-131-1/+1
|
* Bump up rack-cache and tzinfoSantiago Pastorino2011-06-301-2/+2
|
* Edited actionpack/actionpack.gemspec via GitHubJosé Valim2011-06-231-1/+1
|
* Revert "Bump sprockets requirement"Joshua Peek2011-06-221-1/+1
| | | | This reverts commit 458512c8fa31196816dd2372fddecd0e0237c4c0.
* Bump sprockets requirementJoshua Peek2011-06-211-1/+1
|
* Use Latest Sprockets betaDavid Heinemeier Hansson2011-06-061-1/+1
|
* sprockets gem update to beta9 Arun Agrawal2011-05-311-1/+1
|