1
1
= RAILS-TWITTER-OAUTH-SAMPLE
2
2
3
- Prepared by: paul gallagher - http://tardate.com
4
- Repository: http://github.com/tardate/rails-twitter-oauth-sample/tree/master
5
- Demonstration site: http://rails-twitter-oauth-sample.heroku.com
6
- Related blog post: http://tardate.blogspot.com/2009/06/using-twitter-oauth-with-rails-sample.html
3
+ * Prepared by: paul gallagher - http://tardate.com
4
+ * Repository: http://github.com/tardate/rails-twitter-oauth-sample/tree/master
5
+ * Demonstration site: http://rails-twitter-oauth-sample.heroku.com
6
+ * Related blog post: http://tardate.blogspot.com/2009/06/using-twitter-oauth-with-rails-sample.html
7
7
8
8
== Purpose
9
9
@@ -12,9 +12,9 @@ Uses the oauth ruby gem.
12
12
13
13
== Version and change log
14
14
15
- 1.0.2 - updated to fix oauth 0.4.0 compatibility issue
16
- 1.0.1 - update to new pagination mechanism for social graph methods
17
- 1.0 - initial release
15
+ * 1.0.2 - updated to fix oauth 0.4.0 compatibility issue
16
+ * 1.0.1 - update to new pagination mechanism for social graph methods
17
+ * 1.0 - initial release
18
18
19
19
== Other References
20
20
@@ -27,8 +27,8 @@ Uses the oauth ruby gem.
27
27
28
28
These need to be installed in addition to all standard gems required by rails:
29
29
30
- json (1.1.6 at time of writing)
31
- oauth (0.4.0, 0.3.6, or 0.3.5 at time of writing)
30
+ * json (1.1.6 at time of writing)
31
+ * oauth (0.4.0, 0.3.6, or 0.3.5 at time of writing)
32
32
33
33
NB: for heroku deployment, these are specified in the .gems file in the root of the project
34
34
55
55
56
56
Member model updated to use screen_name as the key:
57
57
58
- def to_param
59
- screen_name
60
- end
58
+ def to_param
59
+ screen_name
60
+ end
61
61
62
62
== 4. Prepare the database
63
63
0 commit comments