Displaying 2 results from an estimated 2 matches for "andrefonseca".
2010 Nov 18
2
i18n_routes
Hello
i have an domain in .рф (РФ is the first TLD, where domain names are
put in Cyrillic script only.) (see also http://teimos.ru/x/punycode/)
i''m trying to get working routes in cyrillic like
http://теймос.рф/привет (XN--E1AIJIPB.XN--P1AI/XN--B1AGH1AFP)
to welcome#index (for example)
i tryed different ways but no luck with them all...
in Gemfile
---------------\
gem
2010 Aug 09
2
Auto-increment column scoped to another column
Hi,
I have one field that needs to be incremented automatically, but be
scoped to another column. So it should increment based on the last value
of the previous row with the same value of the scoped column.
I''m not trying to replace ID with another primary key or anything crazy
like that, just trying to auto-increment a database column!
Any idea of how to do this? Rails 3. Thanks!
--