[Rails-core] Re: Unbreak ActiveRecordHelper::form() when protect_from_forgery is used

2008-01-07 Thread Ernest Prabhakar
+1 On Jan 7, 2008, at 4:11 PM, Jeremy Evans wrote: > > Can I get some +1s for this tiny patch? It fixes > ActiveRecordHelper::form, which is broken by default in new > applications created with Rails 2.0. > > http://dev.rubyonrails.org/ticket/10739 > > Jeremy > > > --~--~-~--~~

[Rails-core] Re: [DOC PATCH] Tiny Doc addition for those on leopard

2007-11-14 Thread Ernest Prabhakar
On Nov 14, 2007, at 9:45 AM, Robert Evans wrote: > Just a very small (3 line) documentation addition for those who are > installing the mysql binding on leopard added to mysql.yaml file. > > Review: > http://dev.rubyonrails.org/attachment/ticket/10167/mysql_yaml.patch +1 ! Though, hopefully thi

[Rails-core] Re: RESTful URL reference on Microformats wiki

2007-10-12 Thread Ernest Prabhakar
Hi Dan, On Oct 2, 2007, at 10:33 PM, Dan Kubb wrote: > Don't forget the 422 Unprocessable Entity status code. You'd use > it when the request is syntactically valid, but still contains > invalid information. An example of this would be if someone sent > an valid XML document, but one of the ele

[Rails-core] Re: RESTful URL reference on Microformats wiki

2007-09-28 Thread Ernest Prabhakar
Hi all, On Sep 27, 2007, at 6:50 PM, Mislav Marohnić wrote: > Nice guide! It's clear, concise and definitely useful. Thanks for the many comments. A revised version is now up at: http://microformats.org/wiki/rest/urls Specifically: http://microformats.org/wiki/rest/urls#Methods http://microf

[Rails-core] RESTful URL reference on Microformats wiki

2007-09-27 Thread Ernest Prabhakar
Hi all, With a little help from DHH, I've put together what I hope is the definitive guide to RESTful URL conventions for Ruby on Rails (2.0): http://microformats.org/wiki/rest/urls I would appreciate y'all talking a look at it, as the goal is to evangelize these conventions to the larger c

[Rails-core] Re: Refactoring AR::Base.find

2007-08-20 Thread Ernest Prabhakar
On Aug 20, 2007, at 3:27 AM, Pratik wrote: > Exactly. So, every query from AR should look like @adapter.execute() - > which would make it very simple to extend/optimize. +1 This is something I've been wanting for a long time... -- Ernie P. --~--~-~--~~~---~--~

[Rails-core] Re: Improvements to scaffold generated html

2007-05-30 Thread Ernest Prabhakar
Hi Pelle, On May 29, 2007, at 7:30 PM, Pelle Braendgaard wrote: > Hi, > I've added the following patch: > http://dev.rubyonrails.org/attachment/ticket/8514/ > use_content_tag_helper_in_scaffold.diff > > It cleans up the html generated by the scaffold generator. I think this is a great idea. Al

[Rails-core] Re: Continuous Integration - SQLite and SQLite3 builds added, CC.rb downtime during RailsConf

2007-05-23 Thread Ernest Prabhakar
yeah! On May 22, 2007, at 10:30 PM, Alexey Verkhovsky wrote: > ActiveRecord builds for SQLite and SQLite3 have been added to the > CI build. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" g