Displaying 7 results from an estimated 7 matches for "namn".
Did you mean:
name
2007 Feb 22
7
Serializing non-ascii characters
...I''m new to the Prototype Framework.
I''m trying to serialize a simple form with a few checkboxes.
It seems like non-ascii characters, like Ö, are not encoded properly
in some cases.
Please take a look: http://troxy.net/serialize.htm
Checking both boxes gives the following string:
namn=%25C3%25B6rjan&namn=adam
..while it should look like this:
namn=%C3%B6rjan&namn=adam
Please tell me what I''m doing wrong.
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Rub...
2006 Jul 07
1
Add_column not working
I try to add a column using migration in the table tests with the name
namn as a string. Doesn''t work. Any idea why?
def self.up
add_column :tests, :namn, :string
end
--
Posted via http://www.ruby-forum.com/.
2006 Mar 14
5
Column aliasing in ActiveRecord?
Anybody know of a way to alias a column in ActiveRecord such that you
could reference it via a different symbol in your view for view
purposes?
Like my column is named X but I want to display it as Y and maybe I have
an accessor named Y set up on the model so that when I "call" Y from the
view (and controller?) I''m actually manipulating the column X?
Hope that makes sense.
2006 Mar 05
2
AJAX call chain and DRY questions
...:frequency => 0.25,
:update => "identities_box",
:url => { :action => :view_genre },
:with => "''genre_id=''+value") %>
<h1>Identiteter</h1>
<div id="identities_box">
<table>
<tr>
<td>Namn</td>
<td>Beskrivning</td>
<td>Bild</td>
</tr>
<% for identity in @identities %>
<tr>
<td><%= link_to (h identity.name), :action => "view_identity", :id
=> identity %></td>
<td><%=h identi...
2007 Jan 24
2
keep track of selected observations over time
Dear all,
Attached is a description of my data, graph and the problem which I need help with. Hope you have time to open the file and help me out.
Many thanks,
Jenny
---------------------------------
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books,
and now I have started to implement a modified "shopping cart",
following the AWDWR-book, with modifications to suit our application
(subscriptions and memberships).
Having done up to chapter 7 I have had no real problems, except one:
Since our customers are Swedish I need the screen names, texts etc to be
in
2012 Mar 19
24
[PATCHv2 00/11] arm: pass a device tree to dom0
This series of patches makes Xen pass a (somewhat) valid device tree
to dom0. The device tree for dom0 is the same as the one supplied to
Xen except the memory and chosen nodes are adjusted appropriately.
We don''t yet make use of the device tree to map MMIO regions or setup
interrupts for the guest and we still include the UART used for Xen''s
console.
Note that loading Linux