Displaying 4 results from an estimated 4 matches for "jdugarte".
Did you mean:
dugarte
2006 May 05
1
Configuration Generator
Where is this ConfigurationGenerator that is posted in the Rails wiki
(http://wiki.rubyonrails.com/rails/pages/ConfigurationGenerator)?
I''ve been searching around and I can?t find a way to use it.
Jes?s.-
--
Posted via http://www.ruby-forum.com/.
2006 May 04
2
Building a FAQ
I''m new in Rails, and I''m building my first application. I''m trying to make
a FAQ for this application, organized by product (questions about each
product) and category (questions of different categories or topics), and
there is something I can''t figure it out how to do.
I have these tables:
create_table "faqs" do |t|
t.column "question",
2008 Apr 04
0
Date.to_s format with time_ago_in_words
...helper:
# application_helper.rb
def fecha_completa(date)
date.strftime(''%a, %d %b, %I:%M%p'') + '' ('' + time_ago_in_words(date) +
'')''
end
but not as a Date format.
What am I doing wrong? Is this not possible?
Thanks,
Jesús Dugarte.-
http://jdugarte.blogspot.com/
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocF...
2006 May 14
0
Translating plugins and engines
Hello,
I''ve been using several plugins and engines and almost all of them are in
English, so, being Spanish my language, one of the first things I must do is
translating them to Spanish.
I''ve been checking things like Globalize (http://globalize-rails.org/wiki/),
Internationalization
(http://wiki.rubyonrails.com/rails/pages/Internationalization) and
MultiLingualRails