search for: notmyprivateemail

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

2006 Jan 02
3
MySql GUI on Linux
Hi there! I''m justing starting out with the tutorials. What Linux GUIs for MySQL are you people using? alex -- Alex Polite
2006 Aug 13
0
Inheritance in helpers? Or should I do it all in a completely diffrent way?
Hi there. In the process of learning Rails I''m displaying data from my model in an HTML table. The view template got really messy so I decided to build a class to tidy things up and help me with the table generation. I started out putting it in the controller. But then I thought that the right place for it (following the MVC pattern and Rails orthodoxy) would be in a view helper. But
2006 Nov 04
0
ActiveRecord for a single instance?
I''m looking for a better way of storing user options (what stylesheet to use, and stuff like that) for my rails app. The data I need to store is very simple and there will only ever be one options instance per user and there will probably never be more than one user. I feel that putting up an ActiveRecord model for this would be overkill. But on the other hand I wan''t something
2006 Jul 02
2
Flat file as storage backend or what ...
Hi. I''m just starting out with Rails. I''m thinking of writing a web based PIM, partly as a learning experience, partly because I need one. I''ll be using iCalendar and vCard files for for storage because it will let me sync with PDAs, and use other already available PIMs. What would be the best practice for this? a) At the beginning of a session pull all my vevents
2006 Jul 06
0
Can''t generate AR from script (ActiveRecord::ConnectionNotEstablished)
Generating ActiveRecord instances from the console works fine. ./script/console Loading development environment. >> Pim.new() => #<Pim:0xb74427dc @attributes={"vpimitem"=>nil}, @new_record=true> >> But running this little script: #!/usr/bin/env ruby require File.dirname(__FILE__) + ''/../config/boot'' Pim.new() Will spit out