文件名称:garage-example:车库的示例博客应用程序
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-18 18:47:54
Ruby
车库应用示例 示例博客应用程序。 入门 # Run tests. bundle install bundle exec rake db:create db:migrate RAILS_ENV=test bundle exec rake db:create db:migrate bundle exec rspec # All tests should be passed. # Play with local development server. bundle exec rails runner 'User.create(name: "alice", email: "alice@example.com")' # creating test user bundle exec rails s open http://localhost:3000/oauth/applications # The
【文件预览】:
garage-example-master
----.gitignore(466B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----.rspec(30B)
----bin()
--------rails(146B)
--------bundle(129B)
--------rake(90B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(343B)
--------schema.rb(3KB)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----doc()
--------users.md(3KB)
--------posts.md(4KB)
----spec()
--------support()
--------models()
--------factories()
--------requests()
--------spec_helper.rb(4KB)
--------rails_helper.rb(2KB)
----README.md(897B)
----vendor()
--------assets()
----config()
--------boot.rb(170B)
--------secrets.yml(964B)
--------database.yml(552B)
--------routes.rb(199B)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------initializers()
----lib()
--------assets()
--------tasks()
----Gemfile(2KB)
----Rakefile(249B)
----Gemfile.lock(5KB)