Displaying 5 results from an estimated 5 matches for "ja4modztutvl57midrcfdg".
2009 Dec 02
14
root_path and root_url undefined
Hi all,
I''ve just started working on another RoR project after a couple of months
away. I''m having trouble with named routes, specifically root_*
In previous apps I''ve used root_path and root_url without any problems, but
in this project (2.3.2 - the same as my last project where I used it) it
comes up undefined.
I''ve double and triple checking my routes.rb,
2008 Oct 05
0
Dynamic menus
What is the preferred or standard method to create dynamic dhtml menus
from a database.
I have an application that will need some shiney menus but I don''t
really want to write it all out by hand unless I have to.
What do you guys like to use when you have a (fairly) complex menu to
create?
Thanks
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message
2011 Mar 29
2
recaptcha displaying weirdly
Hi List,
I''ve followed and read several guides for getting recaptcha working with a site but I
keep coming across this problem. The recaptcha images look...weird:
This image is taken with the "white" theme, however the sandard one is exactly as
weird. I can''t work out what is causing this:
http://www.mattharrison.org/images/recaptcha-weird-look.JPG
Any tips
2009 Oct 05
1
ajaxy select boxes and existing records
I''ve just made my first form using select boxes that update each other
via observe_field. It works really well for the creation of record and
it''s making the form a whole lot nicer to use.
The problem is editing records, the first select box is not part of the
model but is used to populate the second select, which is a required
attribute of the model. When the edit form is
2008 Aug 25
3
haml says yes, rails says no
I''m using the haml gem and it''s great, been using it for a while and I
love it.
I''ve got a problem trying to display the flash messages, if I do the
following:
- if flash[:notice]
#flashNotice
=flash[:notice]
- else if flash[:error]
#flashError
=flash[:error]
- end
I get
You don''t need to use "- end"