Tagged Questions

1
vote
1answer
57 views

Is it possible to do AJAX calls in a liquid template?

I'm looking at the liquid templating language for Rails apps: http://wiki.github.com/tobi/liquid/ I'd like my users to also be able to make AJAX calls (just like the ones in rails for ...
1
vote
3answers
2k views

Using Liquid as a Ruby on Rails layout

I want to create a Ruby on Rails layout and it should be in Liquid format. Basically what I'm trying to do is to let the users to create their own layouts and save them in the database. I tried to ...
1
vote
1answer
784 views

Partials in Liquid

We're trying to rewrite our current views from ERb to Liquid and we got following problem: we have a lot of render(:partial => '/path/to/partial') in our code, but we found absolutely no ...
0
votes
0answers
60 views

Liquid 2.2 problem on ruby on rails 3

i want to use liquid layout on my RoR 3 app. i don't want to change /views/layouts/appliaction.html.erb but i want to change special page template such as my product page : ...
0
votes
1answer
238 views

Liquid - rails - render_component issue

In my next rails project I want to use liquid pages (so that my graphic designer can do his stuff without bothering be :D) By my question is will i be able to use render_component and render ...