Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
max
max has asked
31
questions and find answers to
161
problems.
Stats
4.5k
EtPoint
1.5k
Vote count
31
questions
161
answers
About
max questions
Testing abilities in CanCan with new Rspec syntax
Query last N related rows per row
How do I check if an argument is an instance of model or the class in Rails?
RSpec 3.1 with Zeus, should I require 'rspec/rails' in spec_helper?
User editable slugs with Friendly ID
Rails joins with limit on association
Are GIT refs always case insensitive?
How do I destructure a range in Ruby?
Sending text plain header in Symfony 2
How do I test subdomain based routes in Symfony2
max answers
Is there a way to enforce a schema for a JSON field within a Postgresql record in Rails?
How to to set the default value of a virtual attribute using the attribute API
Where would be a good place to store logic for a call to a third party api, based on Ruby on Rails best practices?
Creating a rails route to an external URL in Rails 4
Cannot modify association 'User#roles' because the source reflection class 'Role' is associated to 'Profile' via :has_many
Rails Many to Many with Extra Column
Ruby: defining constants using class_eval can be found only via const_get but not via directly :: lookup
What the difference between implicit_order_column and default_scope in Rails?
Does rails provide a request context?
Overriding a concern of a gem - Rails