User Tools

Site Tools


inf:ruby:rake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

inf:ruby:rake [2021/02/16 09:56]
127.0.0.1 external edit
inf:ruby:rake [2022/09/30 21:00] (current)
sqbell
Line 4: Line 4:
  
 <code> <code>
-chopin:demo_app marek.skubela$ rake -T +chopin:demo_app sqbell$ rake -T 
-(in /Users/marek.skubela/Workspace/rails_projects/demo_app)+(in /Users/sqbell/Workspace/rails_projects/demo_app)
 rake about              # List versions of all Rails frameworks and the environment rake about              # List versions of all Rails frameworks and the environment
 rake db:create          # Create the database from config/database.yml for the current Rails.env (use db:create:all to crea... rake db:create          # Create the database from config/database.yml for the current Rails.env (use db:create:all to crea...
Line 40: Line 40:
  
 <code> <code>
-chopin:demo_app marek.skubela$ rake stats +chopin:demo_app sqbell$ rake stats 
-(in /Users/marek.skubela/Workspace/rails_projects/demo_app)+(in /Users/sqbell/Workspace/rails_projects/demo_app)
 +----------------------+-------+-------+---------+---------+-----+-------+ +----------------------+-------+-------+---------+---------+-----+-------+
 | Name                 | Lines |   LOC | Classes | Methods | M/C | LOC/M | | Name                 | Lines |   LOC | Classes | Methods | M/C | LOC/M |
Line 61: Line 61:
  
 <code> <code>
-chopin:demo_app marek.skubela$ rake routes +chopin:demo_app sqbell$ rake routes 
-(in /Users/marek.skubela/Workspace/rails_projects/demo_app)+(in /Users/sqbell/Workspace/rails_projects/demo_app)
     users GET    /users(.:format)          {:action=>"index", :controller=>"users"}     users GET    /users(.:format)          {:action=>"index", :controller=>"users"}
           POST   /users(.:format)          {:action=>"create", :controller=>"users"}           POST   /users(.:format)          {:action=>"create", :controller=>"users"}
Line 89: Line 89:
  
 <code> <code>
-dpl11122:mototop marek.skubela$ rake notes+dpl11122:mototop sqbell$ rake notes
 app/controllers/motorbikes_controller.rb: app/controllers/motorbikes_controller.rb:
   * [ 39] [TODO] add price sorting logic here   * [ 39] [TODO] add price sorting logic here
Line 102: Line 102:
  
 <code> <code>
-dpl11122:mototop marek.skubela$ rake db:migrate:status+dpl11122:mototop sqbell$ rake db:migrate:status
  
 database: db/development.sqlite3 database: db/development.sqlite3
inf/ruby/rake.1613469373.txt.gz · Last modified: 2021/02/16 09:56 by 127.0.0.1