search for: yaginuma

Displaying 5 results from an estimated 5 matches for "yaginuma".

2006 Mar 14
21
Changing default date format in Rails
I''ve spent all day digging through the rails api and postgres-pr on this, I think it''s time to ask the list. Postgres stores a Date in YYYY-MM-DD format. My users want the dates in MM/DD/YYYY format. Sure, I could explicitly convert it on the app level every place where a date is displayed, but that seemed like a DRY violation. I thought I''d be clever and simply
2006 Mar 14
8
The RoR equivalent of out.write() in JSP?
All, In JSP, I can output strings in the Web page by either <%= foo %> //foo is a string or returns a string or <% out.write("test") %> //write directly to the output stream. What is the method of "writing to the output stream" in RoR? Basically, what is the equivalent of out.write()? I have an if then statement that I want to put around a call to h
2006 Aug 25
0
Re: login sugar
...(49%) | DB: > 0.00428 (15%) | 200 OK > [http://hostel411/user/login] > > > If anyone can figure out how to get this stuff working, > I might be tempted to use it. > > Thanks, > > -Dan > Dan.Bikle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > On 8/21/06, dav.yaginuma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <dav.yaginuma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > After being frustrated (yet again) last week when attempting to use > > the salted_login_generator in a new rails project, I have modified it > > so...
2008 Jun 08
0
Test driving Facebooker with Rspec?
...o be a separate process you run locally and communicate with over TCP/IP. Any advice would be appreciated. If I go down the only route I see right now it''s going to be more work than I''d hoped I''d have to do just to get a simple test driven facebook application. -- Dav Yaginuma http://AkuAku.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080608/ec9ac69c/attachment.html>
2006 Nov 04
0
login sugar generator
...ay have to make some adjustments if you use something other than User and Localization as your controller names. I realize Deirdre Saoirse Moen has taken over the salted login project and a fixed version 1.1.2 will probably be out soon, so just consider this a measure of temporary sanity. -- Dav Yaginuma http://AkuAku.org/