search for: akuaku

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

Did you mean: akuav
2006 Nov 04
0
login sugar generator
...e tests pass on Rails 1.1.[456]. * Example DB schema uses migrations. * The first_name, last_name attributes have underscores. * Includes a quick start zip of preconfigured default rails app files. * The README_USER_LOGIN tells you everything you need to know. It is available at http://akuaku.org/code/login_sugar_generator-0.9.0.gem This was my first time looking at the internals of generators and gems, but I think I got it mostly right. It seems to work in fresh rails projects in my tests. It''s probably brittle in terms of naming the controllers though, so you may have to ma...
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
...verified = 1 AND deleted =0) Console had told me that for my user, verified was set to 0. -Dan On 8/24/06, Dan Bikle <dan.bikle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Dav and Deirdre, > thanks for working on this. > > I started with this: > > > http://akuaku.org/code/login_sugar_generator-0.9.0.gem > > I walked through the install. > > All the tests pass on my Mac. > > I have this: > > bash mac maco /pt/webprops/sysadmin/tst 104 $ script/about > > About your application''s environment > Ruby version 1.8.4 (power...
2008 Jun 08
0
Test driving Facebooker with Rspec?
...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 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all! Playing around with in_place_editor_field, I found that when you set a field to be empty, you can''t edit it at all anymore after that. Am I doing something wrong or is this the way it is intended to be? If so, is there any way around that behaviour? Is it just styling? Best regards, Raphael -- Posted via http://www.ruby-forum.com/.
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