aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Import Action TextGeorge Claghorn2019-01-041-0/+1
|
* Import Action MailboxGeorge Claghorn2018-12-251-0/+1
|
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-1/+1
| | | | | | | | | | Generally followed the pattern for https://github.com/rails/rails/pull/32034 * Removes needless CI configs for 2.4 * Targets 2.5 in rubocop * Updates existing CHANGELOG entries for fewer merge conflicts * Removes Hash#slice extension as that's inlined on Ruby 2.5. * Removes the need for send on define_method in MethodCallAssertions.
* rubyonrails.org has been ready for httpsBenjamin Kim2018-11-241-1/+1
|
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+1
| | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028
* Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
| | | | Rails 6 will only support Ruby >= 2.3.
* Use frozen string literal in root filesKoichi ITO2017-08-131-0/+2
|
* Bring activestorage dependencies into the general GemfileDavid Heinemeier Hansson2017-07-311-0/+1
|
* Allow the use of Bundler 2.0Julian Nadeau2017-07-041-1/+1
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* applies new string literal convention in the gemspecsXavier Noria2016-08-061-22/+22
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-101-1/+1
| | | | References https://github.com/rails/homepage/issues/46.
* Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-0/+1
|
* Require sprockets-rails >= 2claudiob2015-09-011-1/+1
| | | | | | | | | | Fixes https://github.com/rails/rails/commit/4d157ea8c15186c4903fa83f2dc51a5f78d13a37 Without any specification about the version of sprockets-rails, running a `bundle install` on a brand new app might result in sprockets 0.0.1 being installed. However, the minimum requirement is sprockets-rails 2 (see https://github.com/rails/rails/pull/17752/files)
* Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
| | | | and fix the grammar in the ruby_version_check.rb user message.
* Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
| | | | This is a follow-up to #19257
* Remove documentation tasksXavier Noria2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the tasks doc:app, doc:rails, and doc:guides. In our experience applications do not generate APIs using doc:app. Methods may be certainly documented for maintainers, annotated with YARD tags, etc. but that is intended to be read with the source code, not in a separate website. Then, teams also have typically selected topics written down in Markdown files, or in a GitHub wiki... that kind of thing. If a team absolutely needs to generate application documentation for internal purposes, they can still easily write their own task. Regarding doc:rails and doc:guides, we live in 2015. We are used to go to online docs all the time. If you really want access to the API offline RubyGems generates it for every Rails component unless you tell it not to, and you can checkout the Rails source code to read the guides as Markdown, or download them for a Kindle reader. All in all, maintaining this code does not seem to be worthwhile anymore. As a consequence of this, guides (+3 MB uncompressed) won't be distributed with the rails gem anymore. Of course, guides and API are going to be still part of releases, since documentation is maintained alongside code and tests. Also, time permitting, this will allow us to experiment with novel ways to generate documentation in the Rails docs server, since right now we were constrained by being able to generate them in the user's environment.
* targeting 2.2Kyle Decot2014-12-251-1/+1
|
* Bump ruby version to 2.1.0 in rails.gemspec too.Igor Zubkov2014-11-291-1/+1
|
* Merge pull request #17752 from arthurnn/fix_sprockets-rails-dependencyRafael Mendonça França2014-11-241-1/+1
|\ | | | | | | Use sprockets-rails 2.2.x on base app and allow greater version
| * Fix sprockets-rails dependency danceArthur Neves2014-11-241-1/+1
|/ | | | | | - Remove sprockets-rails from generated Gemfile as rails has a hard-dependency on it - Also allow sprockets-rails >= 2.0.0
* Do not package the guides outputRafael Mendonça França2014-10-311-1/+1
| | | | Fixes #17455
* Require sprockets-rails 3.0.0.beta1Rafael Mendonça França2014-08-191-1/+1
|
* Remove activejob integration testsAbdelkader Boudih2014-08-121-0/+1
|
* Make possible to use sprockets-rails 2.1Rafael Mendonça França2014-04-041-1/+1
|
* Added activemodel as a explicit dependencyArun Agrawal2013-10-021-0/+1
| | | | | As we have other dependency explicitly here it's fine to add activemodel as well
* Add bare actionview gem to the root directoryPiotr Sarnacki2013-06-201-0/+1
| | | | | This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack.
* Use sprockets-rails 2.0.0Paul Nikitochkin2013-06-121-1/+1
|
* Use sprockets-rails 2.0.0.rc4Guillermo Iguaran2013-04-181-1/+1
|
* fixes gemspecXavier Noria2013-04-161-1/+1
|
* removes bindir from the rails gemspecXavier Noria2013-03-291-3/+1
| | | | Nowadays the rails gem itself has no executables.
* Bundler 1.3.0 released. We prefer it for new binstub behavior.Jeremy Kemper2013-02-251-1/+1
|
* Use sprockets-rails 2.0.0.rc3 in new appsGuillermo Iguaran2013-02-241-1/+1
|
* Relax bundler dep until 1.3.0 is actually released.Jeremy Kemper2013-01-101-1/+1
| | | | | | | | | | Revert "Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>'" This reverts commit e00b8ecf1ad8984b760f12e61247820613aec4ee. Revert "Use bundler --pre for travis builds" This reverts commit 4d240ec20a70122b7e69c790a37d2be14e1ff038.
* let the rails gem ship with the READMEXavier Noria2013-01-081-1/+1
| | | | The doc:rails application rake task needs this README.
* Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>'Jeremy Kemper2013-01-031-1/+1
|
* 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.
* Revert "rails gem has no lib directory to require"claudiob2012-11-281-1/+0
| | | | | | | | | | | This reverts commit 6bcbd6046f82c5f0114249a6b725f9679a140b9a. The default value for require_paths is ['lib'], and Rails does not need to include any lib/ file to build the gem, so the previous commit 'makes sense'. However, gems will not be built at all if require_paths is empty (see https://gist.github.com/1065473), so it's better to stick with the default, which does not have any side-effects
* rails gem has no lib directory to requireAkira Matsuda2012-11-271-0/+1
|
* Depend bundler from `=> 1.2.2` to `< 2.0`Kentaro Kuribayashi2012-11-161-1/+1
|
* Updated dependency for bundler to ~> 1.2.2Kentaro Kuribayashi2012-11-161-1/+1
|
* Clean up gemspecsVinny Diehl2012-11-081-10/+12
| | | | | | | | | | 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.
* Update rails gemspec to use sprockets-rails 2.0.0.rc1Carlos Antonio da Silva2012-10-191-1/+1
| | | | So that we can bundle and travis can run our tests.
* Switch to new sprockets-rails pluginJoshua Peek2012-10-151-1/+1
|
* Require bundler 1.2Piotr Sarnacki2012-08-311-1/+1
|
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-5/+6
|