Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.73 KB | None | 0 0
  1. Last login: Wed Apr 22 19:35:56 on ttys017
  2. have run /Users/apple/.bash_profile
  3. ~$ cd rubymac
  4. ~/rubymac$
  5. ~/rubymac$
  6. ~/rubymac$
  7. ~/rubymac$ ruby --version
  8. ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin16]
  9. ~/rubymac$ rails --version
  10. Rails 6.0.2.2
  11. ~/rubymac$
  12. ~/rubymac$
  13. ~/rubymac$
  14. ~/rubymac$
  15. ~/rubymac$ rails new april2020
  16. create
  17. create README.md
  18. create Rakefile
  19. create .ruby-version
  20. create config.ru
  21. create .gitignore
  22. create Gemfile
  23. run git init from "."
  24. Initialized empty Git repository in /Users/apple/rubymac/april2020/.git/
  25. create package.json
  26. create app
  27. create app/assets/config/manifest.js
  28. create app/assets/stylesheets/application.css
  29. create app/channels/application_cable/channel.rb
  30. create app/channels/application_cable/connection.rb
  31. create app/controllers/application_controller.rb
  32. create app/helpers/application_helper.rb
  33. create app/javascript/channels/consumer.js
  34. create app/javascript/channels/index.js
  35. create app/javascript/packs/application.js
  36. create app/jobs/application_job.rb
  37. create app/mailers/application_mailer.rb
  38. create app/models/application_record.rb
  39. create app/views/layouts/application.html.erb
  40. create app/views/layouts/mailer.html.erb
  41. create app/views/layouts/mailer.text.erb
  42. create app/assets/images/.keep
  43. create app/controllers/concerns/.keep
  44. create app/models/concerns/.keep
  45. create bin
  46. create bin/rails
  47. create bin/rake
  48. create bin/setup
  49. create bin/yarn
  50. create config
  51. create config/routes.rb
  52. create config/application.rb
  53. create config/environment.rb
  54. create config/cable.yml
  55. create config/puma.rb
  56. create config/spring.rb
  57. create config/storage.yml
  58. create config/environments
  59. create config/environments/development.rb
  60. create config/environments/production.rb
  61. create config/environments/test.rb
  62. create config/initializers
  63. create config/initializers/application_controller_renderer.rb
  64. create config/initializers/assets.rb
  65. create config/initializers/backtrace_silencers.rb
  66. create config/initializers/content_security_policy.rb
  67. create config/initializers/cookies_serializer.rb
  68. create config/initializers/cors.rb
  69. create config/initializers/filter_parameter_logging.rb
  70. create config/initializers/inflections.rb
  71. create config/initializers/mime_types.rb
  72. create config/initializers/new_framework_defaults_6_0.rb
  73. create config/initializers/wrap_parameters.rb
  74. create config/locales
  75. create config/locales/en.yml
  76. create config/master.key
  77. append .gitignore
  78. /usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/message_encryptor.rb:175: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  79. /usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/messages/metadata.rb:17: warning: The called method `wrap' is defined here
  80. create config/boot.rb
  81. create config/database.yml
  82. create db
  83. create db/seeds.rb
  84. create lib
  85. create lib/tasks
  86. create lib/tasks/.keep
  87. create lib/assets
  88. create lib/assets/.keep
  89. create log
  90. create log/.keep
  91. create public
  92. create public/404.html
  93. create public/422.html
  94. create public/500.html
  95. create public/apple-touch-icon-precomposed.png
  96. create public/apple-touch-icon.png
  97. create public/favicon.ico
  98. create public/robots.txt
  99. create tmp
  100. create tmp/.keep
  101. create tmp/pids
  102. create tmp/pids/.keep
  103. create tmp/cache
  104. create tmp/cache/assets
  105. create vendor
  106. create vendor/.keep
  107. create test/fixtures
  108. create test/fixtures/.keep
  109. create test/fixtures/files
  110. create test/fixtures/files/.keep
  111. create test/controllers
  112. create test/controllers/.keep
  113. create test/mailers
  114. create test/mailers/.keep
  115. create test/models
  116. create test/models/.keep
  117. create test/helpers
  118. create test/helpers/.keep
  119. create test/integration
  120. create test/integration/.keep
  121. create test/channels/application_cable/connection_test.rb
  122. create test/test_helper.rb
  123. create test/system
  124. create test/system/.keep
  125. create test/application_system_test_case.rb
  126. create storage
  127. create storage/.keep
  128. create tmp/storage
  129. create tmp/storage/.keep
  130. remove config/initializers/cors.rb
  131. remove config/initializers/new_framework_defaults_6_0.rb
  132. run bundle install
  133. The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  134. Fetching gem metadata from https://rubygems.org/............
  135. Fetching gem metadata from https://rubygems.org/.
  136. Resolving dependencies......
  137. Using rake 13.0.1
  138. Using concurrent-ruby 1.1.6
  139. Using i18n 1.8.2
  140. Using minitest 5.14.0
  141. Using thread_safe 0.3.6
  142. Using tzinfo 1.2.7
  143. Using zeitwerk 2.3.0
  144. Using activesupport 6.0.2.2
  145. Using builder 3.2.4
  146. Using erubi 1.9.0
  147. Using mini_portile2 2.4.0
  148. Using nokogiri 1.10.9
  149. Using rails-dom-testing 2.0.3
  150. Using crass 1.0.6
  151. Using loofah 2.5.0
  152. Using rails-html-sanitizer 1.3.0
  153. Using actionview 6.0.2.2
  154. Using rack 2.2.2
  155. Using rack-test 1.1.0
  156. Using actionpack 6.0.2.2
  157. Using nio4r 2.5.2
  158. Using websocket-extensions 0.1.4
  159. Using websocket-driver 0.7.1
  160. Using actioncable 6.0.2.2
  161. Using globalid 0.4.2
  162. Using activejob 6.0.2.2
  163. Using activemodel 6.0.2.2
  164. Using activerecord 6.0.2.2
  165. Using mimemagic 0.3.4
  166. Using marcel 0.3.3
  167. Using activestorage 6.0.2.2
  168. Using mini_mime 1.0.2
  169. Using mail 2.7.1
  170. Using actionmailbox 6.0.2.2
  171. Using actionmailer 6.0.2.2
  172. Using actiontext 6.0.2.2
  173. Using public_suffix 4.0.4
  174. Using addressable 2.7.0
  175. Using bindex 0.8.1
  176. Using msgpack 1.3.3
  177. Using bootsnap 1.4.6
  178. Using bundler 2.1.2
  179. Using byebug 11.1.2
  180. Using regexp_parser 1.7.0
  181. Using xpath 3.2.0
  182. Using capybara 3.32.1
  183. Using childprocess 3.0.0
  184. Using ffi 1.12.2
  185. Using jbuilder 2.10.0
  186. Using rb-fsevent 0.10.3
  187. Using rb-inotify 0.10.1
  188. Using ruby_dep 1.5.0
  189. Using listen 3.1.5
  190. Using method_source 1.0.0
  191. Using puma 4.3.3
  192. Using rack-proxy 0.6.5
  193. Using thor 1.0.1
  194. Using railties 6.0.2.2
  195. Using sprockets 4.0.0
  196. Using sprockets-rails 3.2.1
  197. Using rails 6.0.2.2
  198. Using rubyzip 2.3.0
  199. Using sassc 2.3.0
  200. Using tilt 2.0.10
  201. Using sassc-rails 2.1.2
  202. Using sass-rails 6.0.0
  203. Using selenium-webdriver 3.142.7
  204. Using spring 2.1.0
  205. Using spring-watcher-listen 2.0.1
  206. Using sqlite3 1.4.2
  207. Using turbolinks-source 5.2.0
  208. Using turbolinks 5.2.1
  209. Using web-console 4.0.1
  210. Using webdrivers 4.3.0
  211. Using webpacker 4.2.2
  212. Bundle complete! 17 Gemfile dependencies, 75 gems now installed.
  213. Use `bundle info [gemname]` to see where a bundled gem is installed.
  214. run bundle binstubs bundler
  215. The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
  216. run bundle exec spring binstub --all
  217. * bin/rake: Spring inserted
  218. * bin/rails: Spring inserted
  219. rails webpacker:install
  220. Webpacker requires Node.js >= 8.16.0 and you are using 8.12.0
  221. Please upgrade Node.js https://nodejs.org/en/download/
  222. ~/rubymac$
  223. ~/rubymac$
  224. ~/rubymac$
  225. ~/rubymac$ rake sflskdfskfsdlfsfsfdsffdf
  226. rake aborted!
  227. No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
  228.  
  229. (See full trace by running task with --trace)
  230. ~/rubymac$
  231. ~/rubymac$
  232. ~/rubymac$
  233. ~/rubymac$ cd april2020/
  234. ~/rubymac/april2020$
  235. ~/rubymac/april2020$
  236. ~/rubymac/april2020$
  237. ~/rubymac/april2020$
  238. ~/rubymac/april2020$ rake sflskdfskfsdlfsfsfdsffdf
  239. rake aborted!
  240. Don't know how to build task 'sflskdfskfsdlfsfsfdsffdf' (See the list of available tasks with `rake --tasks`)
  241.  
  242. (See full trace by running task with --trace)
  243. ~/rubymac/april2020$
  244. ~/rubymac/april2020$
  245. ~/rubymac/april2020$
  246. ~/rubymac/april2020$ rake --tasks
  247. rake about # List versions of all Rails frameworks ...
  248. rake action_mailbox:ingress:exim # Relay an inbound email from Exim to Ac...
  249. rake action_mailbox:ingress:postfix # Relay an inbound email from Postfix to...
  250. rake action_mailbox:ingress:qmail # Relay an inbound email from Qmail to A...
  251. rake action_mailbox:install # Copy over the migration
  252. rake action_text:install # Copy over the migration, stylesheet, a...
  253. rake active_storage:install # Copy over the migration needed to the ...
  254. rake app:template # Applies the template supplied by LOCAT...
  255. rake app:update # Update configs and some other initiall...
  256. rake assets:clean[keep] # Remove old compiled assets
  257. rake assets:clobber # Remove compiled assets
  258. rake assets:environment # Load asset compile environment
  259. rake assets:precompile # Compile all the assets named in config...
  260. rake cache_digests:dependencies # Lookup first-level dependencies for TE...
  261. rake cache_digests:nested_dependencies # Lookup nested dependencies for TEMPLAT...
  262. rake db:create # Creates the database from DATABASE_URL...
  263. rake db:drop # Drops the database from DATABASE_URL o...
  264. rake db:environment:set # Set the environment value for the data...
  265. rake db:fixtures:load # Loads fixtures into the current enviro...
  266. rake db:migrate # Migrate the database (options: VERSION...
  267. rake db:migrate:status # Display status of migrations
  268. rake db:prepare # Runs setup if database does not exist,...
  269. rake db:rollback # Rolls the schema back to the previous ...
  270. rake db:schema:cache:clear # Clears a db/schema_cache.yml file
  271. rake db:schema:cache:dump # Creates a db/schema_cache.yml file
  272. rake db:schema:dump # Creates a db/schema.rb file that is po...
  273. rake db:schema:load # Loads a schema.rb file into the database
  274. rake db:seed # Loads the seed data from db/seeds.rb
  275. rake db:seed:replant # Truncates tables of each database for ...
  276. rake db:setup # Creates the database, loads the schema...
  277. rake db:structure:dump # Dumps the database structure to db/str...
  278. rake db:structure:load # Recreates the databases from the struc...
  279. rake db:version # Retrieves the current schema version n...
  280. rake log:clear # Truncates all/specified *.log files in...
  281. rake middleware # Prints out your Rack middleware stack
  282. rake restart # Restart app by touching tmp/restart.txt
  283. rake secret # Generate a cryptographically secure se...
  284. rake stats # Report code statistics (KLOCs, etc) fr...
  285. rake test # Runs all tests in test folder except s...
  286. rake test:db # Run tests quickly, but also reset db
  287. rake test:system # Run system tests only
  288. rake time:zones[country_or_offset] # List all time zones, list by two-lette...
  289. rake tmp:clear # Clear cache, socket and screenshot fil...
  290. rake tmp:create # Creates tmp directories for cache, soc...
  291. rake webpacker # Lists all available tasks in Webpacker
  292. rake webpacker:binstubs # Installs Webpacker binstubs in this ap...
  293. rake webpacker:check_binstubs # Verifies that webpack & webpack-dev-se...
  294. rake webpacker:check_node # Verifies if Node.js is installed
  295. rake webpacker:check_yarn # Verifies if Yarn is installed
  296. rake webpacker:clean[keep] # Remove old compiled webpacks
  297. rake webpacker:clobber # Remove the webpack compiled output dir...
  298. rake webpacker:compile # Compile JavaScript packs using webpack...
  299. rake webpacker:info # Provide information on Webpacker's env...
  300. rake webpacker:install # Install Webpacker in this application
  301. rake webpacker:install:angular # Install everything needed for Angular
  302. rake webpacker:install:coffee # Install everything needed for Coffee
  303. rake webpacker:install:elm # Install everything needed for Elm
  304. rake webpacker:install:erb # Install everything needed for Erb
  305. rake webpacker:install:react # Install everything needed for React
  306. rake webpacker:install:stimulus # Install everything needed for Stimulus
  307. rake webpacker:install:svelte # Install everything needed for Svelte
  308. rake webpacker:install:typescript # Install everything needed for Typescript
  309. rake webpacker:install:vue # Install everything needed for Vue
  310. rake webpacker:verify_install # Verifies if Webpacker is installed
  311. rake webpacker:yarn_install # Support for older Rails versions
  312. rake yarn:install # Install all JavaScript dependencies as...
  313. rake zeitwerk:check # Checks project structure for Zeitwerk ...
  314. ~/rubymac/april2020$
  315. ~/rubymac/april2020$
  316. ~/rubymac/april2020$
  317. ~/rubymac/april2020$
  318. ~/rubymac/april2020$ rake about
  319. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  320. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
  321. About your application's environment
  322. Rails version 6.0.2.2
  323. Ruby version ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin16]
  324. RubyGems version 3.1.2
  325. Rack version 2.2.2
  326. Middleware ActionDispatch::HostAuthorization, Rack::Sendfile, ActionDispatch::Static, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, ActionDispatch::RemoteIp, Sprockets::Rails::QuietAssets, Rails::Rack::Logger, ActionDispatch::ShowExceptions, WebConsole::Middleware, ActionDispatch::DebugExceptions, ActionDispatch::ActionableExceptions, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ContentSecurityPolicy::Middleware, Rack::Head, Rack::ConditionalGet, Rack::ETag, Rack::TempfileReaper
  327. Application root /Users/apple/rubymac/april2020
  328. Environment development
  329. Database adapter sqlite3
  330. Database schema version 0
  331. ~/rubymac/april2020$
  332. ~/rubymac/april2020$
  333. ~/rubymac/april2020$
  334. ~/rubymac/april2020$
  335. ~/rubymac/april2020$ rails generate model Abc
  336. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  337. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
  338. Running via Spring preloader in process 46250
  339. invoke active_record
  340. create db/migrate/20200422230723_create_abcs.rb
  341. create app/models/abc.rb
  342. invoke test_unit
  343. create test/models/abc_test.rb
  344. create test/fixtures/abcs.yml
  345. ~/rubymac/april2020$
  346. ~/rubymac/april2020$
  347. ~/rubymac/april2020$
  348. ~/rubymac/april2020$
  349. ~/rubymac/april2020$ rake db:migrate
  350. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  351. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
  352. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/sqlite3/schema_statements.rb:91: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  353. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:260: warning: The called method `initialize' is defined here
  354. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/schema_migration.rb:34: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  355. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:227: warning: The called method `string' is defined here
  356. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:229: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  357. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:363: warning: The called method `column' is defined here
  358. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:378: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  359. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:429: warning: The called method `new_column_definition' is defined here
  360. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_creation.rb:17: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  361. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:1099: warning: The called method `type_to_sql' is defined here
  362. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/internal_metadata.rb:41: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  363. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:227: warning: The called method `string' is defined here
  364. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:411: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  365. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:363: warning: The called method `column' is defined here
  366. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:412: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  367. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:363: warning: The called method `column' is defined here
  368. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/transactions.rb:212: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  369. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb:274: warning: The called method `transaction' is defined here
  370. == 20200422230723 CreateAbcs: migrating =======================================
  371. -- create_table(:abcs)
  372. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:305: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  373. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:201: warning: The called method `primary_key' is defined here
  374. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:202: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  375. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/schema_definitions.rb:363: warning: The called method `column' is defined here
  376. -> 0.0185s
  377. == 20200422230723 CreateAbcs: migrated (0.0186s) ==============================
  378.  
  379. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/persistence.rb:503: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  380. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/timestamp.rb:127: warning: The called method `create_or_update' is defined here
  381. /usr/local/lib/ruby/gems/2.7.0/gems/activemodel-6.0.2.2/lib/active_model/type/integer.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  382. /usr/local/lib/ruby/gems/2.7.0/gems/activemodel-6.0.2.2/lib/active_model/type/value.rb:8: warning: The called method `initialize' is defined here
  383. ~/rubymac/april2020$
  384. ~/rubymac/april2020$
  385. ~/rubymac/april2020$
  386. ~/rubymac/april2020$ rails db:migrate
  387. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  388. /usr/local/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
  389. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/transactions.rb:212: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  390. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb:274: warning: The called method `transaction' is defined here
  391. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/persistence.rb:503: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  392. /usr/local/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/timestamp.rb:127: warning: The called method `create_or_update' is defined here
  393. /usr/local/lib/ruby/gems/2.7.0/gems/activemodel-6.0.2.2/lib/active_model/type/integer.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
  394. /usr/local/lib/ruby/gems/2.7.0/gems/activemodel-6.0.2.2/lib/active_model/type/value.rb:8: warning: The called method `initialize' is defined here
  395. ~/rubymac/april2020$
  396. ~/rubymac/april2020$
  397. ~/rubymac/april2020$
  398. ~/rubymac/april2020$ cat Gemfile
  399. source 'https://rubygems.org'
  400. git_source(:github) { |repo| "https://github.com/#{repo}.git" }
  401.  
  402. ruby '2.7.1'
  403.  
  404. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  405. gem 'rails', '~> 6.0.2', '>= 6.0.2.2'
  406. # Use sqlite3 as the database for Active Record
  407. gem 'sqlite3', '~> 1.4'
  408. # Use Puma as the app server
  409. gem 'puma', '~> 4.1'
  410. # Use SCSS for stylesheets
  411. gem 'sass-rails', '>= 6'
  412. # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
  413. gem 'webpacker', '~> 4.0'
  414. # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
  415. gem 'turbolinks', '~> 5'
  416. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  417. gem 'jbuilder', '~> 2.7'
  418. # Use Redis adapter to run Action Cable in production
  419. # gem 'redis', '~> 4.0'
  420. # Use Active Model has_secure_password
  421. # gem 'bcrypt', '~> 3.1.7'
  422.  
  423. # Use Active Storage variant
  424. # gem 'image_processing', '~> 1.2'
  425.  
  426. # Reduces boot times through caching; required in config/boot.rb
  427. gem 'bootsnap', '>= 1.4.2', require: false
  428.  
  429. group :development, :test do
  430. # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  431. gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  432. end
  433.  
  434. group :development do
  435. # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
  436. gem 'web-console', '>= 3.3.0'
  437. gem 'listen', '>= 3.0.5', '< 3.2'
  438. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  439. gem 'spring'
  440. gem 'spring-watcher-listen', '~> 2.0.0'
  441. end
  442.  
  443. group :test do
  444. # Adds support for Capybara system testing and selenium driver
  445. gem 'capybara', '>= 2.15'
  446. gem 'selenium-webdriver'
  447. # Easy installation and use of web drivers to run system tests with browsers
  448. gem 'webdrivers'
  449. end
  450.  
  451. # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
  452. gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
  453. ~/rubymac/april2020$
  454. ~/rubymac/april2020$
  455. ~/rubymac/april2020$
  456. ~/rubymac/april2020$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement