Displaying 8 results from an estimated 8 matches for "cnj8jr4mgtxl57midrcfdg".
2007 Apr 02
2
redirect_to an uncertain hash
...e values that are obvious such as
session[:direct_to][:controller]
session[:direct_to][:action]
but there are a lot of other params that may or may not be included so I
am trying to abstract and recover them in my redirect_to statement. Is
there a way that I can do this?
--
Craig White <craig-CnJ8jr4MGtxl57MIdRCFDg@public.gmane.org>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2007 Oct 16
2
Is Services a reserved word?
...list'' view and I got this
error...
Message
uninitialized constant
ServicesController::Services
Location
/services/list
Action
list
Controller
services
which worries me because it doesn''t say
ServicesController::ApplicationController
must I rename?
;-(
--
Craig White <craig-CnJ8jr4MGtxl57MIdRCFDg@public.gmane.org>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe...
2007 Oct 18
4
Polymorphic Association?
Hi there-
I''m a newbie to this board, RoR, and web development in general. So
please forgive me if this is in the wrong place or if the solution is
really simple...
I''m trying to conceptualize the relationships between a series of
models for a page creation function. What I''d like is to have a
Content Page which consists of a series of Content Blocks. The
Content
2007 Oct 25
1
find - group - postgres
I am not sure that this is entirely a rails question as I am trying to
run the command in postgres and I am getting the same error...
controller code...
@client_slot_count = ClientSlotsDaily.find(:all,
:conditions => ["created_at > ? AND created_at < ? AND
facility_id = ? AND client_id IS NOT NULL",
starting_date, ending_date, @facility.id],
2007 Feb 08
2
One question on select tag
Hi
I am now trying to learn some rails tag and encounter one question on
"select" tag.
== Controller
def post_book
@book = Book.new(:type => "CS")
end
== Viewer
<%=select "book", "type", [
[" tale", "T"],
["computer science" ,"CS"]...
2007 Apr 06
3
Mailer method missing
Rails dies when I try to call a method from my Mailer. But I have
defined my method. What could I have missed? Here is the irb session:
>> p = Person.find(1)
=> Person data...
>> SiteMailer.request_admin_approval(p)
NoMethodError: undefined method `request_admin_approval'' for
SiteMailer:Class
>> SiteMailer.method_defined? :request_admin_approval
=> true
The
2008 Jan 31
1
never have been able to run rake doc:app
Perhaps it''s just a Fedora thing but it would be nice to generate my
application''s API
$ rake doc:app --trace
(in /home/storage/users/craig/svn/th-db/branches/phase5)
** Invoke doc:app (first_time)
** Invoke doc/app/index.html (first_time)
rake aborted!
Don''t know how to build task ''doc/README_FOR_APP''
2007 Dec 28
0
Little things that bother me
I really have never been able to get this to work...
$ rake doc:rails --trace
(in /home/storage/users/craig/svn/th-db/branches/phase5)
** Invoke doc:rails (first_time)
** Invoke doc/api/index.html (first_time)
** Invoke README (first_time, not_needed)
rake aborted!
Don''t know how to build task ''vendor/rails/railties/CHANGELOG''