search for: flosspick

Displaying 4 results from an estimated 4 matches for "flosspick".

2006 Jul 02
2
Flat file as storage backend or what ...
...very session? b) Skip the ActiveRecord thing and read in the vcard/ical files on every request? I''m afraid that a) will give me a lot of syncing headaces and that b) will be very slow. Is there a better alternative? I tried to google this, but pulled up nothing. -- Alex Polite http://flosspick.org - finding the right open source
2006 Aug 13
0
Inheritance in helpers? Or should I do it all in a completely diffrent way?
...ate objects from those classes in my view but calling built in helper methods (like link_to) from my new helper objects didn''t go so smoothly. How am I to do inheritance with helpers? Should I use a hierarchy of modules? Is that the Rails way of doing things? alex -- Alex Polite http://flosspick.org - finding the right open source
2006 Jul 06
0
Can''t generate AR from script (ActiveRecord::ConnectionNotEstablished)
...s'' from /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/callbacks.rb:236:in `initialize'' from playground/importer.rb:3 I''ve tried both sqlite and mysql as database adapters and get the same error in both cases. -- Alex Polite http://flosspick.org - finding the right open source -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060706/e779a3b8/attachment.html
2006 Jul 21
4
Autocompleting InPlaceEditor
Hi, I''ve created some extensions to script.aculo.us InPlaceEditor, allowing the use of either server-driven, or local autocompletion. I''ve also created new helper methods in Rails for this functionality. My question is, is there any interest that I package this and make it available as a plugin, or something like that? Regards -- Ola Bini (http://ola-bini.blogspot.com)