-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 733 Bytes
/
README
File metadata and controls
19 lines (14 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== Welcome to RailsRx, just what the doctor ordered
This is a template application. Why start from scratch when every project has the same things!
This shell app includes:
* devise - for authentication
* omniauth - for facebook/twitter etc
* fb_graph - for the facebook
* DelayedJob - background tasks, not used for every project but nice to have and doesnt hurt anyone
* Home controller setup
* 960 gs - css frameowrk for fast prototyping, can see the use in the header in application.html.erb
Just checkout the project
bundle install
rake db:migrate
rails s
...and all should be right in the world. Make sure to chante the facebook api keys and have your domain callback setup in the facebook application for it to work