search for: lesscode

Displaying 7 results from an estimated 7 matches for "lesscode".

Did you mean: leetcode
2006 Mar 17
1
Re: Rails SQL Server adapter
...ustomers who purchase SQL Server should not be able to have excellent support for it in today''s leading web environments :) Ryan Tomayko rtomayko@gmail.com http://naeblis.cx/rtomayko/ http://lesscode.org/
2006 Jul 16
4
migrations questions: MySQL -> postgreSQL
I started my app before migrations were a best practice and have been using SQL scripts. Now I''m looking at potentially having to move from using MySQL to postgreSQL to use a particular hosting provider. I understand migrations are the way to go to make this ''easy'' but it also looks like the use of migrations introduces extra work in other areas. I''d really
2006 Mar 17
1
Re: Rails SQL Server adapter
...ustomers who purchase SQL Server should not be able to have excellent support for it in today''s leading web environments :) Ryan Tomayko rtomayko@gmail.com http://naeblis.cx/rtomayko/ http://lesscode.org/
2006 Jan 11
4
Code Shopping in Rails
Back in the horse-and-buggy days when I was cutting my OO eye teeth on Smalltalk, we had a LOT of conversations about the biggest problem dealing with a large and growing set of classes and methods in the Smalltalk image. It became clear that most, if not all, successful Smalltalk coders spent a lot of their time code-shopping, i.e., looking for a class or method that did something they
2005 Dec 02
43
ANN: acts_as_ferret
...icles/2005/11/18/using-ferret-with-activerecord # http://rubyforge.org/pipermail/ferret-talk/2005-November/000014.html Howtos on creating plugins: # http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActsAsFoxPlugin # http://www.jamis.jamisbuck.org/articles/2005/10/11/plugging-into-rails # http://lesscode.org/2005/10/27/rails-simplest-plugin-manager/ # http://wiki.rubyonrails.com/rails/pages/HowTosPlugins The result is the acts_as_ferret Mixin for ActivcRecord. Use it as follows: In any model.rb add acts_as_ferret class Foo < ActiveRecord::Base acts_as_ferret end All CRUD operations will...
2005 Dec 02
43
ANN: acts_as_ferret
...icles/2005/11/18/using-ferret-with-activerecord # http://rubyforge.org/pipermail/ferret-talk/2005-November/000014.html Howtos on creating plugins: # http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActsAsFoxPlugin # http://www.jamis.jamisbuck.org/articles/2005/10/11/plugging-into-rails # http://lesscode.org/2005/10/27/rails-simplest-plugin-manager/ # http://wiki.rubyonrails.com/rails/pages/HowTosPlugins The result is the acts_as_ferret Mixin for ActivcRecord. Use it as follows: In any model.rb add acts_as_ferret class Foo < ActiveRecord::Base acts_as_ferret end All CRUD operations will...
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering if there is a way to make the process easier and faster? is this what is called by "packing your own gems"? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"