SSR
A placeholder gem reserving the SSR (Server-Side Rendering) namespace on RubyGems.org.
This gem exists solely to prevent others from publishing a potentially misleading or malicious gem under the ssr name. It provides no runtime functionality.
Installation
Add this line to your application's Gemfile:
gem "ssr"
And then execute:
bundle install
Or install it yourself as:
gem install ssr
Usage
require "ssr"
This will load the SSR module into your application's namespace, ready to be extended with actual Server-Side Rendering functionality in the future.
Development
After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests.
To install this gem onto your local machine, run bundle exec rake install.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/mdesantis/ssr.
License
The gem is available as open source under the terms of the MIT License.