Code Monkey home page Code Monkey logo

Comments (8)

nesquena avatar nesquena commented on July 17, 2024

What issues are you running into? Require rabl in the gemfile and then do:

get "/" do
  render :rabl, :foo
end

should work. I agree though having it in the wiki is a good idea.

from rabl.

andrew avatar andrew commented on July 17, 2024

I'm getting an exception:

NoMethodError - undefined method `present?' for "collection @experiments\nattributes :name":String:
 /Users/andrew/.rvm/gems/ruby-1.8.7-p334/gems/rabl-0.3.0/lib/rabl/engine.rb:26:in `render'
 /Users/andrew/.rvm/gems/ruby-1.8.7-p334/gems/rabl-0.3.0/lib/rabl/template.rb:15:in `evaluate'
 /Users/andrew/.rvm/gems/ruby-1.8.7-p334/gems/tilt-1.3.2/lib/tilt/template.rb:76:in `render'
 /Users/andrew/.rvm/gems/ruby-1.8.7-p334/gems/sinatra-1.2.6/lib/sinatra/base.rb:563:in `render'

from rabl.

rkh avatar rkh commented on July 17, 2024

Seems like Rabl doesn't properly depend on ActiveSupport.

from rabl.

nesquena avatar nesquena commented on July 17, 2024

Ah yes that is correct. I was using RABL with AR or DM (and Padrino or Rails) so ActiveSupport was already included. I will add active_support proper to the gemspec, or evaluate if I can remove it from core use and only require it for inflection handling.

from rabl.

nesquena avatar nesquena commented on July 17, 2024

Will put up an example for setting up in a sinatra app on the wiki soon. Should help clear this up.

from rabl.

nesquena avatar nesquena commented on July 17, 2024

Added Sinatra example here (working for me): https://github.com/nesquena/rabl/wiki/Setup-for-Sinatra

from rabl.

andrew avatar andrew commented on July 17, 2024

Awesome, thanks.

from rabl.

bshanks avatar bshanks commented on July 17, 2024

perhaps the documentation at https://github.com/nesquena/rabl could be modified to refer to https://github.com/nesquena/rabl/wiki/Setup-for-Sinatra ? Following https://github.com/nesquena/rabl, I had tried to do something like

render "posts/index"

which i guess is appropriate for Padrino but not Sinatra.

thanks

from rabl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.