Skip to content

Commit

Permalink
Add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Sep 5, 2012
1 parent a1995e5 commit 06680bc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# by_*


by_* (by_star) is a plugin that allows you to find ActiveRecord objects given certain date objects. This was originally crafted for only finding objects within a given month, but now has extended out to much more. It now supports finding objects for:
by_* (by_star) is a plugin that allows you to find ActiveRecord objects given certain date objects.

## Installation

Install this gem by adding this to your Gemfile:

```ruby
gem 'by_star', :git => "git://github.com/radar/by_star"
```

Then run `bundle install`. Hey presto, it's done!

## What it does

This was originally crafted for only finding objects within a given month, but now has extended out to much more. It now supports finding objects for:

* A given year
* A given month
Expand Down

0 comments on commit 06680bc

Please sign in to comment.