Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Latest commit

 

History

414 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UITalk

Usage

$ cp config/initializers/omniauth.rb.sample config/initializers/omniauth.rb
$ vi config/initializers/omniauth.rb

$ cp config/initializers/twitter.rb.sample config/initializers/twitter.rb
$ vi config/initializers/twitter.rb

$ cp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
$ vi config/initializers/secret_token.rb

$ bundle install --path=vendor/bundles
$ bundle exec rake db:migrate

# spec for environments
$ bundle exec rspec spec/env/*_spec.rb
$ bundle exec rails s

Development

Repository

Wiki

Issues

CI

Contributes by Pull Request

$ git remote add upstream git://github.com/ToQoz/UITalk.git
$ git checkout -b develop upstream/develop
$ git checkout -b your-topic-branch

# run spec
$ script/spec

# send pull-request to develop branch
$ git commit -am "YOUR COMMIT MESSAGES"
$ git checkout develop
$ git pull upstream develop
$ git checkout your-topic-branch
$ git rebase develop
$ git push origin your-topic-branch
# pull-request to develop branch on web ui

About

UITalk

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages