Swanand

862
reputation
118 views

Registered User

name Swanand
member for 1 year
seen yesterday
website
location Pune, India
age 25
I am just another software engineer and programmer, with above avg intelligence but avg knowledge. The quest for knowledge continues...
1d
accepted How does one call the down method for a Doctrine migration in Symfony 1.2?
1d
comment Standard idiom for adding new models to an app built on Symfony + Doctrine
You are right, I removed them all from Base classes. Now managing it through schema.yml
Dec
8
revised Standard idiom for adding new models to an app built on Symfony + Doctrine
Updated question with a slight context change.
Dec
8
comment Standard idiom for adding new models to an app built on Symfony + Doctrine
No i mean build:all will overwrite whatever functionality I have provided in the Base Classes.
Dec
8
asked Standard idiom for adding new models to an app built on Symfony + Doctrine
Dec
8
comment ruby on rails undefined method(s) for active record ..
It definitely is, look at the migration number. I think both the idioms were changed at the same time.
Dec
8
comment Getting user information using either user.login or user.id
This is the only way you can allow purely numeric logins and be able to search with both.
Dec
8
comment Getting user information using either user.login or user.id
@Mikael : Apparently, yes. But not quite. You can always use 2 separate paths to specify what to search with.
Dec
8
comment Getting user information using either user.login or user.id
By saying this: "Now this id can be either his login (which is a string) or the id (user.id) which is technically an Integer", you agree that your usernames cannot have purely numeric logins, without you having to specify different lookups for each.
Dec
8
revised Is there a way to know the invoking method?
added 662 characters in body
Dec
8
answered Is there a way to know the invoking method?
Dec
8
answered Update a single XML entity using Hpricot in Ruby?
Dec
8
answered Ruby on Rails: How do I detect a specific mongrel instance in a cluster during startup?
Dec
2
comment Has_many/belongs_to association not saving due to polymorphic associations?
Is u.update_actions << action a typo for update.update_actions << action ?
Nov
26
comment How does one call the down method for a Doctrine migration in Symfony 1.2?
I was more inclined to find the command line way to run that method.
Nov
26
answered How does one call the down method for a Doctrine migration in Symfony 1.2?
Nov
26
comment How does one call the down method for a Doctrine migration in Symfony 1.2?
Right. Had to read the code to figure that out. Didn't read the docs you mentioned.
Nov
26
asked How does one call the down method for a Doctrine migration in Symfony 1.2?
Nov
17
comment Is there a name / set for characters that can be typed using a standard english keyboard?
I think ASCII should settle it.
Nov
17
comment Is there a name / set for characters that can be typed using a standard english keyboard?
My last option is saying 'typeable characters'.
Nov
17
asked Is there a name / set for characters that can be typed using a standard english keyboard?
Nov
12
comment Is Rails hard to understand for a PHP developer?
I wouldn't say a framework foo written in language bar is more complicated than bar itself! Languages are definitely more complicated to understand (to learn to use is a different case).
Nov
12
comment Is Rails hard to understand for a PHP developer?
Add the Ruby Cookbook to it as well.
Nov
12
answered How could I be sure that choosing HABTM over has_many :through is more suitable?
Nov
9
accepted Rails helper to call remote upon completion of event?
Nov
9
answered Rails helper to call remote upon completion of event?
Oct
29
comment Ruby Time Calculations
Why would you want to subtract minutes from seconds? Shouldn't it be interrupt.minutes * 60?
Oct
22
comment Ruby coding style guidelines
Nice compilation!
Oct
12
comment How to find the local port a rails instance is running on?
Precise for localhost, but does not work when behind an Apache Server or in a cluster setup.
Sep
30
answered Check FB Connect session expire using facebooker
Sep
23
comment Which out of Python, Ruby, F# is better for learning as first programming language with dynamic type system?
You don't say you started looking at Python, you say you dived into Python! :-)
Sep
20
comment Store an array or hash of booleans in Ruby and Rails
I think he means to use Enum.
Sep
20
answered Working with Starling and multiple instances of Mongrel through Mongrel Cluster
Sep
20
comment Working with Starling and multiple instances of Mongrel through Mongrel Cluster
Looks interesting, +1 from me. I am right now using an empty file as a Mutex object, and use it in exclusive lock mode to avoid multiple loading.
Sep
20
comment Working with Starling and multiple instances of Mongrel through Mongrel Cluster
I ended up using a dummy file and exclusive file lock to settle this.
Sep
20
awarded  Yearling
Sep
18
comment Ruby TK Download
Or, you could just add yum install libtcltk-ruby and rest assured that one of these two will do the job for him.
Sep
17
comment Popular RUBY ON RAILS WebSites
Is there such a thing as Google?
Sep
17
comment Working with Starling and multiple instances of Mongrel through Mongrel Cluster
I am afraid that is impossible.
Sep
17
asked Working with Starling and multiple instances of Mongrel through Mongrel Cluster
Sep
16
comment How do I test XML equality in Ruby?
I'd like to see a good answer to this. AFAIK, canonical XML is your only alternative at this moment.
Sep
10
comment retrieving page title in rails
+1 for a solution that works. This wouldn't be the fastest though, Nokogiri and Hpricot (sigh!) are a lot faster.
Sep
7
answered how to properly extend ActionController in rails plugin
Sep
4
comment Ruby off the rails
Watir is extremely useful. We also use Selenium sometimes through Ruby.
Aug
31
accepted Recommended File Extension for rails view pages(2.3.2)
Aug
28
comment Round a ruby integer up to the nearest 0.05
Darn, you beat be me by a couple of seconds! +1 from me, although I had a slight different version in mind.
Aug
28
comment Recommended File Extension for rails view pages(2.3.2)
They will essentially do the same thing, the naming is for better organization. For example, your layout files are still named application.rhtml or users.rhtml
Aug
28
revised Recommended File Extension for rails view pages(2.3.2)
added 697 characters in body
Aug
28
answered Recommended File Extension for rails view pages(2.3.2)
Aug
27
comment Deny direct access to all .php files except index.php
You might want to update the filter for only .php files