Skip to content

karthiks/deccanrubyconf-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up development machine

bundle install
rake setup
bundle exec rails server

Start server and login with following credentials

email: [email protected]
password: welcome

Running tests

# to execute all tests
rake 

# to execute tests in models
rake test:models

# to execute tests in controllers
rake test:controllers

# running an individual test file
rake test test/models/comment_test.rb

Adding pages

To add new designed pages, create a new view in pages directory and add an action to PagesController along with adding the page link pages index.

About

deccanrubyconf-web

Resources

Stars

Watchers

Forks

Packages

No packages published