Displaying 2 results from an estimated 2 matches for "railspikes".
Did you mean:
mailspike
2007 Apr 02
0
Merb presentation
Merbists,
I gave a presentation about Merb to my local Ruby group last week. I''ve put
it up as a blog post. Please take a look and let me know if there are
obvious errors.
http://railspikes.com/2007/4/1/merb
Thanks,
--
Luke Francl
Ruby on Rails Developer
Slantwise Design <http://slantwisedesign.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070402/b0d87591/attachment.html
2008 Apr 04
0
Date.to_s format with time_ago_in_words
Hello,
Following this post''s instructions (http://railspikes.com/tags/date) I''m
trying to define a Date format like this:
ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS.update(:date_ago
=> lambda { |date| date.strftime(''%a, %d %b, %I:%M%p'') + '' ('' +
time_ago_in_words(date) + '')'...