Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Dylan Markow earned this badge 74 times |
may 17 at 18:53
Ruby Koans not compatible with Ruby 2.0.0?
apr 25 at 19:26
Where is the Rails method that converts data from `datetime_select` into a DateTime object?
apr 5 at 11:23
Adding an error message to a custom validator
mar 22 at 20:49
Adding a background image in Ruby on Rails in CSS
mar 1 at 21:06
default_url_options and rails 3
feb 23 at 15:19
find all records where two conditions are true
feb 12 at 10:14
No route matches controller show - scaffold generated code
feb 7 at 23:19
Capybara, finding within a css element
feb 6 at 12:52
rake db:test:prepare not creating all tables
jan 27 at 18:01
How to deploy Rails in production mode?
jan 20 at 9:48
Virtual attributes and mass-assignment
dec 23 at 13:02
rake assets:precompile attempting to connect to database
dec 14 at 19:58
Rails — create and create! methods, RoR 3 Tutorial
dec 14 at 0:38
Installing PostgreSQL with Ruby on Rails on Mac OS X
nov 18 at 16:20
Understanding Ruby's load paths
nov 16 at 13:04
Why do I get an error installing the JSON gem in Ubuntu?
nov 1 at 17:37
How do you access a class' constant variables?
oct 22 at 12:14
How to disable the generator of assets on rails 3.2
oct 13 at 18:47
Rails 3: How to get today's date in specific timezone?
oct 12 at 3:57
Adding a column to a table in rails
oct 9 at 20:16
Rails scaffold without the css file?
oct 3 at 10:18
Name of this month (Date.today.month as name)
sep 24 at 21:07
Params hash keys as symbols vs strings
sep 22 at 19:26
Capybara: How to test the title of a page?
sep 1 at 22:29
Node.js: How to create XML files
aug 28 at 11:38
How can I make Rails 3 assets precompile faster?
aug 22 at 16:09
load works on local path, require doesn't
aug 4 at 13:31
Find the newest record in Rails 3
aug 3 at 19:16
Accessing virtual attribute from JSON
jul 24 at 22:57
How do I do an xpath regex search in my Cucumber / Capybara step definition (Rails 3)?
jul 17 at 12:57
Code Formating In Xcode
jul 4 at 16:31
mongo - ruby connection problem
jun 29 at 15:34
Using @selector in RubyMotion
may 31 '12 at 10:42
How to count identical string elements in a Ruby array
may 11 '12 at 17:38
Rails: Per-environment initializers?
may 8 '12 at 23:37
RVM and automatically switching gemsets
may 5 '12 at 19:46
Ruby on Rails Helper Method - HTML is displayed as plain text
may 1 '12 at 23:33
validates :presence vs validates_presence_of using rails 3
apr 22 '12 at 12:29
undefined method `user_path'
mar 29 '12 at 1:59
Why are gems installed in a 1.9.1 directory when my Ruby version is different than 1.9.1?
mar 25 '12 at 10:33
How do I specify that I want Vim to treat .ru files like .rb files
mar 25 '12 at 6:33
error installing nokogiri 1.5.0 with rails 3.1.0 and ubuntu
mar 22 '12 at 19:08
Rails validate uniqueness of multiple columns?
feb 16 '12 at 22:20
Convert UTC to local time in Rails 3
feb 13 '12 at 13:13
Rails 3.1, paperclip, s3 - uninitialized constant AWS::S3::Base
feb 7 '12 at 12:12
How do I create a Mailer Observer
feb 5 '12 at 3:06
Distinct Join Rails
jan 30 '12 at 15:54
ActiveRecord Rails 3 scope vs class method
jan 22 '12 at 21:08
rspec, unknown attribute question
jan 19 '12 at 0:13
Output array to CSV in Ruby