Skip to content

Commit

Permalink
first week
Browse files Browse the repository at this point in the history
  • Loading branch information
shibinfun committed Apr 30, 2022
1 parent cc085da commit 06e5d17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'sqlite3','~> 1.3.0'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use SCSS for stylesheets
Expand All @@ -15,7 +15,10 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

gem 'did_you_mean'
gem 'executable-hooks'
gem 'bundler-unload'
gem 'rubygems-bundler'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
12 changes: 11 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GEM
tzinfo (~> 1.1)
arel (7.1.0)
builder (3.2.2)
bundler-unload (1.0.2)
byebug (9.0.5)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
Expand All @@ -50,8 +51,10 @@ GEM
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
debug_inspector (0.0.2)
did_you_mean (1.0.0)
erubis (2.7.0)
execjs (2.7.0)
executable-hooks (1.6.1)
ffi (1.9.14)
globalid (0.3.6)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -113,6 +116,9 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rubygems-bundler (1.4.5)
bundler-unload (>= 1.0.2)
executable-hooks (>= 1.5.0)
sass (3.4.22)
sass-rails (5.0.5)
railties (>= 4.0.0, < 6)
Expand Down Expand Up @@ -155,17 +161,21 @@ PLATFORMS
ruby

DEPENDENCIES
bundler-unload
byebug
coffee-rails (~> 4.2)
did_you_mean
executable-hooks
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
puma (~> 3.0)
rails (~> 5.0.0)
rubygems-bundler
sass-rails (~> 5.0)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
sqlite3 (~> 1.3.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
Expand Down
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...
第一1天作业

0 comments on commit 06e5d17

Please sign in to comment.