This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
rabl-rails
Watch
1
Star
0
Fork
You've already forked rabl-rails
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9b1abaa691
rabl-rails
/
Gemfile
10 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial commit
2012-02-22 10:42:38 +00:00
source
"
http://rubygems.org
"
gemspec
Allow to specify json engine used. Default to MultiJson (with Yajl engine) instead of ActiveSupport::JSON
2012-07-18 21:42:09 +00:00
gem
'yajl-ruby'
group
:test
do
gem
'rspec-mocks'
end