[Rails] Re: Rails 3 - rails server wont start

2010-05-16 Thread Philipe Farias
Try using ruby 1.9.2-head instead of preview1: > rvm install 1.9.2-head That's how it solved this problem for me. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To

[Rails] Re: any webiste available for posting ruby on rails articles

2009-01-17 Thread Philipe Farias
Normally in the rails community it's published in blogs (our own blogs). It's highly recommended that you start one...this way if the article is good the rails envy guys (http://www.railsenvy.com/) will track you and talk about it in their podcast (which will spread the word through the rails worl

[Rails] Re: any webiste available for posting ruby on rails articles

2009-01-17 Thread Philipe Farias
Normally in the rails community it's published in blogs (our own blogs). It's highly recommended that you start one...this way if the article is good the rails envy guys (http://www.railsenvy.com/) will track you and talk about it in their podcast (which will spread the word through the rails worl

[Rails] Re: Newbie to Ruby on Rails

2009-01-17 Thread Philipe Farias
There's the oficial guides (great ones): http://guides.rails.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To

[Rails] Re: Newbie to Ruby on Rails

2009-01-17 Thread Philipe Farias
There's the oficial guides (great ones): http://guides.rails.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To

[Rails] Re: migration for beginner

2009-01-03 Thread Philipe Farias
Here are the oficial guide about migrations: http://guides.rails.info/migrations.html All you need to know. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send ema

[Rails] Re: free ruby on rails hosting?

2008-12-12 Thread Philipe Farias
You can use Heroku (http://heroku.com/). It's a free cloud hosting that works just fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-ta

[Rails] Re: free ruby on rails hosting?

2008-12-12 Thread Philipe Farias
You can use Heroku (http://heroku.com/). It's a free cloud hosting that works just fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-ta

[Rails] Re: Where do I start?

2008-12-12 Thread Philipe Farias
Like some already said, learn ruby first. For this here some good resources: - Learn to Program - If you are beginning in the programming world. http://pine.fm/LearnToProgram/ (free html) http://pragprog.com/titles/fr_ltp/learn-to-program (improved comercial book) - Try Ruby! - Practical online

[Rails] Re: Where do I start?

2008-12-12 Thread Philipe Farias
Like some already said, learn ruby first. For this here some good resources: - Learn to Program - If you are beginning in the programming world. http://pine.fm/LearnToProgram/ (free html) http://pragprog.com/titles/fr_ltp/learn-to-program (improved comercial book) - Try Ruby! - Practical online

[Rails] Re: ROR switcher asks "Does ROR offer CRUD form (admin interfaces) auto-generation for databases?"

2008-11-12 Thread Philipe Farias
You can use this plugin: http://activescaffold.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe fr

[Rails] Re: ROR switcher asks "Does ROR offer CRUD form (admin interfaces) auto-generation for databases?"

2008-11-12 Thread Philipe Farias
You can use this plugin: http://activescaffold.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe fr

[Rails] Re: TextMate Bundle using Gedit

2008-10-18 Thread Philipe Farias
For what I know you can't use the TM bundles... But like mgutz pointed there's a lot of plugins. There is some alternatives to achieve something like TM bundles. Look at this links: - GMate - http://github.com/lexrupy/gmate/ (http:// alexandredasilva.wordpress.com/gmate/) - gedit-rails - http://gi

[Rails] Re: TextMate Bundle using Gedit

2008-10-18 Thread Philipe Farias
For what I know you can't use the TM bundles... But like mgutz pointed there's a lot of plugins. There is some alternatives to achieve something like TM bundles. Look at this links: - GMate - http://github.com/lexrupy/gmate/ (http:// alexandredasilva.wordpress.com/gmate/) - gedit-rails - http://gi

[Rails] Re: to understand the flow of application in ror

2008-10-13 Thread Philipe Farias
Read about Routes. If you're using Rails 2 then you shoud know something about REST too. And this is an excelent guide to understand routing in Rails: http://guides.rails.info/routing/routing_outside_in.html --~--~-~--~~~---~--~~ You received this message because yo

[Rails] Re: attachment_fu and acts_as_list - a land war in Asia

2008-09-26 Thread Philipe Farias
This is nice but I've done a little different...I created one class for the image and another for the thumbnails. For this solution you need to add :thumbnail_class => Thumbnail in the thumbnails hash and define the scope_condition in the easy way (and a has_many association too). --~--~-~

[Rails] Re: Authentication including Authorization (Roles/Rights/Permissions)

2008-09-23 Thread Philipe Farias
I will list two for you, but I still recomend a search on Github: - Lockdown - http://github.com/stonean/lockdown/ - Restful-Authorization - http://github.com/jbarket/restful-authorization/ --~--~-~--~~~---~--~~ You received this message because you are subscribed