[Rails] Re: customizing validation msg

2010-02-03 Thread Paolo Montrasio
M I R wrote: > i try this one but it give an issue it first display city and then the > message for your suggestion it will dispaly "City please enter the > city" The error_messages_for helper displays the name of the model attribute (the field of the database) followed by the message set in the

[Rails] Re: iPhone editor -- was: Re: Your Ruby IDE

2009-10-30 Thread Paolo Montrasio
Marnen Laibow-Koser wrote: > I agree -- emacs is absolutely my console editor of choice. But I don't > like using console editors when a GUI editor is available. emacs is a GUI editor nowadays. The Linux GTK version based on emacs 23 is great. You can do everything with the mouse and menus, ev

[Rails] Re: Best RoR developer freelance tools

2009-10-11 Thread Paolo Montrasio
Costa Nicolaou wrote: > Hi, > > Was wondering what are the tools that freelance developers are using to > track time, project progress and collaboration? > > I'm sure there are plenty of Rails based online apps but which are the > best and why? > > Cheers, > > Costa I'm using redmine. What I

[Rails] Re: Scaling database. The easiest one!?

2009-10-08 Thread Paolo Montrasio
Greg Donald wrote: > On Wed, Oct 7, 2009 at 5:50 AM, Marnen Laibow-Koser > wrote: >> Anyway, mySQL and SQLite are problematic > > I've used both much success over the years. What sort of problems are > you having? This is my main reason against MySQL: PostgreSQL has a transactional DDL so whe

[Rails] Re: Restricting Multiple Logins

2009-08-13 Thread Paolo Montrasio
Alpha Blue wrote: > Can anyone provide me with a good article, screencast, or source on how > to restrict multiple logins with rails? I'm using Restful > Authentication with Acts As State Machine and have my login system > configured with observers, activation keys, etc. > > I'm just trying to m

[Rails] Re: Rails time triggered actions

2009-07-15 Thread Paolo Montrasio
Enzo Rivello wrote: > Is there a way to make some method to act on a specific time? > > Right now, i managed to bypass this problem by attaching this method to > the login factor of the site (everytime an admin log in the site, also > this method is called) , but there is a more direct and time

[Rails] Re: Scriptaculous -- How do I access from Rails?

2009-06-27 Thread Paolo Montrasio
I agree that there is no way you can use the Rails scriptaculous helpers without knowing at least a little of scriptaculous and JavaScript but the combination of the docs in these pages isn't so bad: http://api.rubyonrails.org/classes/ActionView/Helpers/ScriptaculousHelper.html#M001927 http://a

[Rails] Re: Your expert views on rails code security needed !

2009-06-23 Thread Paolo Montrasio
Sandip, I never used it myself but http://www.rubyencoder.com/ seems to be what you're looking for. It's not free but is not that expensive and they have a free trial. Would you mind giving some feedback on the forum if you try it? Paolo Sandip Ransing wrote: > Marven, Thanks for your reply

[Rails] Re: Help me : problem in running rails application

2008-12-23 Thread Paolo Montrasio
vpgho...@gmail.com wrote: > 4. then i create a index.html.rb file in app/view/greeting folder I think that this file should be named index.html.erb (.erb, not .rb) Paolo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message b

[Rails] Re: Rails Testing Framework lacking documentation

2008-09-06 Thread Paolo Montrasio
Rodrigo Rosenfeld Rosas wrote: > Actually, these methods (get, post, put, delete and head) are not even > mentioned in the API documentation. I agree with you and I'd also like to be able to call methods of other controllers at the beginning. However I understood that functional tests are limit