Simon Telahug

5 Followers
44 Following
38 Posts

@tenderlove

looked up some doc for nokogiri and found a link your blog. It looks like it is formatted incorrectly
http://tenderlovemaking.com/2009/04/23/namespaces-in-xml.html

Still, very fun

Namespaces in XML | Tenderlove Making

@byroot, now that escapeURIComponent is implemented in CGI should rails update to use it for params? https://github.com/rails/rails/blob/d440ba77f8ec8b634636139613dc67a8ca8d25b5/activesupport/lib/active_support/core_ext/object/to_query.rb#L14

I recently had an issue reading URL params in javascript when params were created on the server.

I know it was recently added and not available until 3.2 for default but I can add cgi to my gemfile to get it sooner.

If you think this is good, I can go ahead a create a PR to rails to use escapeURIComponent if availiable.

rails/to_query.rb at d440ba77f8ec8b634636139613dc67a8ca8d25b5 · rails/rails

Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.

GitHub