// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
replace_ids = function(s){
...

JavaScript Migrate a Prototype code to...

by diegorv.myopenid.com, April 17, 2009 03:05, 1 refactoring, tagged with jquery prototype

Hi, i have this code below,...

55502f40dc8b7c769880b10874abc9d0 Talk
/ Snippets
function remove_spaces(value) {
	if (value == null || value == "") {
...

JavaScript On Jquery functions

by diegorv.myopenid.com, March 23, 2009 20:51

English version, i need hel...

55502f40dc8b7c769880b10874abc9d0 Talk
// Snippets
function remove_spaces(value) {
	if (value == null || value == "") {
...

JavaScript Jquery functions

by diegorv.myopenid.com, March 23, 2009 16:35, 7 refactorings, tagged with javascript, jquery

I`m a beginner with jquery,...

55502f40dc8b7c769880b10874abc9d0 Talk
named_scope :city,  lambda { |*args|
    if (args.first != "all_city")
      { :conditions => ["users.city = ?", args.first]  }
...

Ruby NamedScope

by diegorv.myopenid.com, March 23, 2009 14:38, 1 refactoring, tagged with rails, ruby

I need optimize this

55502f40dc8b7c769880b10874abc9d0 Talk