Re: [Rails] Re: Split ActiveRecord::Base model

2013-03-27 Thread Paulo Ribeiro
Em quarta-feira, 27 de março de 2013 11h36min19s UTC-3, Hassan Schroeder escreveu: > > On Wed, Mar 27, 2013 at 7:04 AM, Paulo Ribeiro > > > wrote: > > > Yes, i have considered it. But before i just want to know if is possible > to > > do this using ActiveRe

Re: [Rails] Re: Split ActiveRecord::Base model

2013-03-27 Thread Paulo Ribeiro
Em quarta-feira, 27 de março de 2013 10h31min28s UTC-3, Hassan Schroeder escreveu: > On Wed, Mar 27, 2013 at 5:44 AM, Paulo Henrique Lopes Ribeiro > > wrote: > > > Still, i just asked this here, because i thought that someone had tried > to > > do it before. In case not, i will try by myself.

Re: [Rails] Re: Split ActiveRecord::Base model

2013-03-26 Thread Paulo Ribeiro
Em terça-feira, 26 de março de 2013 01h49min23s UTC-3, tamouse escreveu: > > On Mon, Mar 25, 2013 at 2:51 PM, Paulo Ribeiro > > > wrote: > > Em segunda-feira, 25 de março de 2013 14h39min09s UTC-3, Matt Jones > > escreveu: > >> On Sunday, 24 March 2013

[Rails] Re: Split ActiveRecord::Base model

2013-03-25 Thread Paulo Ribeiro
Em segunda-feira, 25 de março de 2013 14h39min09s UTC-3, Matt Jones escreveu: > > > > On Sunday, 24 March 2013 12:59:00 UTC-4, Paulo Ribeiro wrote: >> >> Thx for your reply. I want to make the models more light. I want to make >> models what will only acces

[Rails] Re: Split ActiveRecord::Base model

2013-03-24 Thread Paulo Ribeiro
:56:23 UTC-4, Paulo Ribeiro wrote: >> >> Hey guys. Im looking to make a model with fewer included modules from >> ActiveRecord. Basically, i want to include only the modules so it can work >> fine inside rails and with the methods to access the database. >> >> I tr

[Rails] Split ActiveRecord::Base model

2013-03-22 Thread Paulo Ribeiro
Hey guys. Im looking to make a model with fewer included modules from ActiveRecord. Basically, i want to include only the modules so it can work fine inside rails and with the methods to access the database. I tried to do it by myself, but i could make it work. Which modules should i include to