Skip to main content
user664833's user avatar
user664833's user avatar
user664833's user avatar
user664833
  • Member for 13 years, 4 months
  • Last seen more than a month ago
86 votes
3 answers
143k views

LOWER LIKE vs iLIKE

69 votes
4 answers
63k views

How does role=form help accessibility?

54 votes
2 answers
18k views

Ruby operator precedence table

48 votes
6 answers
52k views

How to create a new DateTime object in a specific time zone (preferably the default time zone of my app, not UTC)?

32 votes
6 answers
29k views

What evaluates to false in Ruby?

31 votes
1 answer
28k views

What is the purpose of vendor/bundle? Heroku tells me to remove it

28 votes
1 answer
36k views

How to deal with bundler updates (Gemfile.lock) in collaborative context?

20 votes
5 answers
12k views

Suspicious sign in prevented (Heroku, Amazon AWS, Gmail SMTP)

19 votes
1 answer
10k views

How to use foreman to export to upstart?

19 votes
1 answer
26k views

The bundle currently has rails locked at 4.0.4

17 votes
5 answers
15k views

How do I configure `Access-Control-Allow-Origin` with rails, nginx and passenger?

15 votes
2 answers
4k views

How to get the business "description" via Google Places API?

13 votes
4 answers
4k views

How to test Pundit policies with Minitest?

12 votes
1 answer
7k views

Test helper method with Minitest

12 votes
1 answer
6k views

How to handle errors/exceptions when calling an external API in Ruby on Rails?

11 votes
1 answer
480 views

Why are my tests slow after upgrading rails from 3.1.0 to 3.2.0?

11 votes
7 answers
17k views

InvalidAuthenticityToken in Devise::SessionsController#destroy (sign out after already having signed out)

10 votes
1 answer
2k views

Why are `scope`-oriented actions (particularly `index` actions) treated differently in Pundit?

10 votes
1 answer
5k views

Why does add_index using 'gin' create a 'btree' index instead?

8 votes
1 answer
4k views

In a Rails controller test, how to access a different controller action?

8 votes
2 answers
14k views

has_many through association dependent destroy under condition of who called destroy

8 votes
3 answers
264 views

Why are individual SELECT queries running when an all-encompassing SELECT already ran? (Rails/ActiveRecord)

7 votes
1 answer
1k views

Why is `rake assets:precompile` throwing "getaddrinfo: Name or service not known"? (re: asset_sync)

7 votes
3 answers
5k views

How to validate a file extension only if there is a file extension? Re: carrierwave

6 votes
2 answers
4k views

Is there a Devise callback for "You are already signed in."?

6 votes
1 answer
3k views

Disconnecting client with error: client socket write error: Broken pipe - passenger 5.0.2

5 votes
1 answer
348 views

regex repetition aa,bb,cc

4 votes
2 answers
3k views

How to Test Factories First with Minitest but without the spec framework?

4 votes
2 answers
2k views

Does phusion passenger use forking, and if so, where to set after_fork config?

4 votes
1 answer
6k views

How to set Padding Mode with Ruby/OpenSSL decryption / encryption?