Skip to content
carlosbrando edited this page Sep 13, 2010 · 21 revisions

HOME |
Shoulda Macros |
RSpec Macros

The "remarkable ":http://github.com/carlosbrando/remarkable repository holds the source for the remarkable gem/plugin. Clone this repo if you:

  • want to build the remarkable gem from the latest source.
  • want to install it as a rails plugin.

Build and install the remarkable gem

git clone git://github.com/carlosbrando/remarkable.git
cd remarkable
rake gem
gem install pkg/remarkable-X.X.X.gem

Install as a Rails plugin

Coming soon…