search for: spazidigitali

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

2006 Feb 16
1
[PATCH] acts_as_taggable plugin
...he plugins which i have not clear: is there any standard or convention to be used when preparng tests for them? While i have clear the process for regular rails apps, I wanted to build them for this diff but didn''t know where to start. Thanks Luca Mearelli -- Email mailto://l.mearelli@spazidigitali.com Skype callto://l.mearelli Blog: http://spazidigitali.com -- -------------- next part -------------- Index: lib/acts_as_taggable.rb =================================================================== --- lib/acts_as_taggable.rb (revision 3214) +++ lib/acts_as_taggable.rb (working copy) @@ -25,12...
2006 Feb 17
1
acts_as_taggable plugin and multi word tags
I decided to play with the plugin acts_as_taggable based on Chad Fowler''s book Rails Recipes. Is it just me or can tags only be one word? If not can you explain to me how to assign multi-word tags using the acts_as_taggable plugin. Thanks :-) John Kopanas http://www.kopanas.com ===================================================================== http://www.soen.info - source
2006 Feb 20
2
Oracle & Ruby on Rails
I''ve a remote database create using Oracle. This database use schemas. I tried to connect to it using Ruby On Rails,with this file Database.yml : development: adapter: oci host: liber database: ENERGIA username: user password: pass test: adapter: oci host: liber database: ENERGIA username: user password: pass production: adapter: oci host: liber database:
2006 Feb 21
4
Multi-page forms
I''m curious to see how others are dealing with the construction of multi-page forms. I can see a couple of ways to do this, each with their own advantages/disadvantates. Approach 1: * define one table with columns for each form entry. * define a method/view for each page, which only displays a subset of the fields. * submitting a page saves the data and moves on to the next page.
2006 Dec 01
0
Oracle and Postgresql support in the query_analyzer plugin
hi, I added the support for Oracle and Postgresql databases to the query_analyzer plugin by Bob Silva you can find more (and the modified code) here: http://www.spazidigitali.com/2006/12/01/rails-query-analyzer-plugin-now-also-on-oracle-and-postgresql/ use it at your will (and make your database more efficient!). bye Luca P.S. for Bob: wouldn''t it be nice if it got integrated with your codebase? --~--~---------~--~----~------------~-------~--~----~ You r...