Re: [Rails] HOW TO USE AUTHLOGIC

2011-01-17 Thread Luciano Sousa
complete example here: https://github.com/binarylogic/authlogic_example Best Regards, Luciano Sousa http://www.lucianosousa.net http://rubyonrio.org *Ruby on Rails Developer *Contact: +55 21 8418-5945 2011/1/17 David Kahn d...@structuralartistry.com On Mon, Jan 17, 2011 at 6:43 PM, David

Re: [Rails] Re: CakePHP

2010-12-16 Thread Luciano Sousa
spammer. Best Regards, Luciano Sousa http://www.lucianosousa.net http://twitter.com/lucianosousa http://rubyonrio.org *Ruby on Rails Developer *Linux User #456387 *Contact: +55 21 8418-5945 2010/12/16 Marnen Laibow-Koser li...@ruby-forum.com gemblon (t.b.) wrote in post #606493: i

Re: [Rails] Re: Re: CakePHP

2010-12-16 Thread Luciano Sousa
Regards, Luciano Sousa http://www.lucianosousa.net http://twitter.com/lucianosousa http://rubyonrio.org *Ruby on Rails Developer *Linux User #456387 *Contact: +55 21 8418-5945 2010/12/16 David Kahn d...@structuralartistry.com Its pretty obvious the spammer is Anny Phpluring the naive sheep

Re: [Rails] Re: no such file to load -- sqlite3 WITH mysql2

2010-11-24 Thread Luciano Sousa
post your Gemfile and database.yml in pastie.org Best Regards, Luciano Sousa http://www.lucianosousa.net http://twitter.com/lucianosousa http://rubyonrio.org *Ruby on Rails Developer *Linux User #456387 *Contact: +55 21 8418-5945 2010/11/24 Steve Mills li...@ruby-forum.com Steve Mills wrote

Re: [Rails] Very confused - scaffold action does - sends NULL to db

2010-11-17 Thread Luciano Sousa
try added mannually using rails console $ Action.create(:name = name example) and, post result. att: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com/lucianosousa *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 8418-5945 2010/11/17 comopasta

Re: [Rails] Could not find 'sqlite3-ruby' error in Ubuntu

2010-10-22 Thread Luciano Sousa
. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.comrubyonrails-talk%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net http

Re: [Rails] using pg on snow leopard

2010-10-13 Thread Luciano Sousa
+unsubscr...@googlegroups.comrubyonrails-talk%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com/lucianosousa *Ruby on Rails

Re: [Rails] Date and Time Picker recommendation

2010-10-08 Thread Luciano Sousa
: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com/lucianosousa *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 7639-5049 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send

Re: [Rails] sou novato por aqui,

2010-09-23 Thread Luciano Sousa
to rubyonrails-talk+unsubscr...@googlegroups.comrubyonrails-talk%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com

[Rails] [off-topic] ruby on rails wiki off?

2010-08-31 Thread Luciano Sousa
whats the problem in website to ruby on rails wiki? i cant access for a long time. thanks. -- att: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com/lucianosousa *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 7639-5049 -- You received

Re: [Rails] Application not pushed to Github and Heroku

2010-08-06 Thread Luciano Sousa
at http://groups.google.com/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net http://www.lucianosousa.nethttp://twitter.com/lucianosousa *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 7639-5049 -- You received this message because you are subscribed

Re: [Rails] Problem with Thinking Sphinx

2010-08-02 Thread Luciano Sousa
/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 7639-5049 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email

Re: [Rails] Re: Problem with Thinking Sphinx

2010-08-02 Thread Luciano Sousa
/group/rubyonrails-talk?hl=en. -- att: Luciano Sousa http://www.lucianosousa.net *Ruby on Rails Developer *Linux User #456387 *Contato: (21) 7639-5049 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email

[Rails] two fields for same

2010-07-19 Thread Luciano Sousa
hello guys, it's possible pass two params in a GET request to the same location in the database? example: two fields in view: text_field: persons,: Birthday: id = one text_field: persons,: Birthday: id = two in the controller using params [: one] and params [: two] ? thank's. -- You

Re: [Rails] Setting a root_url

2010-07-19 Thread Luciano Sousa
post your user_sessions_controller.rb the problem is here: /Users/abder/Desktop/inventroy_authentication/app/controllers/user_sessions_controller.rb:5:in `index' 2010/7/19 Abder-Rahman Ali li...@ruby-forum.com I know how to setup a roo_url using map.root in routes.rb. The issue I'm

Re: [Rails] What does this mean in the Rails installation command?

2010-07-19 Thread Luciano Sousa
abbreviation for pre-release. is a version to be installed 2010/7/19 Abder-Rahman Ali li...@ruby-forum.com In the Rails guides, it shows thee following for installing Rails: gem install rails --pre What is --pre? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this

Re: [Rails] Re: Setting a root_url

2010-07-19 Thread Luciano Sousa
creat one method index with a list to all users and one index.html.erb in app/views/user with a list too. 2010/7/19 Abder-Rahman Ali li...@ruby-forum.com Thanks. Attached you can find the user_sessions_controller.rb file. Attachments:

Re: [Rails] Re: Re: Setting a root_url

2010-07-19 Thread Luciano Sousa
exactly try it and say it did. 2010/7/19 Abder-Rahman Ali li...@ruby-forum.com Luciano Sousa wrote: creat one method index with a list to all users and one index.html.erb in app/views/user with a list too. 2010/7/19 Abder-Rahman Ali li...@ruby-forum.com Thanks Luciano. Do you

Re: [Rails] gem update fails on make sqlite3

2010-06-10 Thread Luciano Sousa
hi, try it before: # yum groupinstall Development Tools ;) 2010/6/10 arvliet avl...@vlietwerkz.ca Anyone have any idea how to interpret this? I've been at it for an hour and I'm not getting anywhere. Doesn't seem to be any other instances of this online either. User: root OS: CentOS 5.4

Re: [Rails] gem update fails on make sqlite3

2010-06-10 Thread Luciano Sousa
. I think I understand what you're getting at - something's missing - ok, but what..? The error message isn't exactly clear. Do you have any more specific idea what might be the actual cause of the error? Andrew Vliet 1 403 667 3201 (c) 1 403 648 0627 (w) On 2010/06/10 9:40 AM, Luciano

RE: [Rails] MysQL and Ruby

2010-06-04 Thread Luciano Sousa
Hi man, The mysql gem is default in rails, you only need to set the mysql db. __ Luciano Sousa Linux User #456387 http://www.lucianosousa.net -Original Message- From: rubyonrails