[Rails-core] [PATCH][FEATURE] Added disable_authenticity_token option to form helper

2011-02-02 Thread Timothy N. Tsvetkov
Hello. I've added a new option to the form helper. With this option we can generate forms without authenticity_token tag. It is useful when we generate forms for some external resources like payment gayteways where names of fields are often restricted so forms with authenticity_token are not valid

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread Lars Smit
I will be happy to take over http_authentication and the ssl_requirement plugins. On Feb 2, 6:28 am, Mark Turner wrote: > On Tue, Feb 1, 2011 at 8:04 PM, Santiago Pastorino > wrote: > > > > > Please reply telling us which project are you interested in and send > > us the url of your fork. > > I'

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread Joel Moss
I'd be happy to take over or help with the dynamic_form plugin, as I already forked that a while ago on http://codaset.com/joelmoss/dynamic-form and gemified it at https://rubygems.org/gems/dynamic_form Joel On Feb 2, 4:04 am, Santiago Pastorino wrote: > We are looking for maintainers for the ra

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread ABK
being interested in Application-Security and Rails... I'd love maintaining rails_xss On Feb 2, 9:04 am, Santiago Pastorino wrote: > We are looking for maintainers for the rails plugins listed > inhttp://github.com/railsexcept arel, jquery-ujs, prototype-ujs, > rails_xss and rails itself :). > Th

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread BrianBommarito
I will take: ActsAsNestedSet: https://github.com/bbommarito/acts_as_nested_set AccountLocation (As I could use that): https://github.com/bbommarito/account_location TokenGenerator: https://github.com/rails/token_generator On Feb 1, 10:04 pm, Santiago Pastorino wrote: > We are looking for mainta

[Rails-core] need HELP(tut/doc/*) to add a WebServer support to Rails same as WeBrick

2011-02-02 Thread Abhishek [ABK] Kumar
Hi, I'm working on development of a secure WebServer and doing my web development work in Rails... so on the topic of adding a Server-Side-Scripting-Logic support, I thought what would be best than Integrating it with Rails. Is there any Help* (tutorial/documentation/wiki/forum/paper/*) *Material

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread Joel Moss
I'd be happy to help out with the dynamic_form plugin, as I already forked it at http://codaset.com/joelmoss/dynamic-form and at https://rubygems.org/gems/dynamic_form -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this grou

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread Chris Lerum
I'd take country_select, maybe others if needed: https://github.com/chrislerum/country_select thanks Santiago On Feb 1, 11:04 pm, Santiago Pastorino wrote: > We are looking for maintainers for the rails plugins listed > inhttp://github.com/railsexcept arel, jquery-ujs, prototype-ujs, > rails_xs

[Rails-core] [PATCH] except doesn't work in different scopes

2011-02-02 Thread Timothy N. Tsvetkov
Ecxept doesn't work when you use it in different scopes (in master). Here is an example: class A < ActiveRecord::Base scope :order_by_salary, order("salary DESC") scope :reorder_by_name, except(:order).order("name DESC") end So this code won't work: A.order_by_salary.reorder_by_name I've c

[Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread John Dewey
https://github.com/retr0h/ssl_requirement On Feb 1, 8:04 pm, Santiago Pastorino wrote: > We are looking for maintainers for the rails plugins listed > inhttp://github.com/railsexcept arel, jquery-ujs, prototype-ujs, > rails_xss and rails itself :). > The idea is that use your fork as official an

Re: [Rails-core] Re: Looking for maintainers of Rails plugins

2011-02-02 Thread Santiago Pastorino
I'm glad to see you guys proposing to take over the plugins. I will wait more time for more people to propose themselves and then publish a list of the projects and maintainers. On Wed, Feb 2, 2011 at 2:27 PM, John Dewey wrote: > https://github.com/retr0h/ssl_requirement > > On Feb 1, 8:04 pm, Sa

Re: [Rails-core] Looking for maintainers of Rails plugins

2011-02-02 Thread Steven Soroka
https://github.com/ssoroka/ssl_requirement I'd take this plugin; the api for ssl is really clunky. I haven't pushed any changes to my fork yet, but I think this could be implemented with before_filters, giving us :only / :except, and :if / :unless support, and supporting skip_before_filter. O

[Rails-core] Small ActiveRecord v3.0.4rc1 Patch.

2011-02-02 Thread Ken Collins
Some databases return integers for AVG functions. This patch will only cast Float/String to BigDecimal in the type_cast_calculated_value method. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6365 - Cheers, Ken -- You received this message because you are subscribe

Re: [Rails-core] Looking for maintainers of Rails plugins

2011-02-02 Thread Anuj Dutta
Hello there, I am willing to take responsibility of any plugin really and have no particular preference. Please give a shout once you have made a decision. Thanks. Anuj On 2 February 2011 19:38, Steven Soroka wrote: > https://github.com/ssoroka/ssl_requirement > >