Apr
30
awarded Good Question
Dec
8
awarded Yearling
Nov
25
awarded Nice Answer
Oct
12
awarded Famous Question
May
31
awarded Nice Question
Aug
19
awarded Self-Learner
Jul
28
awarded Notable Question
Mar
21
awarded Popular Question
Nov
15
awarded Student
Nov
3
awarded Teacher
Nov
2
comment How to handle Ruby on Rails error: "Please install the postgresql adapter: `gem install activerecord-postgresql-adapter'"
My attempts at following that post are included in my original answer, as they did not work for me.
Nov
2
answered How to handle Ruby on Rails error: "Please install the postgresql adapter: `gem install activerecord-postgresql-adapter'"
Nov
2
asked How to handle Ruby on Rails error: "Please install the postgresql adapter: `gem install activerecord-postgresql-adapter'"
Jun
10
comment Regular Expressions and negating a whole character group
Absolutely true. But the question was to "match a string which does NOT contain a specific sequence of characters". I think for that purpose negative lookahead is overkill.
Jun
10
answered Regular Expressions and negating a whole character group