Tagged Questions

4
votes
8answers
776 views

CodeIgniter or PHP equivalent of Rails partials and templates

In CodeIgniter or core PHP is there an equivalent of Rails's view partials and templates? A partial would let me render another view fragment inside my view, like have a common na …
4
votes
4answers
183 views

When to use Helpers instead of Partials

In a rails application, in which situation would you use a partial and when would you use a helper? I find both very similar, since they represent markup fragments. Is there a con …
3
votes
1answer
47 views

rails html helper

I'm trying to figure out the cleanest way to generate a bit of html AND nest content inside it. Using HAML. Basically I want to do something like: = block_large This is some ne …
2
votes
3answers
227 views

Rails — How to save HTML output of a HAML partial as a string to send to an external service?

Hey guys, first post here, hope you can help me out. We're generating a newsletter automatically every 24 hours using a rake task. There's a section at the top of the newsletter …
2
votes
2answers
67 views

Are variables defined locally in a partial also visible to the invoking erb template?

If I declare local variables in a partial and then render the partial from another erb template, will the latter also have accces to those local variables?
2
votes
2answers
175 views

How to keep track of information over several calls to render :partial

I am using attribute_fu to render a nice block of rows for a particular table. <%= f.render_associated_form(@foo.bars, :new => 5) %> I would like to have the bar partia …
1
vote
2answers
139 views

Using Ajax to Replace A Page Element Based on an Onclick Event

I'm reformulating this question as I'm understanding the issue better now. I have an application with four models: Users, Products, Varieties and Seasons. User has_many :seas …
1
vote
3answers
69 views

Partials and local variable

If we want to pass a collection to partial, we do like this: <%= render :partial => "post", :collection => @posts %> If we want to pass a single object within a cust …
1
vote
1answer
316 views

Ruby/Rails 1&2: collection problem

Hey, I just began to learn ruby/rails. At the moment, I try to do an example of a german book "Praxiswissen Ruby on Rails", which is pretty old and written for Ruby on Rails 1. Any …
1
vote
3answers
88 views

Is there an analogue to Rails partials in VB .NET?

I'm new to VB .NET, and if possible, I'd like something like Rails partials - bits of HTML template that can be referenced in a page's script, possibly within a loop. I know there …
1
vote
4answers
351 views

ASP.NET MVC Question - Form Posting, Partials & Efficiency

Hi There, (My first question, so hello all!) I am using C# and the ASP.NET MVC Framework Beta 1 and was wondering if this was the most efficient way to achieve two, form posting s …
1
vote
1answer
897 views

AJAX, Rails, and dynamic loading of forms.

I have a rails app that has picked up a bit of traction, but I have a serious headache to deal with. It's a basic sort of asset manager application - users upload their photos, .p …
0
votes
2answers
93 views

Missing template after link_to_remote

I'm using link_to_remote to update a partial on my page. The problem is that Rails isn't finding my partial. I am specifying the full path to my partial(an html.erb file) in the …
0
votes
1answer
25 views

Letting a template and multiple partials add to the layout

First off, let me say that I am familiar with content_for. It's not really what I'm looking for here. I want to allow a template and any number of partials to build up, say, a lis …
0
votes
1answer
77 views

ZF: Using setObjectKey in partialLoop for only specific partials

I've figured out how to get models into partialLoops using the setObjectKey method of the PartialLoop helper. What I'm wondering if there is a way to specify that specific partial …

1 2 next
15 30 50 per page