search for: gbuesing

Displaying 6 results from an estimated 6 matches for "gbuesing".

2007 Oct 04
4
2 more JSON / XML feature parity patches before Rails 2.0
...ils.org/ticket/9751 that does this but needs verification and probably more input. The other change, while not as serious, is to get an unambiguous Time, Date and DateTime #to_json format, i.e. to get dates encoding to JSON like this: 2007/10/01 12:15:02 CDT instead of: 0/01/2007 12:15:02 CDT gbuesing has a patch at http://dev.rubyonrails.org/ticket/9750 that needs your help with verification and ideas on whether this different date format would work. This is the last sprint before Rails 2.0 I''m guessing so if you use JSON at all please do chip in! Thanks for listening. Cheers, Chu Ye...
2008 Mar 30
0
[CruiseControl] RubyOnRails build 9153 failed
The build failed. CHANGES ------- New revision 9153 detected Revision 9153 committed by gbuesing on 2008-03-30 23:49:52 TZInfo: Removing unneeded TimezoneProxy class M /trunk/activesupport/CHANGELOG D /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_proxy.rb M /trunk/activesupport/Rakefile M /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo.r...
2007 Jun 28
23
DRYing link_to with a symbol
Hi, I just put in a patch that allows you to DRY up this: <%= link_to @company.name, @company %> to this: <%= link_to :name, @company %> The symbol indicates the method to be called on the object passed in the link_to options. http://dev.rubyonrails.org/ticket/8789 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2010 Apr 07
2
rails timezone difference in console and production application
Hi all, I''m on a rails 2.3.5 app. I''ve got my timezone set to ''Brussels''; config.time_zone = ''Brussels'' When I use mysql I see that a date is stored in UTC (as expected); e.g. 2010-04-07 15:03:10 When I use console to print out the date it correctly returns; >> job.created_at.strftime(''%d %b %Y, %H:%M'') =>
2008 Jan 16
0
[CruiseControl] RubyOnRails build 8649 failed
The build failed. CHANGES ------- Revision 8649 committed by gbuesing on 2008-01-16 20:07:10 Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibility with Time. Closes #10002 M /trunk/activesupport/CHANGELOG M /trunk/activesupport/lib/active_support/core_ext/date_time/calculations.rb M /trunk/activesupport/test/core_ext/date_time_ext_test...
2007 Oct 01
0
Patch review requested: #9750 Unambiguous Time, Date and DateTime #to_json format
This patch changes the date format for Time, Date and DateTime #to_json from the ambiguous 10/01/2007 ...to the unambiguous 2007/10/01 http://dev.rubyonrails.org/ticket/9750 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to