You cannot post messages because only members can post, and you are not currently a member.
|
Rails Core discussions
|
| |
The subject of improving Rails in the direction of automatic handling
of resources has been broached by someone with some experience:
It might be worth it to monitor this discussion and chime in where
appropriate.
[link]... more »
|
|
See you at RailsConfEurope
|
| |
Hi RCers, I've just been informed that my proposal to talk about RC at RailsConfEurope has been accepted. [link] So, if you're heading Berlin way in September, do grab me and say hi! Cheers, Ian
|
|
inherit_views question (perhaps a little off topic)
|
| |
Hi,
is there and inherit_views group? If so where?
If not I wonder if you might not mind a question here.
When I make a call to display an inherited view from a functional test
or a browser it is working fine:
GET :edit, :id => 1 or from a browser [link]... more »
|
|
Arrgh - major problem :( - auto_complete returns could not recognize segment
|
| |
Hi Ian,
afraid that I have to ask for your help once more :(
(and knowing that you're knee deep in giving brith, I'd be more than
happy to settle for a hint as to where I have to start looking)
In quite a few of my controllers I use auto_complete (instead of
<selects> I find it to be a nicer UserExperience with auto_complete)... more »
|
|
form_for and FormBuilder
|
| |
Hi Ian,
In my lib/ I have an extended_layout_form_builder.r b that I use(d with
resource_controler) on the detail forms like this:
f.render_associated_form(@invo ice.invoice_items, :new => 1, :builder
=> ExtendedLayoutFormBuilder)
or, on the many form like this:
<% extended_layout_form_for(:proj ect, :html => { :class =>... more »
|
|
rc on lighthouse
|
| |
rc and some others are on lighthouse now [link] Cheers, Ian (about to become a dad for the first time)
|
|
newbee Q's - I'm afraid
|
| |
Hi Ian,
I found my way here - and want to leave my appraisals of your
brilliant r_c with this group :)
My infancy (with r_c) probably explains the subject of this post, but
anyways -
with this:
-------------------------
class ProjectsController < ApplicationController
inherit_views... more »
|
|
nested_has_many_through
|
| |
Hi RCers, A patch/plugin that you might be interested in: nested_has_many_through (was at [link]) I've started working on it (hopefully others will collaborate) to get it edge compliant and well speced, if you;re interested it's at [link]... more »
|
|
A resources_controller rails app
|
| |
I've posted the code for one of my rails apps ( [link]
) to github...
[link]
I'm only nesting 3 levels deep, but I am using the /account
(current_user) pattern and other singular resources. I'm also using
RJS in conjunction with the default RC controller actions.... more »
|
|
|