Displaying 8 results from an estimated 8 matches for "emsto".
Did you mean:
msto
2010 Apr 12
3
$(link).previous("input[type=hidden]") is undefined
I am getting this error when trying to use the remove link explained
in the Railscast:
http://railscasts.com/episodes/197-nested-model-form-part-2
error:
$(link).previous("input[type=hidden]") is undefined
remove_fields()applic...1065175 (line 6)
function onclick(event) { remove_fields(this); return false; }()1
(line 2)
[Break on this error]
2010 Mar 30
2
setting up has_many
Do I have to manually set a column in a dependent table for the id of
the object to which it belongs?
I have a collection of objects called photos that are owned by a
analysis object. When I try to show an attribute of each of the photo
objects I get this error:
Mysql::Error: Unknown column ''photos.analysis_id'' in ''where clause'':
SELECT * FROM `photos` WHERE
2010 Mar 31
5
undefined method `each' for "":String
I implemented creating an object within another object according to
this Railscast:
http://railscasts.com/episodes/74-complex-forms-part-2
but I''m getting this error after I submit. Any ideas?
undefined method `each'' for "":String
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2010 Mar 18
8
hash in controller is nil after submitting form
I''m trying to create a data entry form but getting an error when it
sumbmits. I am using an hash to get the names of the fields definied
in the controller''s "new" function:
def new
@thing = thing.new
@columns = Hash.new
@columns[''thing_general''] = [
["title","name"],
2010 May 02
8
dev tool
Can anyone suggest a development tool for RoR? How is the plugin for
Eclipse?
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 Jan 24
1
segmentation fault on RMagick2
Hi, I''m getting this error when I try to create a migration file:
$ script/generate migration create_session
/Users/administator/.gem/ruby/1.8/gems/rmagick-2.13.1/lib/
RMagick2.bundle: [BUG] Segmentation fault
ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-darwin10]
Abort trap
I''m not sure how to solve it. Any ideas?
--
You received this message because you are subscribed
2011 Feb 22
2
tag helper
How can I add specific content inside a tag when I create it using the
tag helper? Is there an "inner_html" option?
This doesn''t seem to be working.
<%= tag(:map, :id => (@module.css_id), :inner_html =>''innerhtml'' ) %>
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2010 May 04
2
Encoding problems, applying a patch, how to???
So, i''m facing issues with encoding, since I need to write an
application in portuguese-brazilian.
This is the error i''m getting: "incompatible character encodings:
UTF-8 and ASCII-8BIT"
The curious thing is that i have a few other views with "special"
characters, like Á or Ç, and all of them works. I have saved this view
using the UTF-8 char encoding and