-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 1.1.1
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As a Ruby developer I default to symbols in most cases for identifiers and the Ruby driver accepts this is pretty much every case, but this is an exception.
Mongo::Collection#create_index :field_name, :name => :index_name
Mongo::Collection#drop_index :index_name
Mongo::DB.drop_index :collection_name, :index_name