aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/Gemfile
Commit message (Expand)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-76/+0
* Adjust blank linesRyuta Kamizono2017-11-101-0/+1
* Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-1/+2
* Improve out-of-box experience with System tests including chromedriver-helper...Guillermo Iguaran2017-10-181-0/+2
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-1/+1
* Add `mini_magick` to default `Gemfile` as commentYoshiyuki Hirano2017-09-171-0/+3
* Remove extra empty lineyuuji.yaginuma2017-08-021-1/+5
* Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-311-0/+1
* Revert "Include rack-mini-profiler by default"Rafael França2017-07-241-2/+0
* Include rack-mini-profiler by defaultschneems2017-07-241-0/+2
* Add bootsnap to default Gemfile:Burke Libbey2017-07-171-0/+3
* Drop IRB out of the web-console Gemfile commentGenadi Samokovarov2017-06-121-1/+1
* We dont actually use the ultra short-hand, so no need to complicate things wi...David Heinemeier Hansson2017-05-241-1/+1
* Slim down the source definitionDavid Heinemeier Hansson2017-05-241-5/+1
* Allow capybara minor releasesJustin Coyne2017-05-051-1/+1
* ignore system test gems on Gemfile when execute with --skip-test optionota42y2017-03-271-1/+1
* Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
* Add generators and ability to run system testseileencodes2017-02-201-0/+5
* Change `platform` to `platforms`Junichi Ito2017-01-181-1/+1
* Install Byebug gem as default in Windows (mingw and x64_mingw) platform.Junichi Ito2017-01-181-1/+1
* Use secure source for gems referencing "github" in the generated appsPrathamesh Sonpatki2016-11-181-0/+5
* Allow the use of listen's 3.1.x branch.Esteban Santana Santana2016-10-031-1/+1
* Enforce minimal web-console version for Rails 5Genadi Samokovarov2016-07-211-1/+1
* Advertise the console web-console featureGenadi Samokovarov2016-03-081-1/+1
* Drop the explicit version requirements for web-consoleGenadi Samokovarov2016-03-081-1/+1
* Specify plaform: :mri for byebugIan Ker-Seymer2016-02-261-1/+1
* adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-171-2/+2
* include spring-watcher-listen in the Gemfile of new applicationsXavier Noria2016-02-101-0/+3
* enables the evented monitor in new applicationsXavier Noria2016-02-101-0/+3
* Add Default Puma Configschneems2016-01-291-3/+0
* Puma 2.15.3 actually works fineDavid Heinemeier Hansson2015-12-171-1/+1
* Use puma as the default development server, if availableDavid Heinemeier Hansson2015-12-161-3/+3
* Do not default to any SerializerSantiago Pastorino2015-12-151-3/+0
* Merge pull request #22573 from gsamokovarov/web-console-3-0Kasper Timm Hansen2015-12-131-1/+1
|\
| * Update web-console to 3.0.0Genadi Samokovarov2015-12-131-1/+1
* | let config.file_watcher be the way to enable the evented file watcherXavier Noria2015-12-131-4/+0
|/
* let the generated app Gemfile depend on listen 3.0.5Xavier Noria2015-11-261-1/+1
* upgrade listen to 3.0.4Xavier Noria2015-11-081-1/+1
* move the listen gem in the Gemfile to the development groupXavier Noria2015-11-081-3/+4
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+3
* Bundler tzinfo-data in windows, even first generated new app are MacEric Guo2015-09-151-2/+0
* remove `web-console` from API app generated Gemfileyuuji.yaginuma2015-07-091-1/+3
* Merge pull request #20596 from vngrs/use_single_quote_in_gemfileKasper Timm Hansen2015-06-171-1/+1
|\
| * Use single quote in Railties generators Gemfile [ci skip]Mehmet Emin İNAÇ2015-06-171-1/+1
* | Bump AMS to 0.10.0.rc2Santiago Pastorino2015-06-161-1/+1
|/
* Add rake-cors gem (commented) in Gemfile for rails api appsJorge Bejar2015-06-111-0/+3
* Add AMS 0.10.0.rc1 by default for api appsSantiago Pastorino2015-06-111-0/+5
* Remove web-console and spring from test group on default Gemfile.Kassio Borges2015-05-271-2/+4
* method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-4/+0
* Remove last empty line when we don't use Windows or JRubymeganemura2015-02-201-1/+1