1 2 3
id ...
Ruby Inserting dynamic string in...
by DG,
October 31, 2008 10:21,
1 refactoring
Let me explain the scenario...
1 2 3
...
Ruby Link to if else simple cond...
by DG,
August 20, 2008 09:43,
4 refactorings
Hi,
Are there any other ...
1 2 3 4
<% if @favorite_flag %> <div class="float-l-r" > ...
Ruby simple link_to_remote if el...
by DG,
August 19, 2008 11:35,
2 refactorings
Hi,
- In following code sn...
1 2 3
<%if @user.city.blank?%>
...
Ruby Default value for user column
by DG,
August 19, 2008 08:57,
6 refactorings
Hi,
- In users table city ...
1 2 3
class UsersController < ApplicationController ...
Ruby showing records in Ascendin...
by DG,
August 06, 2008 11:09,
5 refactorings
Hi,
In following code I am...
1 2 3
class MyaccountController < ApplicationController ...
Ruby How to make instance variab...
by DG,
July 31, 2008 11:46,
6 refactorings
Hi Following is the code sn...
1 2 3
def invite_friends ...
Ruby Contoller refactoring
by DG,
July 30, 2008 09:35,
2 refactorings
In following Home controlle...
1 2 3
class Findplugin ...
Ruby Showing list of plugins in ...
by DG,
July 15, 2008 12:41,
No refactoring
Hello,
- I am working on a...
1 2 3
<html> ...
Ruby Adding render line in layou...
by DG,
July 10, 2008 06:59,
4 refactorings
Hello,
- Let me explain th...
In following code ul gettin...