[Rails] button_to_remote using jQuery and Rails 3

2010-07-18 Thread Mark A. Richman
Is this possible given the button_to_remote function seems to be defined as a Prototype helper? I've replaced my /public/javascripts/ rails.js with the jQuery driver. When I try to use button_to_remote I get the error undefined method 'button_to_remote' for #<#:0x010789ad20> If this is not po

[Rails] Re: "File not found: lib" installing rails-3.0.0.beta3 on my Mac

2010-06-10 Thread Mark A. Richman
I'm having the identical problem with beta4. On May 8, 10:39 pm, Frank wrote: > I've always distrusted the ruby and rails installs on my Mac (oOS X > 10.6.3) -- sudo gem cleanup can't seem to get rid of old gem versions > (lots of Gem::InstallError: cannot uninstall). > > Because of that, I don't

[Rails] Managing Feature Backlogs

2009-06-12 Thread Mark A. Richman
What techniques and tools do you use to manage your feature backlogs? It could be as low tech as a post-it note, TODO file in your Rails project tree, or as high tech as a web-based collaborative tool. Thanks, Mark --~--~-~--~~~---~--~~ You received this message be

[Rails] Administration Subsystem

2009-06-06 Thread Mark A. Richman
Can someone recommend a gem/plugin for administration of users, roles, preferences, etc.? I know various CMS's like Radiant and BrowserCMS have this, but I don't necessarily want to build all my apps on top of them. I'm using Authlogic for authentication and acl9 for authorization. I was more curi

[Rails] Tabbed Navigation with Secondary Nav and Auth

2009-05-13 Thread Mark A. Richman
Anyone know of a good tabbed navigation plugin that works with secondary navigation? i.e. http://developer.yahoo.com/ypatterns/examples/tabs.html Ideally, it will integrate with Authlogic. Thanks, Mark --~--~-~--~~~---~--~~ You received this message because you a

[Rails] Open Source Rails Job Board App?

2009-03-06 Thread Mark A. Richman
Are there any open source Rails apps that have a job board feature? I am looking for the ability to: - Sign up as an employer - Sign up as a jobseeker - Post a job - Post a resume/profile - Search jobs - Search jobseekers - Contact jobseeker - Apply for job etc. Kind of like the Working with Rai