Cosi 165a - IT Entrepreneurship
Rake "tasks" (commands)
Getting a list of Rake “tasks”
rake -T # to get a list of all the more typical rake tasks
rake -T -A # show every single task
Primary db related tasks
db:migrate runs migrations for the current env that have not run yet
db:create creates the database for the current env
db:seed (only) runs the db/seed.rb file
db:setup runs db:schema:load, db:seed
db:reset runs db:drop db:setup
db:migrate:reset runs db:drop db:create db:migrate
Secondary db related tasks
db:create:all creates the databases for all envs
db:drop drops the database for the current env
db:drop:all drops the databases for all envs
db:migrate:up runs one specific migration
db:migrate:down rolls back one specific migration
db:migrate:status shows current migration status
db:migrate:rollback rolls back the last migration
db:forward advances the current schema version to the next one
db:schema:load loads the schema into the current env’s database
db:schema:dump dumps the current env’s schema (and seems to create the db as well)
Was this helpful!?
yes
/
no
Welcome
Term Overview
List of lectures
Guide to this site
Entrepreneurial Projects
Lectures
Lean Startup Immersion
Welcome!!
Intro to Lean Startup
Hypotheses/Assumptions
Minimum Viable Product
Review and practice
Metrics & Growth Engine
Pivot and Grow
Pilot Project Conclusion
Frame 1
Term project Kickoff
Market segments/Value Prop
Quant and Qual Testing
Mockups and Prototypes
Business Models
Frame 1 Conclusion
Frame 2
UI and UX Basics
User Experience Flow
Product Architecture
Client and the server data models
Frame 2 Review
Frame 3
Pricing Models
Finance for Geeks
Growth Hacking
Real World Survival Kit
Intellectual Property [IANAL]
Marketing for Entrepreneurs
Pizza Party?!
Background
Learning Objectives
Homework info
FAQ for Pito Salas
Grading
Teachers
Lexicon
Interesting links
Credits and acknowledgements
Catalog of Topics