This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 58b25166e1b208177ecaa2cbc7c549bf776d8433
tree fdc202e177c1572cd6b6006a26fd7d3c8f2231ac
parent 0e413d7f73093064663cf852274f937a2f10928e
tree fdc202e177c1572cd6b6006a26fd7d3c8f2231ac
parent 0e413d7f73093064663cf852274f937a2f10928e
bostonrb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.svnignore | Tue May 27 17:41:55 -0700 2008 | |
| |
Capfile | Tue May 27 18:34:06 -0700 2008 | |
| |
README.textile | ||
| |
Rakefile | Sat May 02 10:31:57 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Sat May 16 13:57:35 -0700 2009 | |
| |
features/ | ||
| |
lib/ | ||
| |
log/ | Wed May 28 20:48:55 -0700 2008 | |
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README.textile
Boston.rb
This is the source code to Boston.rb, a Rails app which helps Boston Rubyists communicate.
It is open source under the MIT license. Fork away, modify to your own user group’s needs, & send us pull requests!
Tests
We use Cucumber & Webrat for acceptance testing and Shoulda, Factory Girl, & Mocha for unit testing. We use Fakeweb to stop the test suite from hitting external services. We use Nokogiri for parsing markup, especially in acceptance tests.
All testing gems are vendored except for Nokogiri, which has native extensions.
Production
This must be added to cron:
PATH_TO_APP/script/runner Cron.get_tweets







