Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
create a file for other devs
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsammans committed Aug 17, 2011
1 parent 96e6784 commit f6b4bcd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== master

- Added simple_search method to retrieve results
- Added DEVELOPMENT.rdoc


== 0.4.1
Expand Down
11 changes: 11 additions & 0 deletions DEVELOPMENT.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= Working on SimpleSolr

I appreciate the effort! GitHub offers excellent tools for collaborating
on projects, and the basic fork/branch/pull request style is just fine.

To get started, also no surprises:

1. gem install bundler (if you haven't already)
2. bundle
3. cp spec/db/database.yml.example spec/db/database.yml
4. rake
7 changes: 6 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,9 @@ The response from Solr will look something like this:
</response>

This response will be translated into a hash by httparty. Take a look at your
webserver config/response headers if that does not happen.
webserver config/response headers if that does not happen.


== Helping out

Interested in working on SimpleSolr? Please see DEVELOPMENT.rdoc.

0 comments on commit f6b4bcd

Please sign in to comment.