All Ruby Answers
- is there a workaround for “stack level too deep” errors in recursive routines?
- how do i call a javascript function when a button is clicked?
- how do i include rails join table field in the form?
- model design: users have friends which are users
- real-world use of binding objects in ruby
- bigdecimal in 1.8 vs. 1.9
- how do i print out the cookies that mechanized has stored?
- net::http get source code and status
- 'x64_mingw' is not a valid platform
- rails 3 :group => :field sorted by created_at desc
- passing parameters to/from javascript & rails
- how to setup send html email with mail gem?
- nokogiri html parsing question
- ruby arrays - find the sums of the diagonals
- how to install gems without sudo on mac os x
- lost connection to mysql server during query on random simple queries
- why do i get net::http “request path is empty” error?
- install homebrew in a mac
- how do i load files from a specific relative path in ruby?
- papertrail: info_for_paper_trail outside the context of a controller
- rails 3 : anticipating migration for 2.3 beginners
- rails logging api
- rails server on cloud 9 ide getting killed
- rails: how to cancel current statements in rails console?
- conditional image resizing with carrierwave
- rails 4 - many to many relationship
- is it possible to call git or other command line tools from inside a thor script?
- one time change model attribute (column name) in ruby on rails
- ruby streaming tar/gz
- how to use rspecs valid_session?
- pass authenticity token through http header
- capybara visit method is not working
- why aren't my spec/support files being picked up with rspec?
- what does this error in sass mean? “illegal nesting: only properties may be nested beneath properties.”
- maintaining session with capybara and rails 3
- unable to fetch tables information when running heroku db:pull
- what does `&method(:method_ name)` mean in ruby?
- what's the best way to create a parent and child object in one post?
- how to expire a caches_action with a cache_path?
- nested model validation - errors don't show
- using checkboxes to filter records
- query on a time range ignoring the date of timestamps
- jekyll / gem: unresolved specs
- trying to generate a presigned url link so an user can download an amazon s3 object, but getting invalid request
- how to set port for rack app?
- compress large file in ruby with zlib for gzip
- pry-remote with pow on rails 4
- custom content-type for file in rails 'public' folder
- can't upload image using paperclip 4.0 rails 3
- rails - find records that are not present another join table
- extending the spree::product model/class
- find records that were created closest to the current date
- how do i mock a class with ruby?
- how do i get devise_async working with cucumber?
- rails: devise: sending an email after user comfirms registration
- rails routing without resource name
- mocking cancan authorization while testing controllers with rspec
- how to install refinery cms using rails 4
- rails assets missing after capistrano deploy
- gem install xyz locally (without connection to the internet)
- compressing assets in ruby on rails 3
- habtm checkbox in a nested form
- why does a single record lookup return an array? (rails beginner)
- find_by_sql equivalent for mongoid?
- accessing current_user variable from application.js in rails 3
- mysql2::error: duplicate entry '' for key 'index_admin_users_on_email' ruby on rails error
- instance variable not set with redirect
- heroku config:push not updating environment variables
- no method error in rails 3 app
- ruby 1.9 strip not removing whitespace
- rails serialized data validations
- how do i force rails_env=development from within environment.rb or initializers?
- very basic rails 4.1 api call using httparty
- rails - render partial inside twitter bootstrap popover
- using scope to return results within multiple datetime ranges in activerecord
- rails routes with dates
- rails devise, how to skip the confirmation email but still generate a confirmation token?
- conditional versions/process with carrierwave
- rails 4 use factory girl factories from engine
- null object pattern for associations in rails
- how to organize controller in moderately large rails application?
- how to debug an issue of cron's not executing a given script — or other?
- habtm association with strong parameters is not saving user in rails 4
- ruby gem for parsing serialized php-array? [closed]
- rails_admin and pundit: undefined method `policy' for #<railsadmin::maincontroller
- paperclip force download
- how can i compare decrypted password and encrypted password by 'bcrypt' gem
- support for adding lazy load for images in markdown
- problems with heroku toolbelt
- rails 3 activerecord transactions
- starting multiple workers in procfile (development environment vs heroku)
- how to get all the associated models from activerecord object?
- how to override rails app routes from an engine?
- validates_presence_of if condition on rails 3.2 and mongoid + simple_form
- passenger standalone won't restart on touching restart.txt
- what is the rails3 equivalent of start_form_tag?
- passing an operator to a function?
- how do i change the icon of my shoes app?
- rails, whenever and docker - cron tasks doesn't run
- what is the value of self in a rails model and why aren't obvious instance methods available?
- rails multi-step form without wizard gem
- devise soft email confirmation
- routing problem with cucumber
- using custom random number generators with ruby array#shuffle/sample
- rails error in production, may due to link_tag and precompilation
- multiple concurrent browser tests with watir-webdriver through different browsers
- rails has_many :through association
- how to build associations for multiple roles?
- syntax highlighting with coderay and markdown (rdiscount) in a rails 3 application
- when are active record objects in has_many relationships saved?
- getting cancan's load_and_authorize_resource working within a custom create action
- money-rails gem with rails 4 - instance currencies
- rails create form for model with many to many relation
- get two random elements from a ror model
- rails 3: how to make the user choose at least one checkbox in a form?
- how to make custom host working for devise mailer?
- using open-uri to fetch xml and the best practice in case of problems with a remote url not returning/timing out?
- is it possible to do functional programming in a language without functions?
- missing fingerprints in asset paths
- request-uri too large error - get rid of get?
- how do i set user_id in google universal analytics tracking code in rails?
- how to define a state_machine in a concern?
- how can i cache model objects in rails?
- how to override require in ruby?
- rack error with dreamhost, passenger, and rails 3.0.0.rc
- rails: how to implement counter caching with self-referential many to many via has_many :through
- rails: method for 'standardizing' url input from users?
- how to generate a radio-inline label with simple_form and bootstrap?
- how can i install jekyll on ubuntu 10.04 server?
- undefined method `collect' for nil:nilclass
- rails: setting a value to input field if variable exists
- nested has_many :through in rails 3
- the program 'bundle' is currently not installed
- unable to sign in for a user resource - nomethod error in devise/sessionscontroller#create
- rails3 & git & heroku - development/staging server
- fine uploader with rails form
- rounded corners with paperclip
- how to rescue exception central and dry?
- on mac os sierra, stuck on “setting up cocoapods master repo”
- how to test the result of applying a puppet template to given test parameters
- tricking a rails app to think it's on a different port
- use active record to find a record by month and day, ignoring year and time
- rails - change form action based on radio selection
- rails — line breaks appearing between form fields with errors
- how to completely wipe rubygems along with rails etc
- understanding rails instance variables
- cannot get oauth2 access token for google analytics api
- rails routing and controller modules -namespacing?
- how to generate the proper `url_for` a nested resource?
- library not loaded error — wrong ruby
- paperclip accepting jpg and png on production
- troubles setting up paperclip + aws s3 for image storing in our rails3/heroku app
- when you say ruby is reflective, does this mainly refer to “duck typing”?
- ruby: how should i access instance variables inside a class?
- devise after first login redirect
- passing a local variable to a partial that is rendered after the view has already loaded
- error when run “gem install rails”
- delete links stopped working data-method='delete' but goes to show page
- how to create a virtual host with vagrant and chef
- ruby synchronisation: how to make threads work one after another in proper order?
- rails date validation with age
- activerecord query: order by a sum on an included model
- undefined local variable or method `user_params' rails 4
- how can i render a partial from .js.erb file in rails 4?
- how do i get the “irb(main):001:0>” prompt instead of “>>”
- is it possible to have a js.erb partial in rails 3.0?
- rails csv import, adding to a related table
- how would you build this daily class schedule?
- set variable once for all examples in rspec suite (without using a global variable)
- how to access to postgresql on vagranted virtual machine?
- how do you have a default gravatar that is external and that actually resizes properly?
- how to redirect_to and return a 200 status code
- activerecord :includes - how to use map with loaded associations?
- heroku deployment gemfile.lock problem
- paypal recurring gem - suspend payment
- 406 not acceptable error when using jquery $.post in firefox but not in safari or chrome
- zipfile download through curl to an actual zip-file in your file structure
- ruby library to read apple numbers documents?
- update middleware in rails
- how can i retrieve a document by _id?
- ruby gem environment issue - loaderror: no such file to load — robots
- how to write and inherit from an abstract subclass of actioncontroller::testcase
- header variables go missing in production
- better ruby terminal coloring library
- write a thrift server in scala using scrooge and client in python or ruby
- stop images from caching in rails and browser?
- ruby on rails - securing downloads area
- simple_form: specify id of text field
- rubylib environment path
- permit extra params in special cases with strong params in rails 4
- issue with passenger - apache
- how to run two methods in parallel ruby
- gem dependencies with rails 3 engine fail in initializer
- need assistance with serial port communications in ruby
- rails 3.1 having iframe in view makes layout stop rendering
- infinite yields from an iterator
- how do you concisely get the average house price from an array of houses?
- render a .js controller request as html
- rendering a rails view from within a sidekiq worker
- rspec: show a model's errors when it's not valid
- rails paypal adaptive
- operation timed out - connect(2) (errno::etimedout)
- rails asset pipeline can't find one certain image
- setting up mongomapper for multiple databases
- activerecord and mogoid::document : associations
- rails - how to find all rows where a certain column value is nil with where()
- rails error “nomethoderror” - my first ruby app
- can't install therubyracer in jruby
- rails multiple fields to one model attribute
- rspec clean database before running
- what is the omniauth & email-password registration best practice?
- is there a java or ruby library for generating mobi ebook documents? [closed]
- rails with postgres data is returned out of order
- combining scriptaculous and jquery in a rails application
- devise_token_auth conflicts?
- ruby on rails - add id parameter to all routes
- nginx, thin, and multiple hosts
- rails “where” clause for associations
- how to set up a rake task for seeding
- pgerror: error: relation “delayed_jobs” does not exist (postgresql, rails 3.04, delayed_job error)
- why does rails precompile task do non-digest assets
- is there a way to undo mocha stubbing of any_instance?
- testing threaded code in ruby
- why does capturing named groups in ruby result in “undefined local variable or method” errors?
- ruby selenium cannot load such file — selenium-webdriver (loaderror)
- how to update front-end content after that a form is successfully submitted from a dialog window?
- datamapper has n through resource delete (remove from association) not working
- return duplicate records
- capistrano fails to deploy to remote server
- endless page with will_paginate not working with partial
- rails - how to handle routes that don't exist (“no route matches [get]”)?
- itunes 10.6.3 changes applescript interface?
- rails 3, habtm how to query with conditions
- keep track of read/unread user messages with a messageclicks table?
- nested registration data in rails 3.1 with devise
- ruby mechanize, nokogiri and net::http
- what is the best conceptual approach, in rails, to managing content areas in what is otherwise a web application?
- ruby: group an array of activerecord objects in a hash
- waking up by push notification
- rails 3 activerecord chaining
- rails 4 devise multiple user models sti
- devise ajax login: 'sessions#create' only render 'create.js.erb' when it succeed
- using pluginaweek's state_machine, can i reference the activerecord object during an event?
- how to pass multiple locals to a nested partial
- use ruby net::ssh to read a remote file via sudo
- rails: how do i install particles.js?
- how to put elements of a file into a hash? -ruby
- disable activerecord in ruby on rails 5
- on heroku, rake db:migrate fails with “database configuration does not specify adapter”
- heroku rails rake task to sync production & local db
- couldn't find user with id= (activerecord::recordnotfound)
- is it possible to perform different actions in a cucumber step based on the tag used (or not)?
- rails. create devise users directly from administrate panel
- bundle says gem is missing - but it's not?
- heroku domain registration configured to bamboo on a cedar stack
- rails: complicated design choice: polymorphism? sti?
- why do i get a readline error when trying to start rails console?
- how do i skip a carrierwave store callback when processing versions
- cannot connect to two postgres databases in rails 3.2.
- how can i integrate country_select gem with best_in_place editing
- bundle install not installing all dependencies
- devise confirmation invalid on first send
- how to render text on image with rmagick and word wrap?
- real polymorphism in embed relations in mongoid
- rails 3.1 ajax question
- ruby ftp extremely slow under windows xp
- rails form block in helper - how do i include “protect from forgery”
- ssl error in rails 3.2.3 while using google oauth2 client to access api
- session does not last in rails 4
- splat operator in ruby (a quicksort example)
- how to replace find by readonly on newer rails?
- protocolviolation: error: bind message supplies 0 parameters, but prepared statement “” requires 1
- ruby two dimensional array: finding an object's coordinates
- dynamic activerecord finder methods chaining based on params
- how to resolve error 413 request entity too large in nginx and amazon elasticbeanstalk?
- how to access the rails controller from a liquid tag?
- how would you do a find on two different models and sort both in one array by created_at column
- “gem.add_dependency” for another local gem
- error in request.location ruby geocoder
- trouble with ruby on rails with rake
- ruby on rails installation issue (windows)
- problem with sessions, subdomains and authlogic in rails
- how to use join query for 4 tables in rails
- set ruby instance variable inside javascript function
- getting filename before saving in activestorage - rails 5.2.1
- how to send json form data with mechanize or faraday in ruby
- clean up strange encoding in ruby
- undefined method 'visit' for #<class:xyz> (nomethoderror) [rspec]
- does/can passenger use clusters like mongrel?
- exclude if same item in rails
- better sql - :group vs. :select => 'distinct'
- ruby on rails, run a method on server start 2.3
- catching utm params in rails
- has_one nested attributes not saving
- graphing new users by date in a rails app using seer
- is it possible to initiate multiple parallel http requests using eventmachine with ruby 1.8
- rails application doesn't load css/js/images in production-environment
- how to customize json output in rails?
- rails engine and devise
- why i can't install postgresql with rails 4.0.0.rc1 (ruby 2.0)
- string vs text using rails 3.2.* and postgres - should i always just use text
- what configuration for rails 3.2.22.2 + puma + heroku?
- rails - given an array of users - how to get a output of just emails?
- ruby graphic libraries
- ruby inject until sum exceeds a set value and return the index where this occurs
- twitter bootstrap treeview plugin [closed]
- how to install rails 2.3.2 and 2.3.4 simultaneously on ubuntu 9.04?
- linux cli: how to render arabic text into bitmap
- allow user to create custom email template for actionmailer in rails
- how can i set a configurable timeout value for a session in rails 3?
- link to another page using twitter bootstrap jquery modal in rails
- when should i use “class object”, “class module”, “module kernel” and nothing?
- toggling devise authentication modules per controller action
- error with rails edge/4 `require': cannot load such file — thread_safe
- cron not working in whenever gem
- rails 3 and mysql master-slave replications
- how to debug ruby tests in eclipse/aptana studio?
- using super with class_eval
- can the ruby spreadsheet gem wrap text?
- allowing for ruby 1.9's hash syntax?
- mechanical turk tutorials or how-to guides
- nested form with nested resource rails 4
- using $(this) in .js.erb file - ruby on rails ajax
- how get value from array of strings in ruby 2.0
- segmentation fault at linking miniruby
- is there any method in rails to convert minutes as integer to days, months, etc
- fast thread-safe ruby hash with strong read bias
- rails gemfile defaults to 'https' - 'bundle install' fails
- rails 3 activeadmin. how to set a default sort order for an associated record?
- referential integrity in rails
- how to use cancancan with enum field?
- android - ruby on rails - mysql
- carrierwave and s3 with heroku error undefined method `fog_credentials='
- rails string replace url parameters
- omniauth-facebook login not working
- how to autoload files in folder under rails app's root
- ruby csv duplicate row parsing
- undefined method `sass' for #<rails::application::configuration:0x1cf3338> on staging
- rails 4: how to identify and format links, hashtags and mentions in model attributes?
- how to write and read files in/from hadoop hdfs using ruby?
- how to implement pubnub presence feature in ruby
- how to serialize - deserialize params hash object?
- rails4 : how do i display and edit uploaded file using carrierwave?
- multiple scope in rails 3.0
- most efficient way to map a specific string into a hash in ruby
- how do i count the number of pages in a microsoft word file using ruby?
- capistrano deploy_symlink fails
- running jquery in ruby
- can 'rails g controller' generate restful routes?
- how to pass an object to a reveal modal pop-up window?
- rvm + ruby 1.9.2 + rmagick + lion = system works, rvm doesn't
- in rails 3 how do i use button_to to change the value of a boolean?
- rails: errors close to particular fields in forms
- ruby+anemone web crawler: regex to match urls ending in a series of digits
- installing ruby on rails on windows
- change locale at runtime in rails 3
- how to convert only strings hash values that are numbers to integers
- how to get rails to respond with json based on headers
- ruby color generator
- ruby: building a hash from a string and two array values at a time
- order by columns that are sometimes empty using active record & rails
- pundit: auhorize index in nested resources
- rails3 update boolean checkbox from index view
- syntax highlighting in gedit not working automatically
- method lookup for class singleton methods in ruby
- how does a rails developer talk to flex front ends?
- ordering by number of associations in common (rails)
- ruby: uninitialized constant log4r::debug (nameerror) problem
- jquery $.ajax() call to get json from rails 3 controller results in 304 not modified?
- converting video to flash and mp4 ruby on rails?
- rails - how to update a single attribute in controller
- how to replace relative path urls with absolute path urls
- smartercsv and file encoding issues in ruby
- order with a has_many relationship
- resize missing.png depending upon style in paperclip
- overwrite_params deprecated as of rails 2.3.6 — accepted workaround?
- failing to install jekyll gem native extension on windows with “multiple target patterns”
- paperclip w/ imagemagick, amazon s3 and heroku - imagemagick & s3 work, but the paperclip fields don't get set in database. works fine in dev
- group a ruby array of dates by month and year into a hash
- bundle install not running from my post-update hook
- rails validates prevents save
- how to send a notification a user received a private message
- track time spend on each website
- how to use js file within view folder
- bootstrap styles missing after deploy to heroku
- deploying ruby on rails app to heroku while using action cable (puma port listening)
- how to use bootstrap's input group in simple_form gem
- simple search with datamapper and sinatra
- capybara & rspec: how to delete an account?
- overriding or aliasing name of column in legacy database using rails/activerecord
- pg gem sslmode=verify-full, where to place certificates?
- is there a :disable_with equivalent for link_to_remote?
- are there any reasons not to use rails_env=staging on heroku?
- shallow routing in rails 3
- nested model forms - railscast #196 revised - adding fields via jquery not working
- calculate month statistics
- running pdf2htmlex on heroku
- releasing activerecord connection before the end of a sidekiq job
- what are your favorite ruby on rails books and why? [closed]
- mac + ruby: can't access ioctl of socket? how to fix?
- rails: link to partials?
- mechanize/ruby read source code of 404 page
- rails - disable option in select (based on the condition)
- rails 3.1 asset urls in scss files do not seem to be referencing the assets correctly
- upload path based on a record value for carrier wave direct
- how to make a sinatra app run in rails 4?
- crop circular image with dragonfly rails
- jeditable dynamic target value
- how to create a full-duplex communication between an api and a rails app?
- cucumber can't find steps when running a single feature
- rails: list required attributes for create
- set ruby logger.progname on per thread basis
- polymorphism across c++ and ruby using swig
- custom registrations controller for devise not overriding create action
- how do you create a model with categories that has subcategories (using rails)?
- dojo + rails 3.2.8 + coffeescript
- rails: routes, controllers, views, oh my(exclamation)
- trouble installing gitlab-5.0. i can't finish the installation
- devise/cancancan - allow admin to create new users
- user has_many :users, :through => :friends - how?
- rack / passenger fails on dreamhost
- punching a hole through a cylinder using sketchup ruby api
- how to remove substring matching to any element of array
- unshift + file.join in ruby
- ruby / rails - reverse migration - ddl to ruby code
- how to detect local maxima and curve windows correctly in semi complex scenarios?
- how to access associated model through another model in rails?
- setting up .emacs file for mac ruby development
- how to get simple search in rails based on railscasts tutorial?
- arrays frozen in rails 3.2.4
- how to make parts of profile searchable or not
- how to save image in blob field using watir?
- how does gitlab check for grack https push permissions?
- permit array in params
- make all input fields on the same line
- devise and i18n - reset password routing issues
- using authlogic to auto create users bypassing explicit user registeration
- where does `singleton` methods reside in ruby?
- heroku gem doesn't work after installing it
- pretty paths in rails
- rails very slow in development using ubuntu vvm
- convert a regular expression in a string to a regexp object in ruby
- output hash in a table-like format
- automatically run rspec when plain-old ruby (not rails) files change
- rails 4: how to update index page with ajax
- how do i get message list with gmail api?
- rails 3 - devise redirects to form after sign_in
- specify unicode character in regular expression
- class_name foreign_key in rails model
- customize file_field button ruby on rails
- nested attributes not working creating children with new parent
- ruby imap login error exception
- solutions for resque failover redis
- create a drop down list of many links in rails
- rails 3 query: getting error while using 'select' with 'order'
- what is and examples of using data type - references
- carrierwave default image doesn't display
- active model massassignmentsecurity error
- create a new url path for each user in ror
- sending emails on heroku using external smtp
- ruby access static variable
- rails3 - how to get at aws-s3's yml config data in the app?
- strategies for large volume of location geocoding
- run ruby program on computers without ruby installed
- cached named_scope on heroku?
- get all possible subsets - preserving order
- rails ignore daylight savings time
- no route matches with nested resources
- rails: creating an “all activity feed” from multiple models
- ensure orphaned processes are killed when the parent process dies
- rails delete method it doesn't work
- retrieve friends locations from facebook using fb_graph ruby gem
- ruby's body_permitted? method giving “nomethoderror”
- iconv::illegalsequence when using www::mechanize
- ajax-submit form on “check box onclick ”: why this error?
- rack-attack: array of ip addresses
- rails: proper setup with dns, rack-rewrite etc for heroku
- how can we convert google.protobuf.timestamp to ruby datetime object?
- is that possible to make use of 'activerecord-import' gem for a model-less table in rails.?
- how would you tidy up this controller logic?
- submit button not working using jquery validation in ruby on rails
- “resources :post, except: :new” makes rails think the route /posts/new would point to a post id “new”
- sending array variables using httparty
- rails 3, activeadmin custom filter
- rails notification system
- openssl smime in ruby/rails
- “gem install rails” give filepermissionerror with rbenv on mac os x
- getting started with ruby & ruby on rails
- column names with # in them rails and broken activemodel
- help with multidimensional arrays in ruby
- how to setup a remote json api for rails for authentication and session
- how to order by day of the week using activerecord?
- using stripe with devise for ruby on rails subscriptions
- rails update single attribute with multiple fields
- parsing text in ruby
- how to upgrade ruby version of ruby on rails app using rvm
- ruby program with win32ole does not work any more under windows7 64bit
- sasl login authentication failed: invalid authentication mechanism on rails using postfix and dovecot on ubuntu 12.10 [closed]
- how to refer the index of an element in array#delete_if
- rails compiler error with fontawesome when deploy to heroku
- nginx reverse proxy from rails to wordpress
- wicked_pdf working fine in development, but not in production
- uninitialized constant (nameerror) problem - how to include a class?
- dynamic select with ancestry
- how to obscure the id in a url (ruby on rails)
- classify a ruby string
- messy " returned from rails 3 controller to view
- update an array of hashes with records from the database adding a new field into each existing hash
- sessions in sinatra using facebook authentication
- rails can't read certificate information from environment due to nested asn1 error
- rails : how does “new” action called “create” action?
- alphabetical lists with ruby on rails
- finding all classes whose name matches a string
- hstore and rails
- carrierwave doesn't render, path exists but image doesn't show up
- rails3/will_paginate/ajax - next/previous link doesn't work properly (is it a bug?)
- variables magic and read from file
- aws elastic beanstalk is not getting the environment variables
- rails multitenant architecture, scoping access to multiple tenants
- ruby on rails - carrierwave get the image dimension width and height
- ruby on rails + xampp + mysql (windows 7)
- can you pass self to lambda in rails?
- activemodel::securepassword undefined method `password_digest='
- why is python slower compared to ruby even with this very simple “test”?
- rails 5 - save rolls back because nested models parent model is not being saved before child model
- ruby (errno::eacces) on file.delete
- how do i send signed emails from actionmailer?
- how do you use number_to_phone in rails 3?
- modifying regex matches in replacements
- strange json behavior? [closed]
- rails working with api
- with `carrierwave::mimetypes` deprecated, how should uploaders handle/overwrite generic content types?
- capybara nomethoderror: undefined method `visit' for
- backbone, bootstrap modal within template not showing
- ruby on rails: url from ids to names/titles etc
- how to access nested static classes using rjb?
- how to use input filename to generate output filename with rake?
- rails loads css files from public/assets instead of app/assets in development mode
- `fetch': key not found: “s3_bucket_name” (keyerror) with paperclip/aws s3/rails
- rails - dynamic select menus within nested_form_for
- ruby: call list of methods until one returns true
- testing for overlapping arrays in ruby
- seriously stuck on ruby array reordering
- rails devise bootstrap sign up modal
- how do you index attachment in elasticsearch with tire?
- understanding ruby class vs instance methods
- get color of an element using calabash-android
- refinerycms not working when adding page
- like/unlike without ajax or jquery on rails
- nested_form, collection_select, accepts_nested_attributes_for and fields_for, and adding records to a join table
- sanitize sql in custom conditions
- facet troubles with elasticsearch on query
- how can sum complete string with number?
- react jsx integration with erb and ruby block syntax
- strip ruby string of a specific control character
- parse a post for @username
- syntax for block local variables
- internationalizing whole text with markup in rails 3
- rails dynamic error pages (404, 422, 500) showing as blank
- ruby on rails - creating a profile when user is created
- why delete link doesn't work in this ruby on rails project?
- getting access to :not_found, :internal_server_error etc. in rails 3
- easiest way to change when bootstrap navbar collapses (using bootstrap gem)
- i18n: what is the difference between using 't(:test_key)', 't('test_key')' and 't('.test_key')'?
- rails3 server and bundler error: uninitialized constant bundler (nameerror)
- data structures: iterating over two arrays vs converting to sets and performing intersect operation in ruby
- how to add multiple many-to-many fields in one form with rails 4?
- how to perform eager loading in active_model_serializers
- how do i create custom “association methods” in rails 3?
- how to use rack middleware with rails3?
- how to fix duplicate taggings?
- max age with nginx/passenger/memcached/rails2.3.5
- rails 4, strong parameters, nested resources, build and undefined method permit
- helper method included in a model produces “undefined local variable or method `config' for” error
- create fake behavior for external call in development environment
- getting ocierror: ora-00932: inconsistent datatypes from rails 3
- activemodel::serializers gem - versioned api namespacing issue
- array of activerecords to json
- synchronize two yaml files
- problem with authlogic and unit/functional tests in rails
- ruby not load font-awesome
- how to validate corrupt image file while uploading using rails
- get json contents from ruby on rails server using ajax
- rails restful url's: all posts under certain category
- best way to handle 404 in rails3 controllers with a datamapper get
- rails - eav model with multiple value types?
- get max subsum from an array
- ruby net/ssh channel dies?
- how to properly run a rails app inside electron?
- typeerror (can't convert nil into integer):
- deploying to a test server before production on heroku
- ruby determine season (fall, winter, spring or summer)
- rail, ajax and iframe in safari
- is there a way to get notifications from youtube api when broadcaster is live
- ruby on rails win7 x64?
- which component is sorting json values in rails json response and why?
- checking for facebook user permissions in rails
- rails with devise: problems with associations
- how to avoid precompiling in rails >= 3.1 asset pipeline when changing application.js
- rails models relationships
- match in rails routes.rb is redirecting too many times
- rails - application design for 2 user types
- ruby/jekyll unknown error when running -watch
- activerecord after_initialize with select
- can't figure out what this error means (rails net::opentimeout: execution expired)
- ruby on rails: file_field, how do i remove the upload button?
- ln: /usr/lib/libmysqlclient.18.dylib: file exists
- mysql gem for ruby on rails
- smart conversion of single to double quotes in ruby
- adding an event listener to the markers using gmaps4rails
- authlogic: how to block certain ip addresses from signing up?
- cannot load such file — sqlite3/sqlite3_native (loaderror) in ruby 2 running rails 3.2.11
- optimum os,server, etc setup for rails production environment
- cucumber and rspec testing with zeus: postgres is being accessed by other users
- when i was using find_by_sql alias, i got confused
- rails app doesn't see my views
- how to start faye server on a rails app deployed using dokku?
- rails scope filter by date range
- subdomain and domain routing
- using bundler inside my gem
- render error on new page with customize url like http://localhost:3000/education_informations/new?user_id=10
- e: unable to locate package heroku-toolbelt
- 500 internal server error when i try to push my app onto heroku
- ruby on rails dry strip whitespace from selective input forms
- sending mails automatically through action mailer rails 3.1
- ruby on rails specifying uniqueness in db across multiple columns
- how to add a class to the form_for helper in a rails 4 app?
- user first_name last_name fields to create a full_name field
- how to configure locale aliases using i18n & rails?
- how do i redirect domains on heroku?
- rails 3 adding fields to a table
- rails associations: how do i limit/scope a has_many :through with multiple self-referencing conditions?
- jquery-rails breaks kaminari?
- tbody tag in xpath produced by fire bug
- ruby rails - undefined method `model_name' for nilclass:class
- rails httparty getting timeout::error
- how to prevent the <p> tag from wrapping around my input with tinymce in rails?
- ruby on rails - concatenate strings on save to database upon user clicking create action
- any tutorial-like articles out there that explain how to use jruby on android? [closed]
- devise first login with rails
- how to extract address from a text using regex in ruby
- how to get yaml files to render in middleman with erb
- transactions in ruby sequel module: how to get db object?
- rails filter records of child model based upon the parent model attribute
- parse error using remotipart
- problem in ruby shoes packaging?
- rails 3 friendship model : how to ignore a friend request?
- browser ip address
- getting nested iframes with facebooker in iframe app
- replacement for “has_many … counter_sql” in rails 4.1
- rails: self-referential association
- rails - how to call methods from lib directory?
- facebook comments plugin with rails 4
- activerecord conditions and named scope - undefined method `created_at'
- rails deployment using nginx & unicorn: 403 forbidden error
- moving logic from controller to model in rails 3?
- ultisnips break rails syntax. how to setup correctly?
- add distance to a particular latitude/longitude position
- jquery sortable on dynamically created divs
- why isn't my rails api saving anything to the database?
- how to hide “private” show pages from other users?
- preventing direct url access to rails controller methods
- rails - drop down menu to execute actions in the controller?
- ruby open_id_authentication with google openid
- paypal express checkout with activemerchant as in shopify
- how to integrate jqtree in rails 6 with webpacker, tree is not a function
- sign new certificates in rails application
- ruby on rails: can't implement star rating system
- custom email header
- index view restrictions for various roles using pundit
- paypal adaptive payment for ruby
- mathematical calculations using jquery/ajax
- show twitter bootstrap tooltip on initialize
- performance difference between sunspot and thinking sphinx
- rails - logging server errors to db
- how can i get capistrano to stop failing at deploy:create_symlink?
- rails3 nested attributes using parent values in save action
- form_for a nested resources permissions (y model)
- how to tell rspec to restart rails before an example is run?
- how do i make the error message for validates_inclusion_of show the list of allowed options?
- optimized way of getting the size of a response in ruby?
- apply <strong> tags to a string in my js.coffee file
- rails 3 change default english numbers to arabic numbers
- perform different actions on selected page elements using different buttons within one form
- rails: has_many with extra details?
- api signature is required to make requests to paypal error, i have an api signature set already
- using xpath with html or xml fragment?
- how exactly does the ruby splat operator get the first and rest of an array during multiple assignment?
- formtastic with mongoid embedded_in relations
- can i delete my local .git repo?
- :remote => true confusion with form_for
- can't install ruby 2.0.0 with rvm
- correct model data structure? (my 1st rails app)
- “401 unauthorized” when using upgradableapp api
- insert ruby in html class=“ ” property
- dealing with time periods in rails 3.1
- passenger + rails 3.1.1 = could not find rake-0.9.2 in any of the sources (bundler::gemnotfound)
- rails - fragment cache not expiring
- sunspot/solr raketasks not loading in rails 3 mountable engine
- rails recaptcha plugin always returns false
- exporting several highcharts graphs to powerpoint slides
- “modal form” with bootstrap on rails works partially
- actioncontroller::parametermissing param is missing or the value is empty
- railstutorial ch 9: signin_path is undefined local variable? email already taken?
- how do i get data from a hash?
- rails 4 & cocoon gem: cannot add 3rd level child to dynamically added 2nd level child
- ruby interpreter embed in c code
- pass values from the view to the controller ruby on rails
- ruby-on-rails - problem with nested resources
- rails ar record includes 'new' unsaved record
- rails way to call external api from view?
- migrate django users to rails
- how can i create multiple instances of an assosiated model from a rails 3 form_for when i don't know how many i'm going to add?
- generate array of all combinations of an existing array
- delayed_job (2.1.4) error: job failed to load: instance of io needed. handler nil
- ajaxified star rating system is not updating correctly
- test report output using cucumber - selenium ruby
- installing nokogiri - failed to build gem native extension
- uniqueness validation in database when validation has a condition
- adding title to rails route
- travis.ci keeps on failing when running “bundle exec rake”
- extracting email addresses in an html block in ruby/rails
- why heroku don't use the good manifest.yml
- what's the “official” way to support unicorn on heroku and not lose logging?
- rails 3 - periodic refresh of div
- dynamically creating hash key name in rails 4
- how can i save the value of an instance method?
- how to convert this respond_to options to use rails 3 version?
- rails 4: getting qrcode to display in email via action mailer
- error installing redcloth
- using sinatra and jquery without redirecting on post
- icon not displayed in rails website
- ajax callbacks not working with rails 3.0.5 and jquery 1.5.1
- stop file write if file size exceeds 500kb ruby on rails
- how to post html form data to controller using ruby on rails 3.1
- artists group_by nested attribute order_date
- login integration test with rspec/devise
- injecting methods/variables into a javascript scope
- how to communicate with rails in ember
- splitting a symbol, in the same manner as one would split a string
- checking if an answer is empty or not
- rails validation error messages displays the error messages and array
- rubymotion / bubblewrap geolocation in airplane mode makes the app crash
- openssl equivalent command in ruby
- show the subcategories of the chosen category in rails 4
- status code 422 unprocessable entity - paperclip, imagemagick & rails 3
- searchable drop down list for rails 3.2.8?
- webrick transparent proxy
- setting up different user models and registration paths for devise on ruby on rails
- ruby azure blob storage: “requestbodytoolarge”
- nested loops ruby
- problems installing ruby 1.9.3 with rvm
- make error when installing `ruby-1.8.7-p334` with `rvm` on snow leopard
- pre select an option in the select box in a modal depending on other selected value from another page
- how to retrieve associated objects / records that a set of users have in common through a association table?
- ruby on rails-action mailer no as per desired?
- ruby/rails - add records to an object with each loop iteration / object vs arrays
- embed pdf in a website, allow user to modify editable fields in pdf, and save back to the server
- rails active record query getting most common objects
- rails 2 namespace and shallow routes issue
- guard or guard-uglify throwing an error won't rerun
- chosen files are not coming up in my assets - jquery chosen in rails
- rails 3 and jquery - how to add ruby code into an element
- render rails partial on select change
- how do i ensure that duplicate rows are not added to my database table via activerecords?
- how to pass class name as variable in ruby
- jruby permgen out of space even use java objects in ruby code
- rails custom.css not working when deployed to heroku
- shoulda/rspec: make sure that validation message “xxx” is on :base
- how to popup a panel when clicking a url in rails?
- internal messaging in rails
- how to get the name from an id in another table
- rails: how to get value from another field when executing an onchange remote function in textfield
- rails before_create increment in alphabetical order
- ios/restkit application design
- rails ajax rating help how to create a helper method to display stars
- searching with thinking_sphinx and filtering results
- devise - different email when manually registered
- ruby/rails/html - create new table row after x cells from loop
- jquery autocomplete failing after dynamically adding additional text input field
- wicked pdf side issue
- rails: why does rspec crash on my overridden devise controller request spec?
- devise add admin role [closed]
- rails routing broken in production - caching of routes.rb suspected
- remote select, controller needs more form data
- rails validation required numericality even though presence is not set to true
- ruby always round up
- ruby on rails syntax
- how to list local-variables in ruby?
- how to use webmock regex matcher?
- help with twitter echo & oauth in my rails app
- bizzare way of calling procs?
- don't know how to build task 'routes'
- rails 3 ajax search
- why am i getting “undefined method `assert_valid_keys`”?
- fields_for form builder object is nil
- how to add extra newline with 'puts' without sticking newline character into string?
- actioncontroller::urlgenerationerror, no route matches
- is there a way to set required attribute on text_field_tag?
- ruby - array.find, but return the value the block
- what gem can i use to generate a html file for offline use?
- ruby, rails and difference between two dates
- what does the “mount” instruction mean in rails routing?
- linq map! or collect!
- rails skip before action doesn't work
- rails link_to :format => :xlsx not generating link to .xlsx path
- how to set defaults for ransack sorting?
- what is “syntax error, unexpected tconstant” error in ruby?
- capybara not finding meta tags
- declaring variables in ruby?
- devise reconfirmable
- iterating over arrays with mustache
- loaderror: cannot load such file — rspec/core/rake_task
- webmock simulate failing api (no internet, timeout ++)
- validate presence of one of multiple attributes in rails
- why won't rails find my assets?
- how to set a proxy in rubys net/http?
- adding unique: true for add_column and add_index in active record
- organization of locale files in rails app
- invoking the same rake task twice in rspec
- ruby/rails - convert integer to day of week
- in ruby, what's the easiest way to “chomp” at the start of a string instead of the end?
- optionparser returning bool instead of argument?
- invalid byte sequence in utf-8 (argumenterror)
- is there a way to call a private class method from an instance in ruby?
- rails getting validation failed error, but no errors in activerecord error model
- while loading webpage: “undefined method `request_uri' for #”
- how to correctly use guard clause in ruby
- convert a hex string to a hex int
- how do you get datetime.parse to return a time in your time zone?
- how to test route constraints with rspec
- accessing devise config variables
- how do i do a redirection in routes.rb passing on the query string
- rails current_path helper?
- devise + omniauth: undefined method `user_omniauth_authorize_path'
- rails - bootstrap setup
- ruby on rails how to get current url?
- simplecov calculate 0% coverage for user model
- validation before persistance on state_machine gem
- rails 4.2: using deliver_later with a tableless model
- before(:each) vs just before
- rake task: error handling
- rspec test of custom devise session controller fails with abstractcontroller::actionnotfound
- how to move first element to the end of array
- rails 5 sql injection
- how to catch error connection reset by peer (errno::econnreset)
- freezing variables in ruby doesn't work
- factorygirl: factory not registered: user (argumenterror)
- how to get current context name of rspec?
- delete a record from console — ruby on rails
- “nomethoderror (undefined method `with_indifferent_access' for…” when passing it nested attributes
- new to sass, expecting expected selector
- rails 5.0.0.beta1 - generating an url from non sanitized request parameters is insecure
- rspec - undefined method 'let'
- what does “class << self” mean in rails?
- installing newest version of rails 4 with postgres - the pgconn, pgresult, and pgerror constants are deprecated
- undefined method `t' for admin::faqscontroller:class
- what does array * string mean in ruby?
- how to create a cron job to run a ruby script?
- how do you solve fixtureclassnotfound: no class attached to find
- undefined method `run' for main:object
- missing `secret_token` and `secret_key_base` for 'development' environment, set these values in `config/secrets.yml`
- ignoring .gitignore config/database.yml in a rails project
- why does a rake task in a loop execute only once?
- cucumber: wait for ajax:success
- change_column_null for existing column
- how does bundler work (in general)?
- in rails, how to determine if a record was destroyed by a dependent: :destroy callback?
- therubyracer or nodejs, which should i use?
- how can i modify .xfdl files? (update #1)
- delete from array and return deleted elements in ruby
- libxml2 missing for nokogiri gem on windows 8 x64 with ruby 1.9.3
- rails: form for different controller
- what is a ruby equivalent for python's “zip” builtin?
- ruby array internals
- ruby gems with gitlab no such file to load — rb-inotify
- silencing postgres log spam in rails 3 logs
- (rails) assert_select's annoying warnings
- very slow: activerecord::querycache#call
- errno::enomem: cannot allocate memory - cat
- does dir.glob guarantee the order?
- simple_form collection labels
- why doesn't sort or the spaceship (flying saucer) operator (<=>) work on booleans in ruby?
- rails 3 validation :presence => false
- cannot override devise passwords controller
- rails custom route with constraints - regexp anchor characters are not allowed in routing requirements
- rails 3/postgres - how long is a string if you don't apply :limit in schema
- render_to_string does not find partials (pdfkit controller response)
- activerecord : hide column while returning object
- set class inheritance after class delcaration or setting class inheritance on const_set class
- ruby return statement does not work with super keyword?
- how to install systemtimer on 1.9.2?
- making a ruby gem - cannot load such file
- pasting text into irb is incredibly slow. readline issue?
- ruby: generating new regexps from strings
- conditional inclusion of a key-value pair in a hash [closed]
- get file size before downloading & counting how much already downloaded (http+ruby)
- rails: always include the milliseconds with created_at for every model
- what is the point of using “send” instead of a normal method call?
- which is faster in ruby - a hash lookup or a function with a case statement?
- to_json returns string instead of json in rails
- bootstrap not scaling properly on mobile devices
- rubymine 'unable to attach test reporter to test framework'
- how to test a singleton class?
- how to get “origin” request header in rails
- is there a way to attach ruby net::http request to a specific ip address / network interface?
- select tag, specifying the selected option (or moving an array element to index 0)
- rails: how do i require numberhelper and make it work?
- how to flatten a hash, making each key a unique value?
- belongs_to primary key?
- how to update multiple columns in ruby on rails 3?
- why are there so many slightly different ways to do the same thing in ruby?
- escape spaces in a linux pathname with ruby gsub
- how to split a string and skip whitespace?
- merge results from two has_many associations with the same model
- integrate gitlab and travisci
- passenger-install-apache2-module fails on ubuntu 12.04
- throttling outbound api calls generated by a rails app
- how to unzip a zip file containing folders and files in rails, while keeping the directory structure
- activerecord::unknownattributeerror?
- having a ruby block/command silently fail without a blank 'rescue' block
- ruby's string#gsub, unicode, and non-word characters
- what is therubyracer or libv8 for in a rails application?
- what does the “g” stand for in ruby's “gsub” and in vim's substitution command?
- rails 3.1rc4 defaults.js not found
- how can i set the rails_env in a windows console?
- rails minified (compiled) assets in development mode
- change foreign key column name in rails
- bundle install is not working
- how can i get the nanoc sass filter to use scss syntax?
- rails 3 render partial with params
- using multiple bundler versions
- mocking an error/exception in rspec (not just its type)
- rails 5.2 encrypted credentials not saving
- rails 3.2 - haml vs. erb. is haml faster? (february 2012)
- how to get key name from a enum value in rails?
- shoulda matchers should validate_uniqueness_of failing with scope
- query and order by number of matches in json array
- how to install ruby on docker?
- rails question: belongs_to with sti — how do i do this correctly?
- how to issue a 'find' or 'where' that raises a recordnotfound
- enable stack dump on exception in rails console
- how can execute multiple statements in one query with rails?
- how to apply before_filter to every action of every controller in rails 3.2.11?
- ruby nil-like object
- regex - matching text after certain characters
- rspec testing of real time results through mturk
- production log not working
- nil || false and false || nil in ruby
- how to return new instance of subclass while initializing parent class?
- what are the pros and cons of asset-pipeline/turbolinks from rails 4 for a big application? [closed]
- can you interpolate ruby variables within haml css?
- why use match rather than get when routing in rails?
- customising the look of f.file.field in rails
- errno::eio: input/output error - <stdout>
- how do i name a rails ruby file whose class name has numbers?
- how do i send signed emails from actionmailer in rails 3?
- precompiled css not found in rails 3.1 production mode
- how to get the current user that is logged in via active admin?
- how can _know_ which json renderer is active in my rails 3 app?
- rails read csv file data with active storage
- rails validation: limit input to specific values
- rails - active record: add extra select column to find(:all)
- arel, joins and rails queries
- how do i check if a variable really responds_to :dup?
- no route matches ... rails engine
- update amazon rds ssl/tls certificates - elastic beanstalk
- use specific mysql index with rails
- rails 4 app on heroku is 500ing, but no error message in logs
- setting mongoid hash field values
- how to code "press key to continue"
- application wide global variable
- difference between update(other_hash) and merge(other_hash)
- ruby on rails: link-to using post method but parameters are in the url
- ruby convention for accessing first/last element in array [closed]
- how do i use ruby's new lambda syntax?
- why is 'jquery-rails' often outside of the asset group
- creating multiple nested forms using simple_form and rails 4
- ruby settings in intellij idea
- what is the easiest way to set all attributes (except id, created_at, updated_at) of an activerecord object to nil?
- rvm conflit with sqlite3
- stub unimplemented method in rspec
- rails redirect_to https while keeping all parameters
- rails 5.1 api - how to permit params for nested json object's attributes
- ruby yaml ypath like xpath?
- how to check if private method is defined in ruby
- how do you replace a string with a hash collection value in ruby?
- how do i generate a random number in a certain range with ruby?
- rspec any_instance.stub raises undefined method `any_instance_recorder_for' for nil:nilclass exception
- cannot recover from `sudo bundle install`
- ruby koans #75 test_constants_become_symbols, correct answer?
- does set in ruby always preserve insertion order?
- nil and boolean in ruby
- how to use synchronize in capybara exactly?
- meta-programming: output method body as text
- rails: how do i run a before_save only if certain conditions are met?
- is it possible to compile a rails app to a java vm jar file?
- how is ruby tcpsocket timeout defined?
- reloading rails middleware without restarting the server in development
- ruby on rails: use slug instead of id on resource routes
- testing devise views with rspec
- should you still pass only the object id when using activejob?
- capistrano deploy wipes database?
- rails: render collection partial: getting size of collection inside partial
- why isn't there a deep copy method in ruby?
- why using merge method with scopes isn't working anymore on rails 3.1?
- getting table doesn't exist error, but the table does exist (activerecord::statementinvalid mysql2::error: table doesn't exist)
- using jruby/jython for ruby/python interoperability?
- how can i translate the activerecord attribute name in rails 3.2?
- i see gem in "gem list" but have "no such file to load"
- rendering validation errors in ruby on rails
- get metadata of active storage variant
- selecting a radio button with rspec
- time.now & created_at are different? ruby on rails
- parsing a ruby array to json
- how do you write a compiler for a language in that language?
- how do i create a class using the singleton design pattern in ruby?
- what is the difference between 'env' and 'request.env' in rails controller?
- devise and rails - argumenterror in devise::registrationscontroller#create
- does devise have 'callback'?
- passing parameter to controller action through routes
- undefined method after_create with factorygirl
- how to resolve rspec's deprecation warning about the new expect syntax?
- redis::commanderror: err client sent auth, but no password is set
- nomethoderror with delayed_job (collectiveidea gem)
- show headers and body text of an http request in ruby
- form_for wrong number of arguments (3 for 2) since upgrade to rails 3.1
- ruby: checking if a string can be converted to an integer
- rails - devise and sidekiq routes
- rails 3: using simple_form how do i create a form that do a post to specialities#create?
- rails 3 : how to insert record in database using rails
- rails 5 action cable deployment with nginx, puma & redis
- is it possible to sort a list of objects depending on the individual object's response to a method?
- rails undefined method `each' for nil:nilclass
- capybara/rspec 'have_css' matcher not working but has_css does
- delayed_jobs save completed jobs
- testing activesupport::timewithzone objects for equality
- why is using a class variable in ruby considered a 'code smell'?
- rails 3, how add a simple confirmation dialog when user clicks a link
- activerecord: pass class instead of string to class_name when defining associations
- sprockets::circulardependencyerror application.js has already been required
- use a div as a submit button
- avoid pg::invalidtextrepresentation error when using postgres uuid in rails
- how to stop rspec warning messages
- failing to find env['secret_key'] in devise setup on heroku
- rails & devise: devise specific columns not showing up in rails console
- how can you call class methods on mailers when they're not defined as such?
- devise account unlock returning "unlock token is invalid"
- how to close and delete a file in ruby?
- can spork work with rake tasks?
- where from does paperclip get the name of original file?
- js files double-included in rails app
- urlgenerationerror on section 5.12 of rails guide
- why are my assets not served through a reverse proxy in apache
- what tools are available for ruby refactoring? [closed]
- ruby array loop always pair
- how can i block external connections with rspec & capybara?
- which markup language? markdown or?
- got activerecord::associationtypemismatch on model save
- rubygems error after updating system
- what does changing config.assets.version number do?
- undefined method #sanitize for activerecord::base
- why won't the bcrypt ruby gem install properly?
- capistrano 3: use server custom variable in task
- ruby: extracting fields from nested json
- performance implications of using :coffescript filter inside haml templates?
- how do i set the default selected item in a rails drop-down menu?
- postgresql jsonb field in activerecord belongs_to association
- how to implement a payment system in rails [closed]
- unicorn vs passenger standalone behind nginx [closed]
- where to put code when monkey patching
- redirecting from routes when the constraints fail
- how to check if image version exists on s3 with carrierwave and fog?
- find_by inside a scope is firing 2 queries
- ruby regex and grouping
- set non-database attribute for rails model without `attr_accessor`
- why doesn't this jekyll liquid where filter filter?
- ruby: round number down to nearest number based on arbitrary list of numbers
- ruby + cucumber: how to execute cucumber in code?
- temporarily increase 'statement_timeout' for postgres queries in rails?
- nginx 504 gateway time-out
- rails undefined method `strftime' for "2013-03-06":string
- unpack a ruby .gem without 'gem unpack' available?
- rspec: difference between "should == ..." and "should eql(...)"
- does rails support mysql json data type
- email with rails 3 and heroku net::smtpsyntaxerror: 501 syntax error
- regular expression for valid subdomain in ruby
- would it be possible to integrate python or perl with ruby?
- ruby on rails helpers -- using instance variables in helpers
- is it possible to use &: (ampersand colon) notation with a parameter or with chaining in ruby?
- get array index based on child hash value
- rails - what is the purpose of params[:commit]
- how can i get the path for the last created file in a directory using ruby?
- segmentation fault with ruby 2.0.0p247 leading to rails server crashing
- how do i implement icmp ping in ruby using only the standard the socket library?
- ruby - override method and then revert
- asset pre compilation for subdirectory manifest file
- `open_http': 403 forbidden (openuri::httperror) for the string "steve_jobs" but not for any other string
- generate a random number with 7 digits
- how can i process huge json files as streams in ruby, without consuming all memory?
- rails 4: passing variables to javascript
- mongodb: can't convert from bson type eoo to date
- where is time.advance documented?
- why does rake task enhancement differ between my local environment and when deploying to heroku cedar?
- solution for finding "duplicate" records involving sti and parent-child relationship
- paperclip - running a method after the file is saved?
- fixtures and selenium and rails (oh my?)
- bson_ext gem install fails on macos
- how do i add i18n locale dictionaries from gem to rails application
- formatting a date as words in rails
- iterate over an infinite sequence in ruby
- cucumber errors suppressed (not displayed fully)
- bundle exec rspec spec/requests/static_pages_spec.rb from hartl's tutorial isn't working
- basic aws iam permissions for an s3 bucket
- ruby convert string array to array object
- rspec rendering text
- javascript manifest file "application.js" is not processed
- how to raise an exception in an rspec test
- zurb foundation 5, modernizr not found
- string assignment by reference/copy?
- restricting resource routes and adding additional non-restful routes in rails 3
- why is it "wrong to require rubygems"?
- missing template layouts/mailer with {:locale=>[:en], :formats=>[:html],
- rspec for should_receive and should_not_receive both passed for exception
- how to access private class methods in ruby?
- in a ruby .gemspec file, how do i specify multiple versions of a dependency?
- actionview::template::error (pg::undefinedfunction: error: operator does not exist: integer ~~ unknown
- why are all my puts returning =>nil?
- renaming application.js to application.js.coffee?
- rails link_to assigning class and id
- rails_root not longer valid when loading images with the prawnto_2 gem
- local variable always nil when trying to render partial
- ruby: dir.glob not returning any files
- rubykoans: broken koan?
- clean way to make the "confirm" conditional in rails 4
- rails 3 reset session using devise
- why is 'super' a keyword rather than a method in ruby?
- rails: how to add custom data-attributes in collection_select
- custom serialization for fields in rails
- performance implications of using spaces instead of tabs for indentation
- bundle update fails : marshal data too short
- rails 3.1 - find using count and select as
- rails: eager loading as_json includes
- rails scope for values only between two dates
- factory_girl has_one relation with validates_presence_of
- how to add a json column in mysql with rails 5 migration
- how do i send mail from a ruby program?
- heroku push issue
- stub out address geocoding during rspec unit test
- how do i send_keys a down arrow in capybara
- if i have idea, do i need rubymine for ruby dev or will it do both?
- what to test in rails routing?
- rspec controller error expecting <"index"> but rendering with <"">
- converting hash to string in ruby
- ruby on rails, how to disable/turn off etag
- rails_admin with cancan not catching access denied exception for redirect
- rails rspec and omniauth (integration testing)
- rails: wrong hostname for url helpers in rspec
- randomizing array elements
- how to add a link_to in a select_tag with rails/erb?
- can't seem to access .xip.io url from my iphone when running rails app with pow
- `rails server puma` vs. `puma`
- heroku doesnt precompile assets for rails4
- rails: accessing field value from model method
- dry up ruby ternary
- is there a way to call ruby1.9 without loading rubygems?
- module.nesting within instance_eval/exec or module_eval/exec
- can't use an array as default values for ruby hash?
- heroku/rails/devise: the change you wanted was rejected
- rails 3 - how can i customize text-label in label helper?
- how to convert method or lambda to non-lambda proc
- how to extract float numbers from a string in ruby? [closed]
- rails 3 + devise - how to get devise to respond with json
- is it possible to add link to the flash message when it's confirmed?
- wkhtmltopdf automatic page breaks
- ruby api response as lower camel case
- can belongs_to work without has_many or has_one
- rails: can't access a module in my lib directory
- how can i get a rails route to keep the extension as part of the id?
- rails paypal notify validate japanese
- cleaning html with nokogiri (instead of tidy)
- rails 3.2: argumenterror: wrong number of arguments (2 for 1) on create
- dsl block without argument in ruby
- rails 3: how to send javascript code from controller?
- how can i flatten double arrays in mongodb?
- how is the config symbol resolved in environments/*.rb
- bytes vs codepoints in ruby
- creating a route with sinatra to only accept a certain content-type
- could not find i18n-0.6.0 in any of the sources
- mongoid fails on ruby 1.9.3
- using jquery in rails
- can i over-ride ruby methods written in c?
- rethinkdb multiple queries in a single request
- heroku / ruby-on-rails error: image not precompiling
- carrierwave + s3 + fog (excon::errors::socketerror)
- unable to 'brew link' imagemagick
- programmatically alias method that uses $& global variable
- alt text not showing when hovering over image
- send parameter to before_save
- rails3 i18n: can't override "1 error prohibited this packet from being saved:"
- simple form radio button
- rails, insert span tag in form_for label custom text
- undefined method `halt_callback_chains_on_return_false=
- why are my rails initializers caching env variables in the console (foreman, dev env)
- how to change url in rails
- ruby on rails: why do i get message for javascript and css after rails s?
- capybara::elementnotfound: unable to find file field "file"
- undefined method `tagged' for formatter error after rails 4 upgrade
- "no explicit conversion of symbol into string" for new records in rails 4.0.1 (only)
- using ruby csv header converters
- sorting by an array's elements properties in ruby
- how to stub an active record relation to test a where clause with rspec?
- how to tell builder to not to escape values
- "k.send :hello" - if k is the "receiver", who is the sender?
- named_scope in rails unique records?
- getting {{attribute}} {{message}} in ror views
- what's a good ruby development environment for the mac? [closed]
- ruby and modifying self for a float instance
- find the largest value for an array of hashes with common keys?
- affected rows for activerecord::base.connection.execute
- group by identity in ruby
- upgrade ruby on elastic beanstalk
- where can i find string escape sequences in the ruby documentation?
- how are instance variables in controllers made available to views in rails
- how can you loop through multiple arrays parallel?
- rsolr::error::invalidrubyresponse - 200 ok
- how to change the mailer content-transfer-encoding settings in rails?
- ruby: how to either set a variable to 0 or, if it is already set, increment by 1
- rails -- before_save not working?
- factory girl error with has_many relationship
- how to implement bootstrap 4 and rails 5
- rails app on percise32 vagrant box - assets get "text file busy" error (errno::etxtbsy)
- using sqlite as production database, bad idea but
- how can i transform the coordinates of a shapefile?
- incorrect mysql client library version
- rails secret_key_base not being recognized in production
- rake db:migrate and rake db:create both work on test database, not development database
- routing for controllers with multiple words in in rails 4
- releasedate for rails 3
- default size of text column in rails (postgresql)
- rails3, cucumber, capybara, file upload => bad content body (eoferror)?
- form_for without activerecord, form action not updating
- inconsistent implicit hash creation in ruby?
- what is the difference between [\s\s]*? and .*?
- how can i add a validation error in before_save association callbacks
- multiple database tables within one ar model in rails 3
- jasmine won't load javascript files from asset pipeline
- rails: filter index page and re-display filter inputs
- search and replace with ruby regex
- rails resque undefined method error in external module
- ruby string search: which is faster split or regex?
- can an "if (a == b || c == b)" statement be done shorter in ruby
- virtual attributes and mass-assignment
- rails form_for results in post instead of put when trying to edit
- ruby ignores rescue argumenterror
- what is attr_internal used for
- rail 3: instance variable not available after redirection
- tried several fixes: heroku/rails 4 assets precompile error
- web push with vapid: 400/401 unauthorized registration
- devise error: email can't be blank
- activerecord has_many where two columns in table a are primary keys in table b
- what's the best way to store global application settings in a rails application?
- getting mmm-mode to work in emacs 24
- rails: changing locale and keeping page parameters
- rails caching: replacement for expires_in on rails.cache.fetch
- activerecord::statementinvalid: mysql2::error: cannot delete or update a parent row - rails 4.2.6
- multiple require & permit strong parameters rails 4
- uninitialized constant actionview::compiledtemplates::bootstrappagination
- not getting debug output for view errors in development mode
- incompatible character encodings: ascii-8bit and utf-8 in ruby 1.9
- ruby - execution expired
- writing "not in" sql query using arel
- how do you find the physical memory free on the machine in ruby?
- rails 3 destroy multiple record through check boxes
- string split by two different delimiters
- multiple layouts in ror
- functional tests for flash messages after redirect
- why is this an error with erb?
- how to use and in ruby regex
- how to change will_paginate urls?
- change error validation message in paperclip
- why won't pry run in heroku's console?
- how to programmatically determine the installed version of ie from a script
- how to query multi values of enum field in activerecord?
- capybara::elementnotfound: unable to find visible field
- i can't install sqlite3 gem for ubuntu 10
- unicorn with ruby 2.4.1 causing weird crash
- specify options for a filter in ruby haml
- reopening rails 3 engine classes from parent app
- rake db:migrate doesn't work after ruby 2.2.2 to 2.2.3 upgrade via rvm
- can't find magick-config
- rspec 3 deprecation warning: filtering by an example_group subhash is deprecated. use the subhash to filter directly instead
- proper way of testing gems
- using rbenv with docker
- vanity, rails 3 and heroku
- rack error -- loaderror: cannot load such file
- what's the most commonly used unit testing framework for different types of ruby applications?
- rails 4 + rolify gem: user roles aren't being updated via ui
- ruby: download zip file and extract
- setting up to invoke form helpers from rails console
- rbenv continually generating vagrant shim
- remove unwanted attributes from an object in ruby
- ruby/rails - convert date/time back into natural language (2011-02-17 => february 17th, 2011)
- before_create in rails model
- select tag with multiple values pre-selected - values inserted manually in database
- generating a pdf with images from base64 with prawn
- how to use inner join in ruby on rails
- good cucumber tutorial not dependent on rails [closed]
- set custom timeout in net::http::get.new with rails
- how do you fix? formtastic :label_method is no longer available
- how to test actiontext using rspec?
- how does foo(&nil) behave differently than foo(&"not a proc")?
- rails mailer error with inline attachment
- simple way to always make a field lowercase in db
- rails omniauth and utf-8 errors
- rails actionmailer ignores settings in environment.rb
- hide a div [rails]
- rails: include html in a mail_to link
- rails 5 - could not find generator 'rspec:install'
- enable/disable javascript using selenium webdriver
- selenium-webdriver: get attributes after finding an element
- ssh and -bash: fork: cannot allocate memory vps ubuntu
- stumped by a simple regex
- is it possible to define a block with optional arguments in ruby?
- webpack module build failed unexpected token (rails react build)
- undefined method `update' for nil:nilclass rails 4.0.0
- rails 3 - 'couldn't parse yaml'
- how can i use rails/devise without a database?
- rails, how do you access the raw request data at the absolute lowest level?
- activemodel serializer - passing params to serializers
- how to do pagination with cancan?
- rails detect if user's very first visit
- what does resource mean in devise?
- why rails fails to detect ajax request in production?
- suppress particular warning in ruby
- rails completed 406 not acceptable
- push to heroku fails: could not find net-ssh-2.10.0 in any of the sources. failed to install gems via bundler
- why in ruby, a || 1 will throw an error when `a` is undefined, but a = a || 1 will not?
- undefined local variable or method `main_app' on helper test
- no route matches although there is one in rake routes
- show all results on one page (gem kaminari)
- why in ruby do uninitialized instance variables return nil, but uninitialized class variables raise an error?
- are there still benefits to running jruby vs. the latest mri with puma?
- rbenv: permission denied
- ruby error: "no such file or directory -- script/generate (loaderror)"
- how do i remove opposite values from an array?
- rails 3.1: how to run an initializer only for the web app (rails server/unicorn/etc)
- how to retrieve the current method name so to output it to the logger file?
- render a 404 page on routing error in rails
- query with a model method?
- passenger rack app 'cannot infer basepath'
- how to change the log level in sinatra
- nomethoderror: undefined method `has_attached_file'
- how to check if a value is valid input for integer(), float() or rational()?
- how to have a checkbox fire an ajax call when checked or unchecked in rails3?
- ruby on rails, week number is not the correct one (-1)
- how do you test the params hash in a rails test?
- is it possible to stop jekyll from generating a page for each post
- validating attachment contents on upload with paperclip gem
- bundler: what does :require => nil in gemfile mean?
- file.open and blocks in ruby 1.8.7
- ruby get available disk drives
- range slider using ruby on rails
- rails mongoid clear criteria
- nomethoderror using activerecord_postgis_adapter
- rails pagination without gem
- best way to not run rufus-scheduler when starting a rails console
- database_cleaner is wiping my development database
- make a one-off query to a different database and table
- capybara is not waiting for ajax to finish
- how to hide html div
- brew linking with imagemagick
- rails cache_digests touch has_many association
- ruby csv headers not in the first line
- postgresql nextval generating existing values
- heroku's trying to install development gems even after i've told it not to
- syntaxerror: parse error only happens in safari
- how to hover over (mouseover) an element in selenium ruby?
- why do i get "errno::econnrefused" with 'net/http' in rails?
- rails: best way to conditionally show/hide a form field?
- what is the convention in rails (with asset pipeline) for internationalization inside css?
- how do you create a java applet using jruby?
- adding controls inline with simple_form, nested_form and twitter bootstrap in rails
- maxlength in textarea using jquery
- ruby thread programming , ruby equivalent of java wait/notify/notifyall
- ruby on rails link_to internal id
- file upload with the ability to resume (preferably in ruby on rails)
- check if two hashes have the same set of keys
- mobile_fu for rails 4
- why do i need to use "rvm use default" after opening new terminal window?
- find all the mongoid model names in my application
- is there a built-in lazy hash in ruby?
- making post request in rails with hyperlinks
- overriding content_type for rails paperclip plugin
- rails controller processing as */*
- if this code is not a joke, how on earth does it work?
- shoulda: test validates_presence_of :on => :update
- rspec user test gives "undefined local variable or method `confirmed_at' "
- ruby on rails: prevent from selecting a column by default
- alternative to uri.parse that allows hostnames to contain an underscore
- ruby vs. ruby on rails
- using file#flock as ruby global lock (mutex for processes)
- cannot run localhost:3000 : white empty page is rendered
- what's the best way to "shuffle" a table of database records?
- rails: how can i access the parent model of a new record's nested associations?
- working ide for rails3 on windows
- rails i18n: better way of interpolating links?
- ruby: get hash pair with max value
- rbenv installation permission denied
- nomethoderror: undefined method `spec' for nil:nilclass - active_utils, factory_girl and more gems failing
- how can i dynamically define an alias method for a class method?
- ruby: insert hash into array?
- do you need a framework to write ruby or python code for the web?
- rails / heroku - how to anti-virus scan uploaded file?
- convert rails 4 has_many from condition with proc to where
- how to integrate openid with devise in rails 3
- rails - grouped_options_for_select
- build routes on top of a common base route?
- neat way to conditionally test whether to add a class in haml template
- is there a difference between `true` and `true`?
- how do i precompile assets in rails in development environment?
- rails 3.1.0 belongs_to activeresource no longer working
- how to get actioncontroller::live streaming working with thin?
- bundle install fails due to missing make command
- bit shifting in ruby
- creating array of hashes in ruby
- updating html via json/ajax
- fatal: peer authentication failed for user "rails"
- devise confirmable not working in newest version
- not sure how to generate an ecdsa signature, given a private key and a message
- debugging a scripting language like ruby
- gem::install error
- can ruby scripts be precompiled into a binary?
- how to append data to csv file
- installing rails on mac os fails with several errors
- gulp-ruby-sass not a recognized command in windows
- retrieve filename and content-type from base64 encoded image ruby on rails
- heroku cedar - no static assets for mounted resque front-end
- ruby: how to know if script is on 3rd retry?
- rake aborted! pg::connectionbad: fe_sendauth: no password supplied tasks: top => db:migrate (see full trace by running task with --trace)
- rails: execution expired on time_zone_select
- move and rename file on ftp site with ruby
- why do i get "write permission" errors installing rails?
- activerecord raising duplicate key error on simple create
- devise + active admin redirect
- how do i read a midi file, change its instrument, and write it back?
- .field_with_errors messes up bootstrap styled form
- find loaded providers for omniauth
- rails 3.2 app - should i use a versioning gem (paper_trail or vestal_versions) or handle it manually?
- rails validate type date?
- how can i display 'delete confirm dialog' with bootstrap's modal? not like browser's default
- ruby 1.9 and sass encoding issues. (from ascii-8bit to utf-8)
- ruby single versus double quotes
- what's wrong with my rackup file?
- multiple query conditions in rails - if they exist.
- ruby: checking for east asian width (unicode)
- is there a way to check if part of the url contains a certain string
- comparing .references requirement on includes vs. eager_load
- what is a good ruby on rails forum that can easily integrated to an existing application?
- error installing gem failed to build gem native extensions -- cannot load such file -- mkmf
- ror environment in ruby standalone script
- how do i execute queries upon db connection in rails?
- how to copy a (active)record between tables, partially?
- override method_missing for class and instance methods?
- callback for classes defined inside a module
- is it possible to add a value to a submit button that gets passed in the params?
- download multiple ftp files like d*.txt in ruby
- rails attr_accessible rspec check
- capistrano: deploy.rb file refactoring
- upgrading rails app from 3.2.6 to 3.2.8
- rails sql query with % wildcards works in sqlite but not postgresql?
- rails add custom eager load
- scopes vs class methods in rails 3
- has_many configuration for ember-data and active model serializers with embedded ids and sideloading
- how to tell bundler to ignore gems that don't exist?
- user editable slugs with friendly id
- paperclip with s3 on rails 3 / uninitialized constant aws::s3::connection
- what might explain an "invalid stored block lengths" error?
- use fog with ruby to generate a pre-signed url to put a file in amazon s3
- rake db:migrate doesn't detect new migration?
- capistrano deployment fails after upgrade to rails 3.2.11
- rails validating virtual attributes
- matching nested model association attribute with includes
- ember.js error: no model was found for 'id' while saving record using ember-data
- get rails exceptions to show using capybara and selenium
- get address from geocode latitude and longitude
- rails3 – how do i make a custom helper available to controllers and views
- existing data serialized as hash produces error when upgrading to rails 5
- omniauth and open_id with google broken when running behind nginx in ssl mode
- write current svn version into text file
- return every nth row from database using activerecord in rails
- rails sti and the setting of the "type" string
- rails activerecord: pluck from multiple tables with same column name
- find open shops through timetable with elasticsearch/tire
- many errors installing mysql on jruby
- stripe api invalid request: must provide source or customer
- what does "assigns" do in ruby on rails?
- what does :this means in ruby on rails?
- devise rails current_user vs user_signed_in?
- determine if a ruby script is already running
- disable csrf sitewide
- weird cacheing issues with heroku / memcache and dalli
- show a 404 instead of 500 in rails
- rails i18n translations scoping
- neo4j.rb create unique relationship
- rails associations through multiple levels
- comparing sequences in ruby
- how to get rails heroku log backtrace from heroku error
- extending a ruby class with a standalone piece of code
- heroku asset files always empty
- why does kernel#require raise a loaderror in ruby?
- rake assets precompile failed
- sort alphabetically in rails
- invalidate sprockets cache during rspec automated test
- using webrick to serve php web applications
- autoloading and zeitwerk mode in rails 6
- load data local infile causes malformed packet error with mysql2 gem
- routing error no route matches [patch] "/locations"
- how to solve 'connection is still waiting for a result' error with em_mysql2
- capistrano deploy:start with unicorn
- ruby rake loaderror - bundle exec rake not working
- rails mass assignment and backbone.js
- rails redirect to page user wanted to view prior to login
- bourbon vs twitter bootstrap for rails 3.1
- override the default rails model template
- plural for fields_for has_many association not showing in view
- using a jquery ui theme with rails 4 - no images being served
- are there benchmarks comparing the respective memory usage of django, rails and php frameworks?
- word boundaries in irb
- how is the value of a begin block determined?
- why can't i make "openssl with ruby" and "command line openssl" interoperable?
- active admin in rails - csv limit
- the speed of ruby and java [closed]
- facebook oauth is not returning email in user info
- why callbacks for the after_find and after_initialize events is to define them as methods?
- datetime comparison fails in rails
- how do i keep the user signed in after they update their password using devise?
- puma restart fails on reboot using ec2 + rails + nginx + capistrano
- ruby on rails: how to set a database timeout in application configuration?
- fetching multiple result sets from mysql stored procedure in rails
- devise primary key error on postgresql, heroku, rails 4
- rails 3 routes for nested controllers and sub-folders
- install ruby with mountain lion, xcode 4.5, and rvm?
- how do i keep paperclip from deleting attachments from an acts_as_paranoid model?
- webpacker::manifest::missingentryerror [closed]
- adding pagination to index.html.erb in ruby on rails - easy question
- creating unique id for <fieldset> when using form_for rails nested model form
- argumenterror in devise::registrationscontroller#new wrong number of arguments (2 for 0..1)
- parsing latitude and longitude with ruby
- undefined method `use_transactional_fixtures=' in new rails 3 project
- rails namespaced routes work in development but not production
- rails/ruby: any way to shorten the stack traces?
- difference between the "@" instance variable belonging to the class object and "@@" class variable in ruby?
- getting rid of deprecation warning: env is deprecated and will be removed from rails 5.0.
- inheriting rails i18n validation error messages in the subclass
- can't mass-assign protected attributes attr_accessor and attr_accessible
- where does heroku store uploaded files when using paperclip
- building a json stub using factorygirl
- routing error for a model with a join_table and has_many :through in railsadmin
- how can i mcrypt 128 cfb to ruby?
- rails, why joins returns array with non-uniq values?
- what are the current resources for building a facebook application with rails? [closed]
- is there a rake task for backing up the data in your database?
- how do you pass multiple arguments to nested route paths in rails?
- what is a good way to memoize data across many instances of a class in ruby?
- how to get capistrano 3 to use rvm ruby?
- make instance methods private in runtime
- how does has_one :through work?
- where is bin directory in rails3?
- get route path dynamically
- using cucumber testing for uploadify on rails 3
- ruby class namespacing with modules: why do i get nameerror with double colons but not module blocks?
- rails: find tasks that were created on a certain day?
- how do i get rails to generate json in the correct format for ember.js?
- if condition in each do rails
- ruby: unescape unicode string
- ruby: keep console open after script execution
- is it possible to have a compound foreign key in rails?
- how to do rolling restart with unicorn?
- mysql2::error (access denied for user 'root'@'localhost' (using password: no)):
- nomethoderror undefined method `link_to_function'
- how to keep rspec tests dry with lots of "have_link"
- what is the equivalent of java classpath in ruby?
- why use /app/lib instead of /lib in rails?
- rails3: base#after_update has been deprecated
- sublime text 3 multiline method folding
- rails where clause when something is stored as array
- how are variables bound to the body of a define_method?
- how to properly set an instance variable with instance_variable_set?
- actionmailer encoding - rendering garbage in email client
- rails: access parameters in view after form submission
- matching an unescaped balanced pair of delimiters
- ruby: defining class level hash with default values
- what is the origin of `%i` notation? [closed]
- ruby on rails - simple form autocomplete association search
- chef ruby gem installer failing
- using ruby openssl to download and read certificates
- how do i generate website thumbnails without 3rd party tools?
- class, module, their eigenclasses, and method lookup
- grunt task compass fails - could not find rubygem compass (>= 0)
- how do i configure a ruby mechanize agent to work through the charles web proxy?
- two namespaces of activeadmin
- ruby websocket client for websocket-rails gem
- rails 4, new app: why do tests run in development environment?
- can a counter_cache be used with a has_many?
- rails ruby gems vs pure development when generating a rich blog
- in ruby, should we always use "&&", "||" instead of "and", "or" unless for special situations? [closed]
- eventmachine and looping
- how do you enable database logging in production mode? (rails v2.3.8)
- find all subsets of size n in an array using ruby
- rails: application.css not in asset pipeline
- undefined method formatter for log4r in rails 4.0
- run capybara in rake task
- what is covered by save(:validate => false)?
- respond_with alternatives in rails 4.2 for backbone
- how do i add parameters to a link_to external url?
- getting turbolinks wrapper to work with ruby on rails devise
- making an entire model read-only with mongoid
- what are the files in .sass-cache for?
- can't create plugin with rails 3.2?
- rails 5 error message: child-model parent-model must exist
- enabling ruby postgis support on heroku
- getting fields_for to work with has_many relationship
- gitlab push syntax error, unexpected ':', expecting $end
- backslashes in gsub (escaping and backreferencing)
- access sql computed columns through activerecord
- getting started programming in dynamic languages in android ((j)ruby, clojure...)
- how do i use xpath on nodes with a prefix but without a namespace?
- active record update all json field
- how do i dismiss a rails flash message after some duration?
- is utf-8 the default encoding in ruby v.2?
- tesseract-ocr gem issue on mac os x
- how do you configure resque-web to use resque.redis.namespace?
- circular dependency detected while autoloading constant (rails 4, ruby 2)
- changing sqlite to postgresql in ruby on rails
- rspec and capybara undefined local variable or method `page'
- why do i get "stack level too deep" with recursion?
- nokogiri segmentation fault?
- next available record id
- ruby on rails redirect how to pass params in routes file
- how to make has_and_belongs_to_many relationship work in mongoid
- kaminari undefined method 'page'
- waveform visualization in ruby
- http get on craigslist blocked
- forcing the inline rendering of a pdf document in rails
- execjs::runtimeerror running the getting started with rails blog on cygwin (windows7)
- ruby mechanize: follow a link
- adding table columns to a group by clause - ruby on rails - postgresql
- rails: test a helper that needs access to the rails environment (e.g. request.fullpath)
- imagemagick multiline text and background image
- from static typing to dynamic typing
- rails 3 installation hangs at gem builder with "unable to convert "\xf1" from ascii-8bit to utf-8"
- rails 4 - save address as one column in database
- how to solve" dl is deprecated, please use fiddle" rails 4.1.8?
- should rails models be concerned with other models for the sake of skinny controllers?
- rails' concat method and blocks with do...end doesn't work
- in ruby, are the terms "metaclass", "eigenclass", and "singleton class" completely synonymous and fungible?
- rails model validators break earlier migrations
- sphinx returning bad search results
- activerecord returns data in ascii-8bit under ruby 1.9.2-rc1
- how to associate direct upload fields with a model using cloudinary in rails?
- can multiple objects be inserted with the << operator in rails 3.1?
- how to ensure a rake task only running a process at a time
- select, group and sum results from database
- transaction action with ruby on rails
- web: when should i consider using java rather than php, python/django, ruby/rails, etc?
- rails file download and view update - howto?
- ruby's faraday - include the same param multiple times
- get object value with nested_form
- ajax request causing "param is missing or the value is empty" error
- threading in rails console with active record doesn't find model in the database
- nesting layouts in rails
- sunspot solr search like rails active record 'like' search
- gem install pg error: couldn't understand kern.osversion `14.0.0' on yosemite w/ ruby 2.1.5
- can't get rspec, spork and debugger to play nice
- can ruby's yaml module be used to embed comments?
- interesting bug? in osx preinstalled ruby (1.8.7)
- rails 4.2.0.beta2 - can't connect to localhost?
- can ruby geocoder return just the street name on reverse_geocode calls?
- applying aggregate function sum together with group by
- get checkbox to render as checked if boolean value is false
- converting a ruby hash string to a python dictionary
- hash "has_key" complexity in ruby
- how can i use fog to edit a file on s3?
- rails nginx puma duplicate upstream "puma" in /etc/nginx/sites-enabled
- cannot load such file — sqlite3/sqlite3_native (loaderror) ruby on rails
- grouping mongoid objects by day
- ruby unit tests: run some code after each failed test
- restart single process with foreman
- devise flash messages don't show up
- commandline statement inside rails controller
- can you include before/after filters in a rails module?
- mechanize - how to follow or "click" meta refreshes in rails
- activerecord associations: any gotchas if has_many without corresponding belongs_to?
- how to sort an array of accented words in ruby
- cannot load 'rails.application.database_configuration' undefined method'[]' for nil:nilclass
- elegant rails: multiple routes, same controller action
- custom, efficient, complex sorting in rails 3
- ruby on rails prevent turbolinks from hijacking ajax action
- gem unf_ext failed to build gem native extension
- best way to manage rails application configuration settings persisted in a database? [closed]
- ruby custom string sort
- how to setup a global variable in a controller
- access nested hash element specified by an array of keys
- how to override created_at field in model when importing a csv?
- rails 3: display validation errors for a form (not saving an activerecord model)
- how to populate lookup tables in rails tests
- rspec+capybara request specs w/ js not working
- wicked pdf not rendering header/footer
- how to place month, date, year of f.date_select on single line?
- you are trying to install in deployment mode after changing your gemfile
- hmc sha1 hash - c# producing different hash output than ruby
- ruby use case for nil, equivalent to python none or javascript undefined
- understanding rails migration statement (:null => false)
- stack level too deep (systemstackerror) when using both rspec and cucumber with ruby and rails
- how to format currency columns in axlsx?
- ruby mock a file with stringio
- rotate a set of object coordinates
- validating length of habtm association without saving
- proper s3 permissions for users uploading image files with carrierwave
- devise: ability to pass parameters to the registrations#sign_up action
- devise allow token authentication on single controller action
- rails: completed 401 unauthorized
- activerecord query for a count of new users by day
- i18n in emberjs (routing and in general)
- what does the "=>" in "rescue exception => e" do?
- why does rake assets:precompile in development cause problems but not in my production environement
- ajax loading spinner in rails 4
- validation methods in plugins
- activerecord associations as json with grape
- how do i clear the cache of ruby phusion passenger in ubuntu?
- using @font-face with ruby on rails?
- why does test::unit.test_order= not working as expected?
- selenium webdriver chromedriver timeout on start in headless mode
- rails 4 date_field, min and max year?
- rails 3.0.10 before_validation callback not called for associated collection objects
- sort by specific ids in activerecord
- warning: flattenchildren(...): encountered two children
- how to profile requests in a rails 3 application
- zurb foundation rails topbar nav black highlighting when hovering over nav link
- rails: using .references on joins even though it is not required
- javascript functions available via javascript_include_tag but not asset pipeline and application.js
- how to block images in watir?
- ruby 1.9 base64 encoding write to file error
- convenience methods for ruby's number class and 0
- why the value of the assignment is always the value of the parameter?
- nomethoderror in pages#home
- how to monkey patch a rake task shipped with rails?
- is it possible to require files outside the gemfile?
- pik error: private method `gsub' called for nil:nilclass
- ruby: `read': invalid argument -(errno::einval) at file.read
- factory girl - has many associations
- sequel (ruby), how to increment and use a db counter in a safe way?
- execute javascript on partial render
- can somebody give an active record example for pluginaweek - statemachine?
- pass get parameters with ruby curb
- file.readlines invalid byte sequence in utf-8 (argumenterror)
- schedule one-time jobs in rails
- rails currency exchange gem that works?
- why does rails store times in utc?
- sometimes javascript run perfect and sometimes not in ruby on rails 4
- reading a binary 16-bit signed (big-endian) integer in ruby
- activerecord::dangerousattributeerror - attribute? is defined by activerecord
- retrieve a ruby object from its singleton class?
- no binary rubies available for: osx/10.8/x86_64/ruby-1.9.2-p320
- does the ancestry gem work with rails 4?
- dependent dropdown contents with jquery-select2
- devise admin role: pg::error: error: relation "admins" already exists
- get raw params rather than the "processed into hashes" versions
- how do i merge two lists, and remove duplicates, in ruby/rails?
- force rubygems to use http
- byebug gem configuraiton issues
- jquery redis hit counter to track view of cached rails pages
- rspec not loading controllermacros module in linux (but fine on os x)
- ruby and sending emails with net::smtp: how to specify email subject?
- ruby on rails: initializing instance variables with helpers in view
- rails: rendering models?
- rails: how to disable activestorage analyzers and previewers
- how to install pcap for ruby on windows
- install ruby 2.4.1 in windows within corporate proxy. msys2 update fails
- where would i store static/constant values in a rails application?
- testing abstract classes in rspec
- ruby counting chars in a sequence not using regex
- why do method definitions return symbols?
- how does this method determine the greatest common divisor?
- explanation of proxy_association to find unassociated records
- how to handle shopify api connection with shopify gem?
- how to add a class to select_tag in ruby on rails
- nokogiri gem installation error with spree
- using active record reputation system gem, no sorting happens when i sort by votes
- securing an ajax api to prevent other sites from taking advantage of it
- magento oauth and rest api trouble
- creating custom method for collection
- ruby: unexpected semicolon in block parameters
- add <div> to "each block" each 2 results with rails 3
- how do i browse the source code for a gem in rails3 with rvm (linux & gedit)
- refile simple_form undefined method attachment_field
- how to access json in rails?
- rails apns for push notifications to apple ipad - which gem to use?
- how to parse a mash from linkedin to create a ruby object
- where to put ruby .gem files so that shoes.setup can find them?
- local postgres db keeps giving error duplicate key value violates unique constraint
- ruby - redis based mutex with expiration implementation
- is it possible to create java classes from jruby and use them in java?
- invalid decimal becomes 0.0 in rails
- factorybot - create nested objects
- error “can't create java vm” trying to use ruby java bridge (rjb) gem
- generating pdf using prawn in background with resque
- why is assets:precompile so slow on heroku?
- devise throwing http auth on xhr and logging out
- how to download multiple files from s3 as zip format in rails 5.x.x app?
- in rails 3: how do i render with layout in respond_with using a custom format?
- how to get mechanize to auto-convert body to utf8?
- simple form collection translation
- jquery ajax to rails 3, in rails how to get the variable passed via data?
- aws ruby sdk core: upload files to s3
- upload with paperclip very slow (unicorn)
- rails "where" method to find parent by child attribute
- odd method behaviour with optional first hash parameter and keyword_args
- uninitialized constant actionview::helpers::instancetag in rails 4
- how do i render a .builder template in ruby on rails?
- authlogic and iphone app login
- cocoapods installation failure (unable to resolve dependencies)
- best permalinking for rails
- ruby uri module produces illegal file-uri
- rescue_from nomethoderror
- am i the only one that queries more than one database?
- how do i add files already stored on s3 to carrierwave backed by same datastore?
- getting an error in jquery when i try to autosave a form field with an ajax call
- undefined method `all' for activesupport in rails 4.0.0 app
- time between specified range
- recaptcha plugin for rails
- removing 'via sendgrid.me' from mail sent using on heroku
- give a 404 instead of a 500 error for missing templates
- overriding as_json has no effect?
- how to set the referer header before loading a page with ruby mechanize?
- rails, yml, & multiline
- does ransack support the same polymorhpic belongs_to associations in its searches as metasearch does?
- loading data from associated model in same query in rails
- when should i use array columns v.s. associations in rails
- how to create opengl 3.x or 4.x context in ruby?
- elastic beanstalk is causing my rails 6 app precompiled assets to break when adding/removing env variables
- actionmailer - sparkpost template and multilanguage
- how does jekyll use post.html to generate pages?
- rails 3 multiple parameter filtering using scopes
- devise authentication error when entering site's root first time
- ruby redis client scan vs keys
- ruby on rails 4: test nested resources with rspec not working
- include custom folder specific assets in ruby on rails
- securing a client-side api
- ruby: paperclip, s3, and deep-cloning
- updating rails to 2.3.6
- ruby array - reverse iterate with next and before element
- rails shopping cart - not adding to current order
- can shoes.rb create self-contained applications?
- error installing mysql2 gem- 10.6 server
- need to change the storage "directory" of files in an s3 bucket (carrierwave / fog)
- execjs::runtimeunavailable error when i start the rails server
- parsing string pathname with ruby
- select n objects randomly with condition in rails
- polymer js conflicts with rails turbolinks
- rails 3.1 distinct find and missing attributes
- rails - activeadmin, duplicating has_many records upon updating "parent" record
- ruby on rails and domain driven development
- ruby module inside module
- how to test concurrency locally?
- calling a multistage capistrano task from within a capistrano task
- correct way to handle multiparameter attributes corresponding to virtual attributes
- solr, sunspot, bad request, illegal character
- using habtm or has_many through with active admin
- rails habtm after_add callback fires before saving primary object
- how to update a model's "updated_at" field only for a subset of column updates?
- most efficient method for reading input in ruby
- why does it seem like the capybara "wait for page to load" timer works for matchers but not finders?
- changing the sign_in url for devise
- before_create doesn't work in rails
- custom domains in a rails app
- validate presence of nested attributes
- how do i add a method to a ruby gem without editing the gem source?
- sunspot and rspec fail. the commit doesn't seem to be working
- how do you use actiondispatch::routing::routeset recognize_path?
- ruby on rails 3 + rspec + capybara: check response status
- perl & ruby exchange aes encrypted information
- how to enable :tsearch dictionary for pg_search multi-search?
- how come ruby's single os thread doesn't block while copying a file?
- delete document from mongodb
- ruby task scheduler [closed]
- getting "uninitialized constant" when trying to invoke my service in rails
- generating column-based table in ruby on rails view
- what's the way to check if all the elements in an array are nil?
- adding a newline to a file
- rails - has_one relationship : scopes for associated and non-associated objects
- rails link path and routing error when model singular and plural name are the same (e.g. equipment, species)
- rails activerecord : sum, max and joins
- rake db:structure:dump fails under postgresql / rails 3.2
- convert active record set into an array of hashes
- disable blob logging in rails 3
- rails: attr accessor undefined method in the setter
- installed rails but it says i did not :)
- enabling 2 different models in a rails app talk to the same table
- how to fix the cocoapods installation setup error?
- activesupport::timewithzone#to_date returns wrong date
- how can i run a rake task as a windows "scheduled task"?
- how does rails handle a has_many when query uses includes?
- development error using paperclip and amazon s3
- paperclip - undefined method `match' for nil:nilclass
- rails and mysql syntax error with multiple sql statements in an execute block
- searching attachments from a rails app (word, pdf, excel etc)
- having to explicitly render :layout => 'application' in controller actions in my rails 3 app
- mongoid, how to order_by through a references_one association (and subsequent associations)?
- how to write custom metadata to an image created by rmagick?
- jekyll, modify the way some html tags are rendered
- activeadmin batch action dynamic form
- i want to customise devise gem's controllers, is it possible and how to do?
- could not find gem 'sqlite3 (>= 0) ruby'
- "heroku push rejected, no cedar-supported app detected" when trying to upload a sinatra app with an existing git repo
- what's the best practice for using bundler, git, and jruby gems with maven?
- what does this ampersand mean?
- prawn html formatting
- rails devise disable password recovery for certain user types
- uniqueness validation in database when validation has a condition on another table
- how to add a section to a siteprism page object dynamically?
- extract `moped::bson::document` attributes in ruby hash
- rails app folder directory structure
- how to use jqueryui in views in rails 6
- ambiguous column in mysql/rails find method
- error installing sassc, clang compiler does not support '-march=native', m1
- what kind of ruby method call is array(x)
- capybara choose("radio button") not working
- process.fork in rails controller
- parsing string to time in rubymotion
- how to use rack map to run two thin (or other) servers on different ports?
- rails/ruby merge two hashes with same key, different values
- rails4: cancan or cancancan? with has_secure_password
- rails integration test against page modification hack?
- active storage still detects attachement even after validation failure
- how does a middleware get deleted?
- my app accesses a remote database. how do i run unit tests efficiently?
- ruby - how can i convert a mixed number to float?
- django-like framework on ruby?
- how to reuse code in capybara
- actionview::missingtemplate
- how can i write a case-insensitive find_by_email for rails 3
- how to use params.require in rails 4
- ruby's && operator
- execute ruby worker script in rails environment
- setting cookies via esi:include, how?
- base36 encode a string?
- how can i test with rspec that rails 3.2 actionmailer is rendering the correct view template?
- load google maps script only on certain pages in rails app
- displaying user password with devise confirmation page
- encrypting additional table columns using devise
- ruby on rails: how do i change the behavior of recordnotfound?
- model relations in ruby on rails
- while migrating from heroku bamboo to cedar stack, some native libraries are missing! how to fix it?
- is there a better way to run a capistrano task from within rake?
- passing rails variable in a onclick function of check_box_tag
- nested form & habtm
- devise token auth - can't create user account after installing devise token authgem
- paperclip - default style per style? possible
- run rake task from outside rails_root
- chaining multiple joins with wheres in rails3
- git is not using the contents of .gitignore
- rails 4: creating point rules using merit gem
- display partial if user on specific page
- rails views showing formatting input in double curly braces like {{parameter}} instead of actual values
- label references for associations
- rails: has_many :through or has_many_and_belongs_to?
- undefined method attr_accessible error for user
- access rails env variable from angular controller
- how to invoke rake with non-rake parameters
- rails 4 and devise: devise not saving new information (first name, last name, profile name)
- weird routing error in rails 3.0
- is there a way to add users automatically into gitlab?
- how this sql injection works? explanation needed
- probability of collision of securerandom.urlsafe_base64(8) in ruby?
- cucumber: fill in a field with double quote in it
- can't save image attributes with paperclip in rails 4
- how can i read cookies in rails that have been set by jquery
- how-to: devise after_sign_up_redirect?
- accepts_nested_attributes_for causing sqlexception
- functional test and nested resource
- rails - trigger javascript events from controllers
- how use rspec with with before_validation
- in rails, execute block for both conditions: first_or_create
- michael hartl's ruby on rails tutorial. failed test in chapter 9
- trying to start redis and resque scheduler within a rake task
- showing link in text field in rails
- rails heroku app errors
- approach for installing system service implemented as ruby gem
- suppress backtrace for rspec 3
- how do i get twitter bootstrap's less files to work with sinatra assetpack?
- configuring loader.io in rails
- rails heroku invalid configuration option
- ruby recursive dfs method
- indent with tab instead of spaces in emacs ruby-mode
- updating partial view with ajax
- debug rails app inside docker use intellij/rubymine
- rails error_messages helper
- devise gives error while running devise:install in rails application
- rails ajax_pagination couldn't find file 'history'
- where are mixins implemented in rubinius?
- no such file to load -- rest_client (rails 3)
- mouse movement / mouseover and javascript evaluation in watir
- run background process in sinatra
- can you use turbolinks with webpack in rails?
- can't push to heroku because of dotenv uninitialized constant error
- rake task failing to load :environment properly
- why is rails setting ":null => false" on all my columns in schema.rb?
- mendeley custom oauth strategy
- multiline string in haml
- rails jquery-fileupload gem - couldn't find file error
- expected response to be a <:redirect> but was <200>
- fastercsv: read remote csv files
- getting latitude and longitude values from controller in rails-geocoder gem
- what's gem can operate excel on linux?
- helper methods to be used in controllers and views in rails
- can i define a java subclass in ruby, then instantiate it in java?
- equivalent of ruby's each_cons in javascript
- watermark images with paperclip, rails 4
- rails 3 using mongodb via mongoid adapter - is there any way to share attribute specifications without using single-table inheritance?
- how to create dropdown from a hash in rails 3
- does cd command in a shell script load the rvmrc inside the destination directory?
- postgres.app upgrade, now rails app won't start
- rails 4 railties's executable "rails" conflicts with rails
- if i have a stripe card token how do i retrieve customer id?
- can't install rdiscount gem after installing rubyinstaller and devkit on windows
- heroku: pg::invalidtextrepresentation: error: invalid input syntax for integer: “”
- bootstrap rails not working
- convert a class to a subclass on instantiation
- how do i add values from two different arrays of hashes together?
- cannot seed data in production using heroku
- rails .reject turns type activerecord::relation into type array
- how to find size of query result
- is it possible to extend a class by using a string as a module ? - ruby 2.7.1
- how to split a html document using nokogiri?
- versioned associations using vestal_versions?
- cannot load such file -- 2.2/gherkin_lexer_en, how to fix?
- rails custom configuration returns an empty hash
- how to make yard `@macro`s apply to multiple files
- when installing gems "error: permission denied rb_sysopen" arch linux
- ruby on rails has_many :through association which has two columns with same model
- why do my changes to model instances not get saved sometimes in rails 3?
- fetch url (with params) using ruby
- rails + sinatra apps sharing sessions
- if statement inside sinatra template
- set content-disposition on public file types in rails?
- rpsec tests failed with 'rspec' but not with 'rspec path_of_the_file'
- copy/inheritance of ruby matrix class (core/std lib)
- how to run twitter gem after page loads
- devise authentication - no confirmation after password recovery
- whenever gem fails to run "bundle exec" correctly in capistrano
- rails model attr_accessor attribute not saving?
- rails: no route matches ... missing required keys: [:id]
- how can i detect that an email has been rejected as spam by the recipient?
- regular expression very slow on fail
- :confirm and :method not working in rails button_to
- specified sqlite3 gem not loaded
- redirecting from an update action to the referrer of the edit
- enabling a disabled field using javascript executor for selenium webdriver ruby binding script
- ruby 2.4 enumerable#sum breaks in rails 5.1
- rails tire elasticsearch weird error
- custom logging best practices in ruby
- mysql not respecting wait_timeout setting in my.cnf
- can i use treetop to parse an io?
- how can i access an activestorage object via url in a test environment?
- how to support backwards compatibility with the changes to the accept header handling in rails 2.3.4
- ruby - how to generate the possible sequential combination of letters from an array of strings?
- heroku and datamapper problems
- sql server adapter for rails
- hash into grouped array
- no route matches {:action=>"show", :controller=>"schools"} missing required keys: [:id]
- is there a way to download a file from s3 using the ruby gem aws-s3?
- localise nested virtual attribute in rails
- how to use let variables in rails console?
- how to collect the first of several elements of a node in nokogiri
- rack test fails: no response yet for json request
- github api responding with 'content is not valid base64'
- rails - storing search query/result
- problems installing rmagick with paperclip in rails 3
- using nethttp within rails to hit rails
- get instance name
- sunspot/solr queries ending with logical operators and/or/not result in error
- how do i completely rid my rails 4.2 application of teamcity?
- ruby on rails 3 reload using cached data
- using gmaps4rails with https/ssl
- set content_type of fog storage files on s3
- wicked gem cannot find wedding id in update action
- how do i connect a mysql database file to a local ruby on rails application
- active record update_attribute executes a delete query on an associated object(child) of an object(parent) when parent is updated
- app on github and heroku: ignore file on one but not the other
- digest::digest is deprecated; use digest
- ruby on rails: why a select box does not show the current object value?
- cookies within a cucumber test using capybara
- rails 3.1 inflection problem
- exception message: no such file to load in rails application
- csv importing in rails - invalid byte sequence in utf-8 with non-english characters
- rails 4 - yaml configuration file
- what is an efficient way to measure similarity between two strings? (levenshtein distance makes stack too deep)
- why does ruby define variables even if it never executes the variable assignment code?
- why isn't bundle install allowing for the pg gem to fully install?
- why does this 'validate' method raise an argumenterror?
- sum values in array of hash if they have the same value
- import wordpress posts in jekyll
- ruby on rails rest design question - transfer money between accounts
- automatically append parameters to *_url or *_path methods (rails)
- how can i find the longest string in a multi-dimensional array?
- devise /users/sign_in redirecting to wrong controller
- date format in ruby
- how to selectively trace methods and their file access in a rails app?
- what is the correct way of ensuring a single instance of a class?
- can i use activerecord relationships with fields from an hstore?
- rails 4: having a proxy model to combine multiple models
- instance methods of classes vs module methods
- how can i create multiple objects in a single form in rails 3.1?
- can't start service with sudo since root user has no access to ruby
- renaming a rails 4 app
- pg gem won't install in rails app: gem::ext::builderror: error: failed to build gem native extension
- any good reason for ruby to have == and eql? ? (similarly with to_a and to_ary)
- uninitialized constant for homepresenter
- how to set title for text_field?
- how to create simple array in ruby?
- how to call stored procedure in ruby on rails?
- ruby string operations on huge string
- testing rails grape api with curl, params array
- sending a post query sent via httparty
- circular dependency detected while autoloading a constant
- random item by weight [closed]
- adding custom directories (source and spec) to autotest in a rails 3 project
- assets path issue with s3
- how do i write an activerecord query that only looks at the time component of a datetime field?
- why are binary files corrupted when zipping them?
- getting textmate to recognize ruby version upgrade
- how can i test different environments (e.g. development|test|production) in cucumber?
- merge some complex hashes in ruby
- mongo_mapper limit results
- googlecharts gem - where do i put the require 'gchart'
- why does this expression cause a floating point error?
- newly assigned sequence is not working
- parsing json datetime?
- passing data to a rails partial
- rails 3 link_to inside a string
- global methods in ruby
- capybara::elementnotfound: unable to find field "title"
- is there a nicer oneliner for handling "unless somthing.nil? || something[:key].nil?"
- rails console doesn't work "you may have encountered a bug"
- reference the invoking object in the passed block in ruby
- flag invalid attribute in activerecord
- rails updating multiple models on a single form
- ruby - convert formatted date to timestamp
- how can i stub a controller helper method in a view spec with rspec 3.4?
- rails calling action from view
- getting "errno::enoent: no such file or directory @ rb_sysopen" while reading the csv file from the aws s3
- sqlite vs file based data storing?
- how do you change headers in a csv file with fastercsv then save the new headers?
- imagescience breaks on update to rails 3
- rails 6 - action text & api
- setting end-of-line character for puts
- rails with non-rails database design
- generating sasl xoauth2 client response for gmail imap access using ruby
- matching position in gsub or scan
- auth-hmac functional testing problem
- how to get devise to work with accepts_nested_attributes_for in a has one relationship?
- rails/activerecord - how can i make this more concise?
- sql in postgres convert datetime for recurring event to future datetime
- understanding how to optimize a query via the postgres/rails explain data
- rails 4 has_many :through not saving associations
- how do i validate certain fields with rails devise on registration only
- activeadmin sortable by multiple columns
- bundler cannot find rake but it seems installed
- what is best practice in ruby to avoid misusing assignment "="?
- using acts-as-taggable-on how do i find the top, say 10, tags in my app?
- textarea in rails form
- counter_cache not decrementing for has_many associations in activereord
- rails: validating uniqueness across multiple models
- emoji not saved correctly in mongodb
- avoid automatic conversion from fixnum to bignum in ruby
- how to develop rails app for shopify with scripttags
- error with mysql while doing bundle install
- save www::mechanize::file to disk using fileutils
- why am i getting a jquery alert twice in rails?
- rexml - how to extract a single element
- can't pass collectionproxy object to activejob
- omniauth behind proxy
- display an icon before text in a qtreeview
- ruby on rails - flash variable
- do activerecord::calculations with eager loading make multiple database queries?
- ruby "constants" seem to be invisibly alterable?
- ruby on rails graphing gems? [closed]
- ruby with ldap or ad [closed]
- how to make sudoku solver with backtracking algorithm go back?
- $(function) gets called twice in rails 3.2.1 app
- rails 3.2.3 mysql 5.5.1 mysql2 gem install fails with ld incompatibilities
- simple form i18n labels
- jquery events are not working on heroku in production but work in development
- sunspot geospatial search error:unknown field 'location_ll'
- algorithm for parsing a flat tree into a non-flat tree
- errors don't prevent object from saving?
- reseting primary key id in rails
- rails 4 ckeditor file upload
- bootstrap rails 4 sass layout not working
- what's the differences btw const_get and qualified_const_get?
- two column jekyll layout, separated by tags?
- rails 3: how to declare rack middleware in application.rb
- retrieving a single record from an activerecord/rails query
- acts_as_tree vs ancestry gem for tree menu [closed]
- routes with multiple, optional, and pretty parameters
- convert long filename to short filename (8.3)
- omniauth, devise, open id, cancan - whats what and when do i use which solution for a rails api app
- ruby: binding a listening socket to a specific interface
- fetching all user's pictures with the instagram gem
- rails redirect_to section of page
- argumenterror in #new, subclassing enumerator
- how to create a spreadsheet with formulas using rails?
- devise_error_messages! causes undefined method `errors' for nil:nilclass
- creating a rails route to an external url in rails 4
- does hash override enumerable#map()?
- how can i extract the bigger value for each key in a list of hashes in ruby
- rails 3 devise 401 unauthorized ajax call
- rails 3.2 f.file_field causes routing error
- splash (landing) page for rails app
- deep nested accepts_nested_attributes_for not rendering attribute data in edit template
- active model serializers : undefined method `url_for' for nil:nilclass
- get aws region names with ruby
- why to use _form.html.erb in rails
- jquery ready not fired after rails link_to is clicked
- faye setup in production
- how to call activerecord validators as instance methods (ala sequel)?
- rails activerecord - is there a way to perform operations on tables without an id?
- rails requires rubygems >= 1.3.2. please install rubygems and try again (i have rubygems 1.3.6!)
- read all shell variables in ruby
- nested model error messages
- migrating passwords to devise
- rails error nomethoderror in userscontroller#show error
- ember: error.messages does not show server errors on save
- cannot load file mysql2 on aws lambda
- where is the methods and operators defined that allow to do "class << self; def foo; end; end" inside class definition?
- how do i close the container <div> in a loop?
- searching multiple models with ransack rails 4
- rails admin customization: embed html view into dashboard
- rails: losing quotes in post parameters
- remove weird invalid character in ruby
- bootstrap sass rails 4 customize styling
- rails 4.0.0 - got "no implicit conversion of nil into string"
- migrate error: undefined method `cache' for gem:module
- premature end of script headers: media ( issue related to :rails app deployment+passenger+ubuntu+apache)
- creating a set number of child objects from a parent's form
- ruby and pointers
- in ruby, is there a way to accomplish what `with` does in actionscript?
- rails 4: after_update callback leads to endless loop
- rails: default scoping being cached by query cache?
- fields for images don't displays in active admin form
- filter nested model collections in to_json in rails
- rails utf-8 response
- active admin slowing down rails application
- rails 4 - best_in_place gem and many-to-many association
- why rubymine 2.0.2 starts webrick on different port each time i run/debug my app?
- rails - make link work with ajax
- rails 3 calculate line totals with ajax
- is there an algorithm to extract values in duets from an array and operate over them?
- sending an existing record details to a new record to save time - "i did this workout too"
- how to override erb with liquid?
- devise... additional columns to user model not validating
- implement ruby style cartesian product in go
- "user.count" didn't change by 1 - rails
- rspec & rails: stub @virtual_path for translation helper to test an application helper
- invalid public keys when using the ruby openssl library
- can't install bcrypt-ruby for new rails installation
- triggering download of s3 file with presigned_url
- is it possible to render partial onclick without link_to?
- is it possible to group by hour/minute/quarter hour directly in activerecord/rails?
- rails find_or_create_by with/without where
- pass variable between views in rails
- remove page/ of high voltage for statics page rails
- why am i having a problem installing rmagick
- merge hashes and key gets both, old and new values
- how do i scale the stack when debugging with byebug?
- rails/nginx not serving js and css
- can i send email from different addresses using same actionmailer
- jquery ui datepicker within rails nested forms
- rails: run rake tasks like migrations
- how do i merge two xml files into one using nokogiri?
- puma systemd configuration for rails not working
- configuring rails on iis?
- how to implement redirect response with an ajax request in rails 3?
- rails undefined method
- undefined method `original_filename' for string
- screen scraping in clojure
- ruby: begin transaction, rollback transaction
- friendly id 4 using scoped module
- rails 3 object#try not working?
- syntax for link_to with block in rails3 with :remote=>true and including :class and :id
- testing an external api using rspec's request specs
- custom error message for password presence validation
- constant lookup with instance_eval in ruby 1.9
- rails - capistrano and chmod
- why my rake db:migrate throws error message?
- gem install autotest-fsevent failing after update to macosx mavericks
- how can i implement cookieless flash messages on rails?
- jruby - warbler does not preserve symbolic links
- how do i create this html5 button with an icon with rails form helper?
- need to link wp blog with rails app on heroku
- rails tutorial sample_app fails in heroku with log: actioncontroller::routingerror (no route matches [get] "/about"):
- iterating over javascript objects with handlebars
- how to seed rails db with images from the asset pipeline (paperclip)?
- rjs: check for existing page element?
- how to use parameters value from public_activity gem (rails)?
- how can i put the bootstrap datepicker in my form and have the value in date parameter?
- sort row of a csv file by first value
- ruby on rails/twitter bootstrap popover not working correctly after jquery update
- heroku rails cors issue
- ruby - what is ppp.rb?
- how to model system with different types of users?
- named scopes with inheritance in rails 3 mapping to wrong table
- js in rails app only loads the first time
- sending email using action mailer in rails version 3.2.5
- display previously selected choices in multiple select form (rails)
- uninitialized content when trying to include actioncontroller::urlwriter in model
- replace string with array content in ruby?
- rails 4 and thoughtbot/clearance - adding fields to the user model
- rspec - testing strong parameters actioncontroller::parametermissing
- jruby/windows and (native) extensions how do i distinguish them?
- ruby forcing garbage collection not working as expected
- add indexes to speed up geocoder near search
- what are the advantages of proc functions to methods
- using rails 3 with geokit-rails3 location gem
- why rails app showing database information at the bottom?
- nginx proxy_pass then try_file
- calculating the average days between records in rails
- verify cvc code before creating charge
- rails validations are not being run on nested model
- passing id of an object through an onclick function of jquery in ruby on rails
- devise redirects to specific page based on user role on login
- what are the advantages of using passenger over a mongrel cluster?
- dynamic rails helpers (eg. link_to method, method)
- using uniq in a has_and_belongs_to_many relationship in rails 4
- uploading files to db rails 3 without using external gems
- add autoincrement via migration in rails
- how can i find embedded mongoid documents based on multiple criteria?
- how to do the equivalent of 's3cmd ls s3://some_bucket/foo/bar' in ruby?
- devise + omniauth + carrierwave doesn't save facebook profile image
- problem with execjs doing michael hartl tutorial on windows... execjs::runtimeerror in users#index
- ror app: "the asset 'application.css' is not present in the asset pipeline" after moving to production server
- ruby on rails pass id to new create form
- rails xml builder with no pretty-printing (i.e. minified xml)
- i can't install therubyracer in arch linux x64
- sass compile error - loaderror: cannot load such file -- listen/version use --trace for backtrace
- how to extract highest voted model instances in acts_as_votable?
- problem using the 'paperclip' gem and ruby on rails 3
- show rails carrierwave url without exposing entire path
- how to elegantly compute the anagram signature of a word in ruby?
- facebook comments plugin showing only after refresh
- why do i get actionview::template::error: undefined method `name' for nil:nilclass on heroku but not locally
- how to retrieve session key from skyscanner api post request - ruby
- getting an "unknown tag"/liquid error while using jekyll
- passing an instance variable into a form - rails
- rails 3, what's the best act as tree behavior?
- ruby unittest error: "you should require 'minitest/autorun' instead."
- postgresql: selecting rows that occur on a certain day of the week, in a specific time zone
- rails: massassignmentsecurity::error
- writing custom validator in rails 3
- using ruby to convert unsigned integers stored as signed back to the original value
- sti inheiritance in rails. issues with find
- simple_form & bootstrap validations not working
- ruby - mixing named and positional parameters, why does order matter?
- ruby on rails abstractcontroller::helpers::missinghelpererror: missing helper file helpers//
- ruby on rails: multiple input fields in the same form - change id/value
- 'rails server' command returns error: `mkdir': permission denied @ dir_s_mkdir
- multiple sessions in capybara
- override bigdecimal to_s default in ruby
- ruby: grammar name for [number] after subclass of one class
- how i can count the total votes in worker table in rails
- passing text_field values in ajx on rails
- how do i preserve my float number in ruby
- ancestry - how to get all parent without children?
- sort by values from hash table - ruby
- ruby 2.1 fails to install due to openssl error
- capybara poltergeist/phantomjs testing - disable javascript on a page
- change values in a nested hash
- dynamic menu ruby on rails and partial
- rails postgresql db connection fails
- reverse proxy with heroku (for wordpress) won't show full pages
- ruby on rails: audio/mp3 content header download
- turbolinks wipes out jquery mobile classes
- exclude first (or last) in rails "each"
- cap deploy:setup hangs?
- ror + devise: csrf token changes at every request
- form_tag for create/update action rails 3
- conditional javascript require in the asset pipeline
- persist a single variable in rails
- serialize array/relation with attributes using activemodel::serializer
- if flash name == 'notice' not working in rails view
- overriding actionview::base.field_error_proc in refinerycms
- processing zip files in ruby
- rails activerecord query using inner join
- kaminari generates string instead of html
- how do i parse a translated date in ruby on rails?
- rails: sunspot text searching with model associations, using :through
- how do you implement archive menu for blog system into rails3 app?
- how link_to mechanism works in ruby on rails
- rubyracer (v8 binding for ruby) performs really slow
- how to prevent style duplication in rails html emails?
- nomethoderror in admin - rails change of namespace
- rails 3 - authenticate and :before_filter
- best practices for ruby on rails *feature* deployment? [closed]
- rails: search for years and months from drop down lists
- using "current_user" in models in ruby on rails
- rvm requirements error
- problem with ruby blocks
- how can i inject a dynamically generated image (barcode, as it happens) into a pdf document (i'm in rails if that matters)?
- loading error for simple_form in rails 3.2.8 engine
- definition of ruby inbuilt methods
- how to update a set of records using backbone.js & rails?
- factory girl with serialized field
- does rails use (compromised) md5 for sessions?
- ruby-on-rails client_side_validation simple_form javascript error
- should i use class variables or class-instance variables for class static variables in ruby?
- rails: why "format" (regex) validation fails?
- ror tutorial section 5.5 db:migrate error
- setting up an ec2 server with rvm via scripting
- teaching myself rails deploying first app to heroku -failure to upload - sqlite3 and postgre glitch
- ruby on rails: patching rack and deploying it
- which aes library to use in ruby/python?
- grails vs. rails [closed]
- rails 2.3.2 unit test passes when run with normal ruby, fails when run with rake test:units
- aws ses timeout
- "_" parameter of ruby block
- ruby remove one element from array
- rails phusion passenger error after updates
- wrapper around bash, control stdin and stdout
- virtual attributes with devise in rails 4
- what does exit do in this ruby if fork block
- how do i use a form to fill a serialized array in a rails 4 model?
- how to configure route for oauth callback
- rails jquery compute total from selected checkboxes in a table
- cap deploy:migrations: error: control characters are not allowed at line 1 column 1 (psych::syntaxerror)
- rails app using sti -- easiest way to pull these records?
- uncaught syntaxerror: failed to set the 'innerhtml' property on 'element': the provided markup is invalid xml
- bundler isn't loading gems
- difference between 'for' and 'each' iterators on ruby on rails
- rails 4 not inserting values into database
- how do i create private channel between two user
- how to apply a coupon to a stripe customer
- i get this error when i run heroku run rake db:migrate in production
- comments on multiple models
- two dimensional array with ruby
- what's the easiest way to export a csv to excel with ruby?
- jquery ajax calls in rails 3 getting 401 unauthorized request
- how to modify actionmailer email html_part before sending
- streamlined way to validate website ownership (with javascript?)
- there was an error while trying to write to `/opt/wpscan/.bundle/config`. it is likely that you need to grant write permissions for that path
- how do i scope enums in rails using sunspot?
- rails active record query for 2 attributes listed together
- rails, adding an undefined attribute to form_tag
- why do method arguments not work for assignment?
- cannot modify association because the source reflection class is associated to via :has_many + rails 3.0.10
- validating multiple models in a rails form
- capybara with rails: how to find only invisible elements
- :footnotes extension won't work in redcarpet ruby gem
- how to parse output of array.inspect back into an array
- creating a table in html with ruby?
- ruby sprintf, about the "2" in "%02x"
- jquery datepicker doesn't work on heroku/rails 3.1
- upgrading 1.8.7 to 1.9.3, paperclip s3 upload not working
- selecting rails environment with "rails generate" command
- error when run jekyll server on windows 7
- empty array value being input with simple_form entries
- rails unable to autoload constant only on first attempt
- how to use :confirm with button_to and :method :put?
- clean slate install rails
- flash and cross domain problem
- include root in json for array?
- issue with paperclip/s3 in rails 3.2.5 "cannot load such file -- aws-sdk"
- nested form unknown attribute error
- extract part of string in ruby
- rails 3.1, devise gem, :timeoutable is not working, why?
- jruby: command pattern in java with ruby block: why does it work?
- why can't i directly access instance variables in active record callback?
- does 'array.map' preserve the original order?
- setting a dynamic field in ohm / redis
- rails 4 + reactjs: "syntaxerror: cannot have an implicit value in an implicit object"
- why would i get "errno::enoent: no such file or directory" when viewing a sinatra form?
- how to test google analytics (garb) api with rspec?
- shopify customized search using external services
- should i use multiple threads in this situation? [ruby]
- what's the most efficient way to partition a large hash into n smaller hashes in ruby?
- rails: many to many relation to self
- how to test obtaining a list of files within a directory using rspec?
- excluding first element by value from array
- rails random active record with pagination
- actioncontroller::urlgenerationerror in valuations#new
- rails: how to update a has_many :through relation via jquery?
- store functions in hash
- error running jekyll locally (rvm gemset issue)
- rails 5: activerecord collection index_by
- gc.start has no effect in pry, but does in irb
- remove duplicates in an array and have its second value added to an array
- select amongst predefined values for a t.string
- add friends from facebook with rails 3 + omniauth + fbgraph
- how to avoid retrieve entire stored field from solr
- can i run python django and ruby on the same apache server?
- how to perform controller.destroy action asynchronously in rails?
- how to use select distinct on with mysql and rails
- rails messing up my code with "<<<<<<< head"
- problem redirecting stdout in ruby script
- rspec test a private method within a private method that needs to be stubbed
- form_for inputs and submit button in different partials
- how to truncate data in a hash so that the resulting json isn't longer than n bytes?
- rails - enumerable group_by multiple associations
- use nokogiri to replace <img src /> tags with <%= image_tag %>?
- rails activerecord friendly code from a complex join, sum, and group query
- ruby on rails and active record standalone scripts disagree on database values for :timestamps
- devise - redirected to page if account isn't confirmed
- redmine can't generate secret token
- signed pdf verification in origami with an adobe pkcs#7 certificate
- next object problem on rails
- error installing nokogiri via bundler on windows
- drop and recreate a single table (on heroku)
- cannot run migrations due to mysql error
- pig-latin method translation
- library not found installing rsruby on os x 10.7.4
- suppress file extension detection / format mapping in rails route
- ruby - increasing proxy request timeout
- adjusting timeouts for nokogiri connections
- with rails, how can i query the db for an aggregate number and grouped by week?
- omniauth / rails - you have a nil object when you didn't expect it
- rails - named_scopes - conditional conditions
- can't upload image (paperclip) and jquery mobile
- how correctly config rails test to run it in browser? ( site_prism, cucumber, capybara, selenium webdriver )
- save_and_open_page has stopped serving up my css
- can i schedule controller methods in rails using rufus-scheduler?
- share to facebook wall without pop up dialog
- ruby incorrect method behavior (possible depending charset)
- rails: display user name, if user not exist, display 'anonymous' instead
- rails 3: jquery to change partials
- bulk update objects using form in rails
- why is there a private object::select? where are the public select methods coming from?
- rails routing error for nested form_for
- rails testing error: argument of where must be type boolean, not type integer
- rspec: include a custom helper module in spec_helper.rb
- rails consumption of external api requiring staggered consumption
- searching multiple fields with ransack
- in rails models; for symbols get automatically converted to yaml when saving to db. what is the correct approach?
- rails 4 dynamic subdomains
- passing ruby interpreter arguments with hashbang command
- street address search in a string - python or ruby
- ruby on rails: how to start the webrick server automatically on windows in background?
- ruby: how do you set an enumerator's state?
- which version of eventmachine is able to work in windows?
- cannot save image by paperclip in rails on windows 8
- ruby on rails: multiple same input fields in same form
- how to combine a table headers and rows in to a map using ruby?
- how to check the field 'content-length ' of an http request using ruby on rails 3?
- how do i update my git submodules from specific branches?
- rails 3.1 use an image without fingerprint hash
- google drive api watch 400 error ruby on rails
- postgres order by values in in list using rails active record
- devise sending welcome email
- mongo finders and criteria
- trace error in rack middleware
- calculate the area of a polygon in ruby
- unable to use timescaledb in rails test environment
- where should i put background processes in rails?
- ruby regular expressions: negative matching
- using sqlite vs. mysql with ruby?
- rjs: how to get the value and innerhtml of a dom element
- faraday::error::connectionfailed omniauth facebook
- is it possible to dynamically remove a level of rails resource nesting?
- when are modules included in a ruby class running in rails?
- rails 3 does not see my class in "lib" directory
- stack level too deep error - produced with strong parameters i think
- is it good to use s3 for rails "public/images" and there an easy way to do it?
- how to dynamically open a method in ruby
- ruby on rails 3.1 web design
- mongoid 3 - access map_reduce results
- render partial in ruby on rails a collection is multiplying items
- rails 3: using devise for authentication, how to also allow access to a report page with a guid instead of login
- rubygem god: time limit configuration for process
- rails cocoon nested form only receiving one first nested attribute
- deletion of a parent node but not the children with awesome_nested_set?
- are these figaro configuration settings correct for heroku deployment?
- how to parse the json data or (json code) from ruby on rails
- get all tags by context for acts-as-taggable-on
- which ruby modules are loaded by default?
- how to sort a hash by values
- sinatra: three logs
- rake task to update a column value
- how can i use sql server table views as rails models (read only)?
- association and migration between users and teams (rails)
- can't get rails server to work with mysql
- selectively silence jruby warnings
- strip all tbody tags without destroying their children
- syntax error, unexpected '\n', expecting => (syntaxerror)
- change rails session cookie domain without logging users out
- sort list of objects according to an array (rails)
- algorithm to produce cartesian product of arrays in depth-first order
- how to use javascript selected functionality when particular language is selected in conjunction with ruby?
- does requiring a gem load everything, including things i don't use?
- no such file to load active_record/associations/has_and_belongs_to_many_association
- autotest inifinitely looping
- using gmail api to send attachments larger than 10mb
- unit testing validates presence of odd behaviour
- rails - how to use a plugin from github (how to install, utilize, etc)
- rails with bootstrap installed via yarn can't find fonts
- active admin user new page got error
- mass assignment on construction from within ruby
- how to get a url with user-agent and timeout through some proxy in ruby?
- is using threads and ruby mechanize safe?
- bug in rails autoload_paths?
- test if has one relationship has changed in rails
- order an activerecord relation object
- can rails scopes filter on the number of associated classes for a given field
- django compressor error compiling sass (--scss invalid option)
- custom numeric input [closed]
- ruby and :symbols
- what is the difference between 'form_for @ecard' and 'form_for :ecard'?
- does ruby on rails activerecordstore work with load balancing across servers?
- paperclip::errors::missingrequiredvalidatorerror
- rubymotion async programming with bubblewrap
- why is a ruby setter method returning a string rather than a symbol as the last expression evaluated?
- submit form with jquery, ajax, can't get success callback
- anyone using jruby-rack with rails 3?
- what's the difference between respond_to and respond_with in rails?
- gemset: rails is not currently installed on this system.
- rails way to write a complex query
- how to save a canvas via paperclip
- how to swap jquery for prototype in rails 3.1
- rails 4 simpecov missing files
- how to make an ajax request in ruby on rails?
- rails add new row in table
- reduce the execution time of jobs of sidekiq
- what is the best way to make a post request from cucumber to create a new object?
- wicked_pdf doesn't work -- ruby on rails
- custom rails validation not adding 'field_with_errors' wrapper to inputs
- doubled plus extra output, why?
- rails send mail with gmail
- how to close all the windows before the next test in a test suite?
- unpermitted parameters error for permitted attributes
- google analytics not showing correct active page in rails app
- rails3, s3, paperclip attachment as it's own model?
- how to daemonize rails rake task on elastic beanstalk start up
- how do i tell datamapper to use "timestamp with time zone" for datetime properties?
- dynamic select in ruby on rails using jquery
- how can i pass an object to rabl views from rake task
- activerecord nested select -- can i do it without manual sql?
- rails/devise - how to show registration information (not just edit it)
- capistrano returning wrong release_path
- ruby. merging a nested hash without overwriting
- rails app on heroku sending email error
- how to force cache-control to no-store in rails 3.2.20
- change primary key issue rails 4.0
- is it possible to return html (instead of js) data by using a remote link?
- protecting ruby code
- turning a calendar into a form using rails?
- automatically add a subclass to registry
- how to edit rails scaffold model generator
- in ruby, why is && working while || isn't in my sample code?
- eval a string without string interpolation
- belongs_to belongs_to association only no has_many or has_one
- rails asset pipeline working with fonts and yarn
- rails 3.1 :has_many, :through complex ordering
- csv parsing returns "unquoted fields do not allow \r or \n" but can't find error in source file?
- rails generators not generating the proper test templates
- how to refresh a table in a ruby on rails view when there are new record to show automatically
- broken pipe error in rails with memcached
- localjumperror no block given (yield)
- regular expressions with lookahead in ruby
- rails.logger.info is not working in initializer
- how to use rails 3 routes with dynamic segments
- test alert dialog text using capybara webkit 1.3.1
- wadl/wsdl 2.0 for restful services in ruby on rails
- rails 4: multiple image upload using paperclip
- rails iterate over only the persisted records associated to an object
- rails: combining optional params into a query
- devise & custom rails user urls
- can i have/use different versions of rails in the same machine
- multiple select box is not working in rails
- mysql import transforms timestamp null values to 0000-00-00 00:00:00
- update_all through an association
- scoping with active admin cancan
- ruby anagram using string#sum
- testing views with will_paginate gem using capybara/rspec
- changing database from postgresql to mysql in a ruby on rails app
- open graph wrong title in action?
- rails: delayed_job mail not sending
- where does 'session' come from?
- use two different databases in one project
- heroku toolbelt `initialize': no implicit conversion of nil into hash (typeerror)
- sinatra app doesn't start on run
- rails write xml with builder in action
- escape special characters in ruby string to match salesforce soql requirements
- cache.fetch in django?
- how do you rollback to a previous gemfile.lock?
- the name of the class that "newed" my class
- database cleaner transaction with cucumber rails
- how to upload s3 metadata with a file in fog?
- back end validation rails
- javascript doesn't execute when navigating from page to page
- manual routes and "couldn't find user with id=new" error
- advice on http authentication scheme (using request headers)
- auto include in rails console
- problem with rake db:migrate -
- how to resolve heroku "you are trying to install in deployment mode after changing your gemfile" error?
- using the google-maps-for-rails gem how would i find points within a specified distance to a given point?
- faraday conflicts in google_drive and google-api-client
- terminal says delayed_job starting, but not doing anything
- multiple images for multiple models - paperclip, rails
- named parameters in ruby don't work?
- setstate inside a loop - react
- rake db:drop not working?
- convert byte array to hex string
- twelve-factor apps: ways to stay align with the config guideline
- how to create a delete form with restful routes in rails.
- confusion with the order of execution when `next` with `unless` in ruby
- rescue_from not working in activejob
- rails calculate time difference
- how can i get mysql to output a datetime to julian day number?
- when to use hashie::mash?
- how do i use ffmpeg on a remote machine via ssh
- creating a many-to-many record on rails
- capistrano error msg: please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file --
- ruby on rails - randomly failing rspec tests
- why doesn't nokogiri install?
- ruby shoes packager including shoes in the app
- rails + capybara: "has_select(..., options:...) failing, even though select exists?
- ruby 2 upgrade breaks nokogiri and/or open-uri encoding?
- rails action mailer tls certificate issues
- ruby tcpsocket / http request
- radio button default checked value based on variable output
- inserting variables into erb from .txt file
- how to save attributes to a has_many :through join table with no existing records to build from
- association data in rails model scope
- how to make dynamic dropdown in rails?
- rails and socket.io (node.js)
- ruby on rails - ruby operator precedence - parentheses
- selenium 2.0 webdriver & ruby, link element methods other than .text? navigate.to links in array?
- social media sharing buttons in ruby on rails
- terminating loop on input
- querying distinct with mongomapper
- rails building a serialized object of n records
- rails - redirect back unless previous page was artist page
- twitter "could not authenticate you" error
- instagram api - cryptic response; not sure if working and unable to test omniauth with this
- how can i use activerecord on a database that has a column named 'attribute'? (dangerousattributeerror)
- twilio ruby sms: undefined method `empty?'
- watir question regarding select_list and reloading
- jsp tools for a ruby/rails developer?
- chef not_if and only_if validation issue in windows recipes
- activerecord scoped uniqueness validations vs mysql compound unique indexes
- ruby on rails: what is stale object and it's features?
- creating 2 objects with has_one association in rails
- joining two separate queries in a postgresql ...query... (possible or not possible)
- how do i sort a “foreign” column using datatable/will_paginate as in railscast 340?
- rails model file path
- string destructive methods don't seem to work on string slice
- how are model, view and controller connected?
- segmentation fault when compiling mysql2 with mingw
- how do i set my rails 3 app to development mode?
- rails rabl respond_with error template
- passing parameter in a ruby function from html
- extracting elements with nokogiri
- parsing kconfig using racc
- how do i compile/create a ruby extension that uses c?
- rails: is it possible to get the controller and action name from an asset file?
- bootstrap-datepicker-rails set default century view to 20th century
- joining an array of keys to a hash with key value pairs like excel vlookup
- system doesn't want to write tmpfile in ruby on rails?
- confusion with ruby file class related path methods [closed]
- ruby on rails tutorial by michael hartl chapter 2 exercise (demo_app): app works on windows 8 localhost, but doesn't work on heroku
- devise - restrict multiple sessions for same user
- irb escapes utf characters
- getting count by drilling down through relations
- mailer error in production only
- why won't my ruby script execute?
- file.open ignoring path
- how to config image size returned using omniauth-google-oauth2?
- query that joins child model results item erroneously shown multiple times
- why does devise put /devise/ in front of every link_to anchor?
- auto-play youtube and soundcloud embeds after one another
- how to dynamically add nested attributes in rails with jquery
- how to find a record by id and select few columns, ruby on rails?
- is there a way to count how many times a ruby method is called?
- how to create dropdown list of child model records grouped by the parent
- processing orders after minimum order met - rails 3
- savon, wasabi error when connecting a ruby script to a soap url
- text fields from array in rails
- tplb 3 openssl decrypt aes-256-cbc encrypted with ruby 2.0.0 openssl::cipher
- how to extend a mountable engine's model inside another mountable engine with development environment reloading
- rails 3 & fancybox
- what is ruby (1.8.7) analog to sorteddictionary in c#/.net?
- simple way to cache twitter gem tweet in sinatra?
- how to eager load a polymorphic model?
- how to find entries with no tags using acts-as-taggable-on?
- rails puma running out of redis connections
- rails (ror) activerecord custom validation
- ruby regex for common log format
- capybara::elementnotfound: unable to find field "email" railstutorial(chapter 9)
- unable to make socket accept non blocking ruby 2.2
- how to step through a loop with pry and view the value of an iterator?
- is it poor style to hide instance variables in filters?
- how can i generate a percentage for a regex string match in ruby?
- rails 3 link_to partial with for loop inside
- validate uniqueness of two columns
- using two separate fields for the same parameter in a rails form handler?
- ruby/rails: understanding ruby getter-setter methods and instances
- has_many :through usage, simple, beginner question
- access subcollection in mongoid with rails form to edit and create new entry
- cannot load shorturl gem (ruby errorload)
- write join table data - has_many :through
- ajax to update micropost vote up/down partial only refreshes the most recent post
- how to persist data in a ruby gem?
- form with remote: true not working with turbolinks
- rails server hangs when started with foreman
- map(&:id) work but not pluck(:id)
- rails server gives error when i load localhost:3000
- carrierwave processed images not uploading to aws s3
- how to make a query in postgres to group records by month they were created? (:created_at datetime column)
- gitlab layout totally crashed
- capybara select2 helper [closed]
- disable jquery validate plugin
- can tell ruby me if a given class wass defined in a given module
- problems with capistrano's deploy:migrate
- access paperclip image before it's uploaded to s3
- to_xml include doesn't work in rails 3.0.6 ruby 1.9.2
- rails 5: how to import data in elastic search and perform conditional search?
- incompatability between rails 2.3.5 and omniauth
- paperclip validation issue on production
- rails form to edit json object as text
- how do i get the keys of a hash whose values equal to given arguments in ruby?
- ratyrate stars not loading in production (heroku)
- rails 4 - acts_as_votable, change default sort order
- how to parse og meta tags using httparty for rails 3
- find table in an array with the most rows using ruby, nokogiri and mechanize
- fullcalendar 2 not rendering, bootstrap 3 & rails 4 incompatibility? (jsfiddle included)
- sending data in my form hidden field
- how to dynamically generate association names?
- devise. create username automatically based on his email
- getting the status code of a http redirected page
- rails model write def with a join
- update stripe credit card with coffeescript
- calling stored procedure through rails?
- devise models run before_save multiple times?
- usermailer with devise
- rails 6 actiontext rich_text_area works normally, does not appear when rendered in a layout
- rails authlogic password hashing algorithm using ruby only
- how to enable `sorttable.js` on rails4 with turbolinks
- rails 3. taking attendance form: how to create multiple records?
- unexpected memcache gets in rails 3.2 app
- nodejs/rails/backbone architecture
- how to do an jquery ajax call from a numberfield using rails
- rails/rspec - writing tests for original helper methods
- rspec test, how to get the id in my case?
- postgresql, odd offset/limit behavior ( records order )
- is there a database or a data structure for ruby to implement relation matrices?
- how to include associated objects using gon in rails/jquery
- how can i validate multiple email addresses in a model?
- persisting user sessions when switching to a new domain name (ruby on rails)
- practices while releasing the python/ruby/script based web applications on production
- how to get win32ole handle for ie via watir-webdriver?
- setting the class of html elements using rails?
- how to generate a file with the names of the methods in class?
- rails forms : change form fields from previously selected fields
- name of the current object/class instance
- average array of times as strings in ruby
- rspec doesn't see fields dynamically added or removed by cocoon in nested form
- how to use pki (public/private key) encryption in ruby?
- do you use heroku to write ruby on rails app?
- carrierwave getting image width and height and storing it in an hstore field
- ruby strategy to convert floating point number with linguistics
- how to call controller's method
- how do i get an array of check boxes in haml?
- rails - select multiple page elements and perform action on them
- rails carrierwave testing - how to remove file after test?
- creating on-demand, print-quality pdfs (preferably in ruby if feasible)
- paperclip, how to append a random stamp at the end of the file?
- search multiple db columns in rails 3.0
- ruby & savon soap client - unable to find soap operation
- ruby on rails - jquery to get data using ajax
- move entire directory and its contents to another location on the same server using net::ftp in ruby
- request.original_url in fb-comments div
- how can i capture response from twitter.com? ( ruby + twitter gem)
- ebay api returns low resolution thumbnails instead of the image uploaded by seller
- rails pagination with kaminari with has_many :through relationship
- where do i put this matrix class in my rails app
- how to return a the index.html.erb in the js.html.erb file
- ruby on rails multiple composite primary keys question
- validating and normalizing a partially ordered set
- translating mongoid to german
- rails - one model with two associations
- detect ipad 3 in ruby
- validate presence of url in html text
- how does hash’s compare_by_identity work?
- how to change font color based on conditional?
- can someone explain why this way of iterating a nested data structure does work?
- find_in_batches does not use given order but uses id asc
- twitter bootstrap button problems with rails (erb)
- link custom css and javascript to rails after deployment
- increasing the loading speed of large files
- rails applying filters to views
- porting a ruby/rails/mri app to jruby
- how to call a method from controller in rails?
- how to safely implement access with a key for a web application?
- joins across multiple tables with activerecord with named scopes
- running shell script in rails only outputs the 1 line
- running a 1 time task to enter values into database in ruby
- why doesn't accepts_nested_attributes_for allow_destroy not work?
- thinking sphinx error when rake thinking_sphinx:start
- rails + angularjs loading values into textfields on edit
- no route matches leading to actioncontroller urlgenerationerror
- overcommit railsschemauptodate passes when --run but fails when commit
- mysql2 failing bundle install
- how to add one-to-many objects to the parent object using activerecord
- rails: heroku deploying for the first time failed
- thinking sphinx ordering by mixing capitals and lower case
- live preview of formatted html form input with rails
- paper clip files upload
- setting default_scope according to some criteria
- ruby checking to see if website exists
- swagger ui for rails api using activemodel's serializer
- how to handle combining diacritical marks with unicodeutils?
- how to apply customized bootstrap messages errors to devise?
- ruby 1.9 - invalid multibyte character (utf-8)
- rails gem with model-relationships for rails engines
- finding last line within node with xpath
- rails - use a class method from a another class method with one attribute of the second class
- extract background-image from an html element in ruby
- activerecord: how to interpolate attribute value to a custom validation errror message?
- how can i use jquery to load content from a database via a ruby on rails action method?
- postgresql: could not connect to server: connection timed out
- best way to display a twitter feed (with history) on a rails site
- multiple ruby installations, unholy mess
- 2 or more one to many relationships between two tables in rails
- avoid double bookings for a minibus reservation system
- passing virtual attribute values through to form elements in rails 3
- rails: how to iterate over products from hash? (amazon api / vacuum)
- getting what was added upon load
- ruby inject method not doing what i thought it should be doing
- problem with datetime_select helper
- workaround for carrierwave multiple file upload using sqlite3 in development
- `require': cannot load such file -- rubygems.rb when installing ruby and rubygems with rvm
- multiple left joins - how to?
- database design related
- new cart after order completes
- whenever ruby scheduler doesn't work, what am i missing?
- difference between sass-rails helpers "image_url" and "asset_url" in rails 4.0?
- rails serialized integer attribute in params, but not saving into model instance
- errors with shotgun gem and msvcrt-ruby18.dll when running my sinatra app
- rails 4 - jquery to hide/show form fields when radio button is moved to true
- making map! enumerator do what i want
- how can i use like query in ruby with sinatra?
- how can you discover accessible attribute names from a model instance?
- want to save facebook image into my rails app
- associated models and a nested form with validation not working
- how to persist ruby class variables across page loads in rails?
- separating rails logs per action
- rails 3 sunspot fulltext search usage
- how to map routes to controllers in sinatra?
- ruby on rails heroku db:migrate aborted!
- how to execute local functions using code from external file in ruby?
- ruby on rails 4: display search results on search results page
- rails: help with rake aborted error!
- database + data model design pattern
- simple search form in rails 3 app not displaying
- devise - current_user is author, rails 3.0
- setting up rails dev env
- how to route from a nested resource in rails? getting 'activerecord::recordnotfound in userscontroller#show'
- generating xml with cdata using ox?
- ruby : replace a character in a string with its index number
- populate two columns in single collection_select rails
- my sidebar is fixed no matter what. how do i make scrolling possible with the sidebar?
- too many chained conditions in if-else
- ruby class return value
- rails attributes headache
- multiple foreign keys referenced in a single rails model
- deploying to ec2 instance failing when access github private repo
- rails3 acts_as_taggable with a form
- ruby/rails/rspec - activerecord::associationtypemismatch:
- rails has_many :though sti
- gmaps4rails on jquerymobile don't work
- how to fix "no implicit conversion of nil into string" in ruby
- format a time with ruby (on rails)
- run tests in multiple browsers with ruby + watir-webdriver + cucumber and parallel_tests gem
- rails 3 routing error
- problems installing thin on windows
- error with new rails 3.2.8 project - `require': cannot load such file -- sqlite3/sqlite3_native (loaderror)
- how to call modules in lib folder
- rubycas-client authentification and local session
- post request done with authenticity token, but exception still rased
- rails nested resource issue
- update div in index view after calling update method in ajax in rails?
- how to check ruby-2.6.3 is using jemalloc ? i installed ruby-2.6.3 as $ rvm install 2.6.3 -c --with-jemalloc
- rails 4 - explicit model name for resource id route
- save image in elasticsearch with ruby
- how do you package a ruby application for offline installation?
- data scraping multiple page clicks loops
- activerecord find records by time in datetime
- no route matches [post] for delete and update
- rspec doesn't load my class even though it loads in the rails console
- rails: belongs_to multiple > methods
- capistrano login net::ssh failure
- why doesn't ruby's select return the socket?
- what does this rake db:seed error mean?
- making an ajax request from javascript onclick
- using jquery's delegated event on() within every turbolinks page:load
- help me converting this curl to a post method in rails
- rspec error, "undefined method 'downcase' for nil:nilclass"
- minimagick image.create method giving an argumenterror
- how do i "force" my rails 3 app to use 1.9.2
- error with rhc-create-domain on command line (openshitft)
- rails mode accepts_nested_attributes_for working properly
- how the @,x,x directives work with ruby pack()/unpack() method?
- how to fetch only specified fields of model with datamapper?
- ror filter out current user with join, select and order
- no rails commands will run
- rails sql insert statements not showing up in console
- associate two already existing objects using has and belongs to many
- ruby: rename keys in array of hashes?
- "rails new" is not generating any of my project's folders
- writing nested form in ror
- ruby 1.9.3 invalid byte sequence in utf-8 explanation needed
- checking if a color is in a specific range of colors
- how to pass parameters between rails applications?
- missing rails gem error, but its installed!
- how do i manually change/update a user password in devise 3.2.x?
- undefined method `paginate' for array on rails 3 with mongoid
- rails nested attributes with check_box loop
- capturing warning messages
- rake install fails but gem install works fine, any idea why?
- invalid association. make sure that accepts_nested_attributes_for is used for :questions association
- `require': no such file to load -- sqlite3/sqlite3_native (loaderror)
- generate n unique random integers in ruby / rails
- where to store temporary data in rails
- link_to for static pages
- extending devise to use remote login
- posting json from ios to rails 3.1 (stringify_keys error)
- two sided multi select that works with rails 3
- passing paramters from rails views to jquery (gmap)
- how to turn an array of years into an array of months in ruby? [closed]
- rmagick mask paperclip image attachment
- rails will_paginate gem with angular.js to do pagination
- should i include other fields in a habtm table?
- rails time_ago_in_words producing bad output
- rails 4 select not displaying selected
- how to get 'value' of select tag based on content of select tag, using nokogiri
- how to use a javascript variable in erb code in rails?
- the stylesheet broken when loading different layout in different controllers
- rails 3 render plaintext page using view
- pony yandex.ru and mail.ru specifics
- stored android accounts for authentication of rails + devise accounts
- what url should i use to put an update?
- ruby on rails : how to generate an application-wide sequence?
- how to use pagination in rails 3.2.3?
- devise omniauth-facebook rememberable
- is it possible to inner join across multiple databases in rails?
- example for using diff ruby gem to find difference between two files
- twitter bootstrap btn-navbar only shows one line
- uninitialized constant rails::command::actions::app_path (nameerror) when trying to start rails engine server
- rails: datetime.strptime need 12 hour no-padding
- automate data retrieval from a web site using a ruby web bot
- rails '.js.erb' not rendering partial
- is there a ruby equivalent to the c++ std::setw(int) function?
- reducing database hits in rails
- how to fix broken devise routing under journey 1.0.4
- after removing caches_page cached sites are still not updated
- rails 3: how to store screen resolution?
- send an email through gmail but configure a different email address
- removing all items from an array of arrays which are empty of blank
- error -- : reaped #<process::status: pid 4335 exit 1> worker=0
- rails deployment with nginx and unicorn giving 504 gateway timeout error
- how to limit the failed job retry counter with activejob and sidekiq?
- rails precompile assets - cannot access precompiled files locally
- rails 3 - create view to insert multiple records
- how to write an image to filesystem in rails 3.1.1?
- page-specific actioncable
- rails postgres insert
- making devise respond to both html and json?
- rails 3 tagging problems, acts_as_taggable_on
- is percona backwards compatible with mysql? the ruby in rails case
- passing custom headers to selenium from capybara
- nameerror: uninitialized constant actioncontroller::dispatcher
- aggregation on a ruby enumerable
- show current user's data and it's name in select tag
- order with distinct ids in rails with postgres
- can you search html attributes using wildcards with ruby nokogiri
- select mixed mode content in capybara
- how do i build this json object in ruby?
- twitter rate limits for site hosted on heroku
- extend irb main methods
- error messages showing in production - ruby on rails 3.1, nginx, unicorn
- how to replace a character by regex in ruby
- rails generic errors array
- most efficient way to compare arrays in ruby
- error when trying to use custom buildpack
- how to have a collasped drop down list in rails simple_form
- rails 4: how to upload multiple images using carrierwave
- html page features only fully work upon page refresh but not through any links
- cucumber - is it possible to share a table between scenarios?
- how to get the value of a datetime_select field with javascript in ruby on rails
- how to set a zoom level using gmap4rails?
- how to remove the marker from the cluster in google map?
- how to find a random item that has no rows in a join table?
- nested resource with atom feed helper
- how do i get rails to route to a controller instead of a static file in the public folder?
- ruby on rails cannot bundle install
- why doesn't each_slice work?
- javascript not being rendered at script but as html instead
- railstutorial ch. 10: how do i test that only activated users are viewable to others?
- reliable timing with eventmachine periodic timers
- something's wrong with assets - each page in local takes over 1.5 mins to load
- how to force fragment cache on rails from cron schedule?
- connecting database view with polymorphic model in rails
- avoiding dependency load order
- to_yaml file not loading properly in rspec (rails project)
- how do i perform an ajax request to the create action on loading a page in rails 3?
- rails image url validation
- dynamically change form based on value selected in combobox in ruby on rails
- rangeerror: bignum too big to convert into `long'
- rendering issue in views in ruby on rails
- ruby rails complex sql with aggregate function and dayofweek
- how to write a simple nested, has_many :through, many-to-many form in rails 3.1?
- pdf attached with paperclip - get document properties (like page count)
- using datamapper with existing rails application
- xmpp4r and iq.new_register for in-band registration
- jquery or javascript to autoformat phone mask
- ruby caesar cipher explanation [closed]
- ruby error using sub method with closure
- date conditions using search logic
- difference with q encoding and quoted printable?
- using cucumber + rspec in a production environment
- capistrano git:check failed exit status 128
- ruby: passing array items into a case statement
- audio recorder question
- rails no implicit conversion of symbol into integer
- rails - how do i refresh a page without reloading it?
- god configuration file to monitor existing processes?
- strong parameters: unpermitted parameters: tags in has_many_through relation
- how to create a memory efficient ruby pipe class with lazy evaluation?
- vim function to calculate ruby class definition with modules from filename?
- instance variables in class not being saved
- error installing json gem: the 'json' native gem requires installed build tools
- heroku - keeping a dyno alive (may 2013)
- sending mail in rails 4.1
- ruby regular expression matching enumerator with named capture support
- how do i write a scope to search for attributes on a nested model?
- exposing files from a service through a rails application
- jekyll - how do i create pages in the root directory?
- generating devise controllers - rails devise
- why the code doesn't appear in the html?... in rails
- redirect to edit path using drop down and jquery in rails
- rails - defining cancan ability using associations
- ruby instance variables or local variables?
- rails 3: how to return a json document?
- why does this ajax request replace all my comments with the newly submitted comment?
- how to use tinymce content.css in rails
- ransack search and translations
- create two disks for multiple environment machines in vagrant
- cannot connect to postgres (pg) database from my ruby script using gem "pg"(this is not rails, just pure ruby)
- editing multiple rows in a table (updating multiple records)
- render failing to render correct template in rescue_from activerecord::rollback method
- how do i get the format of my urls to be username/controller/:id in rails 3.1?
- rails + activerecord: caching all registers of a model
- rvm is loading with the wrong version of ruby?
- update field inside fields_for with cocoon and jquery
- ruby csv not reading comma-formatted numbers in quoted strings
- regex for a number 1-31 ruby
- rails 3 uniqueness validation with scope on polymorphic table
- ruby-inotify example?
- bundle install error
- how can i display "tomorrow" of calendar list in ruby on rails?
- traversing directories and reading from files in ruby on rails
- how does rails know what attribute is the foreign key?
- gmaps4rails show hide functionality
- making an executable from ruby files using ocra, loaderror?
- threading on polymorphic comments
- rails specify layout for static pages
- how can i submit a value from another field on the page via link_to with rails?
- ruby on rails table not sorting properly
- phonegap android sample project not building
- nested resources sharing same controller
- rails 3.1: sqlite exception
- webrick fails to start default rails app: "uninitialized constant activerecord::connectionadapters::column::format"
- how to avoid multiple gems under shared bundle folder
- how do i test this code in rspec?
- problems using pg_search with a polymorphic association
- how to sync the local folder with the git repository on nitrousio
- for what programs are objective c and ruby ideal on the mac?
- variable in else condition assumed nil value
- rails, setting up favorites between two models
- ruby on rails: get mediaplayer information (itunes, traktor, cog; current song + playlist)
- distinct on query w/ order by max value of a column
- how to find the maximum number of associated records?
- different styling on the third record in backbone + marionette + rails
- how to generate a unique random id for post in ruby on rails 4?
- fetch a rails activerecord 'datetime' attribute as a datetime object
- rails form validation does not work if form is initially hidden
- appending the data in json file using ruby
- how to create routes for 2 types of users accessing the same resource?
- another: uninitialized constant rake::dsl
- how would i add a fieldset to a resource in activeadmin that does not correspond to a column?
- send jquery array via ajax into rails controller
- inserting multiple records at a time into model
- swift equivalent of ruby's "yield"
- github like routes in rails
- trigger basic http auth from within middleware
- accessing xml file with rexml
- using devise-async to send out emails does not work (rails/sidekiq)
- search subdocuments in elasticsearch with searchkick
- how to render json with arbitrary keys using mustache?
- capistrano custom task fails because "rails requires rubygems >= 1.3.2"
- nested model attributes + wicked wizard form not working
- create a verilog parser with ruby
- rails 3 devise confirmation filter
- comparing strings of equal lengths and noting where the differences occur
- returning a string from a ruby function
- how to customize flash message based on success or failure with inherited resources rails plugin?
- rails - paperclip don't work with ajax
- uninitialized constant devise (nameerror)
- formatting/parsing form values in ruby on rails
- saving value with same input field in form
- rails 3, heroku: taps server error: pgerror: error: invalid byte sequence for encoding "utf8": 0xba
- what is attr_accessor in datamapper - ruby
- rails 4 has_and_belongs_to_many
- set proxy for rubygems
- on rapns, how can i know the token for unregistered gcm devices so i can remove them from my database?
- javascript dom events before and after turbolinks cache
- how to use twitter gem in rails, need small to figure out the whole thing?
- how to delete the original files and keep only the versions using carrierwave?
- watir webdriver - window not found
- windows 10 64-bit: error: could not find a valid gem 'compass' (>= 0), here is why:
- why is this reject_if in my model not rejecting blank records?
- restart application no longer working with cap 3.1 and rails 4
- is iterating over a constant a best practice or not?
- iterating through multiple urls to parse html with nokogori
- ruby on rails job scheduling options
- heroku pipeline. run commands on production app (not staging)
- star rating system is only updating first item on the list
- assets precompile with docker on aws elastic beanstalk
- edit crontab programmatically and force the daemon to refresh
- ruby: how to iterate elements in a hash efficiently
- how do a search a table for similar records and displaying count - ruby on rails
- how to retrieve a class name?
- rails, self-referential association on the user model to define friends/followers
- in a multi-server environment, if a site has inactivity for more than 15 mn, the server loses connection to postgresql database
- ajax with ruby on rails simple view refresh
- ror voting system. counting votes by condition vote = true or vote = false not working
- overriding instance method in rails
- open url to resolve doi with ruby from command line
- add key value pair to array of hashes when unique id's match
- reverse a linkedlist without using array methods
- error installing geoip_city gem
- ror - pass param to bootstrap modal. background doesn't fade out
- show children of a parent class rails 4.0
- passing a javascript variable into a rails controller
- jqgrid custom formatter not working
- ajax post submit form ruby on rails
- save blank value as nil in database
- rails group a table by :created_at, returning a count of the :status column, and then sub-group the :status column with count of each unique value
- arel: order by association count
- can't install a ruby version with rbenv on new macbook air mac osx 10.9.4
- how do i handle an unreachable database server gracefully?
- rails rename tempfile
- multiple parameters for form_for()
- ruby new unique array of nested array items
- error loading rubygems
- simulating multicasting on loopback interface
- stop loading the page if javascript is disabled
- partitioning an array
- images desapears after deploy rails 3.1.3 on heroku cedar
- rails 3 polymorphic association between one mongomapper model and one/many active record model/s
- how to use paperclip with rails and how does it work in deployment?
- is there any method to convert boolean variable to integer in ruby
- sinatra 1.3 streaming w/ ruby stdout redirection
- iterating/sorting results from two different models with different attributes
- rails capybara not working
- ruby on rails calculation
- correct order of resources in rails routes.rb
- what does def <<(path) mean in rails/ruby
- can't unfollow user because of postgres
- belongs_to and has_one in same model
- why am i getting permission denied error in deployment on files generated by capistrano?
- join two tables with condition - ruby on rails
- rails calling user record from friends model
- sanitize vimeo embed code
- rails 4 racing/concurrency. avoid deadlock
- setting up thinking sphinx after server reboot (rails project)
- validate uniqueness of name in a habtm association
- how to send all email from a rails app asynchronously
- error while posting to feed: "the user hasn't authorized the application to perform this action"
- rspec - devise login_as does not work on the first test
- how to i set a http header for a soap call in soap4r?
- upload file to s3 on client side with rails, carrierwave-direct, and jquery file upload
- ruby returns typeerror: can't convert object into string
- using sax parser to get several sub-nodes?
- create both associated models from the form of the "belongs_to" one (rails)
- query dependency list from within a rails app
- nokogiri parsing multiple xml feeds at once and sort by date
- activerecord validation for nil
- error trying to download using filnename format
- sorting an hash given another hash including information about the order method
- how to efficiently rate, and retrieve the average rating of a model in rails
- rails -- working with an existing db, cannot run migrations without losing data
- rails 5 create multiple child objects using parent object by the use of nested attributes
- trouble importing csv file with ruby csv module
- unable to fill data from seed file
- double data-confirm prompt observed on rails with framework7
- how to get a list of online users in authlogic?
- how to convert time to date in the local timezone during query
- has_many through form and adding attribute to join table
- how to indent if...any...do...end...end [closed]
- heroku paperclip images appear but then disappear
- links to change ordering of a posts loop
- binary data getting borked when saving to postgresql
- find if n exists as a sum of any 2 numbers in the given array
- add the innerhtml of a div within erb
- how to store credentials for third party services in rails
- salesforce error - "invalid cross reference id"
- execute erb function only on onclick event
- rails link_to with loop - restful routes
- rails 4 form syntax for stripe bank token -
- rspec is giving an error with my layout links from the rails tutorial: “failure/error: unable to find matching line from backtrace”
- gmaps4rails disable scroll wheel
- activescaffold gives stack too deep error; can not find any recursion
- ruby koan 182 - greed dice
- rails background image upload
- server page based on weightage
- ruby array, convert to two arrays in my case
- unicode characters render with rmagick but not with minimagick
- rails cloudfront assets not served
- rails activerecord model has_one twice to the same model with different foreign keys
- how do i merge multiple hashes into a single valid json file?
- how do you do this in mysql or rails
- how can i invoke the create method of an object with another object's id?
- dynamically creating local variables in ruby
- selenium grid 2 - chromedriver does not start a new profile on a new run
- iterate through an array to create rails objects
- deploy to heroku failed. move-file incompatible with node version
- ruby - validate and update url
- beta (whitelisted) email list for registration on devise
- what objects should be passed to a link_to with triple nested route?
- rails connecting to jbuilder
- ror: inspecting an uploaded file
- css selector path for text box that comes immediately after h3 with text "company name"
- in ruby, how to implement "20 - point" and "point - 20" using coerce()?
- why is css class being ignored?
- jquery scrolling down on click of an item
- question testing rails post
- ruby on rails: mass-assignment on iteration in loop?
- the scope is confusing
- how to delete / destroy a record in rails?
- rails query interface where clause issue?
- ruby compatibility error encoding
- how to add a radius to a marker in google-maps-for-rails?
- can anyone explain me this code in ruby?
- how to skip format validation in my case?
- ruby client for 2-way ssl authentication
- rails many to many issue with 2 tables
- has_many through middle model not creating, but creating duplicate of one model
- how to update thousands of records
- how to add a checkbox for each row in rails 3.2 index page?
- rails nested polymorphic form with javascripting
- how do i iterate through all records and pass database value to a variable?
- rails3 routing precedence
- rails tutorial expected css title with text to return something
- tabs not redirecting in jquery ui tabs
- show current time on page in real ticks format using rails
- how to authenticate oauth with rest implementations
- migration to create default value
- asking user for information, and never having to ask again
- preloading form data
- carrierwave gem: after creating user with avatar, 'cannot convert nil into string'
- ruby on rails jquery button click populate text_field
- rails 3.1 hash each gives typeerror
- using a select, assign variable and retrieve records
- how to set #encoding: utf-8 in rails globally
- posting an html form to remote.cgi - written in ruby?
- how can i generate this schema with rails?
- get age of friend on facebook with ruby via rfacebook
- how do i dynamically pass a checkbox value from the view to the controller when it is checked?
- capistrano deploy:cold doesn't work
- loop through array of hashes with rails
- why is #{} not adding the value to the string?
- no routes matches "missing required keys: [:id, :_id]"
- rails 4 relationship issues, on login
- how to install git only for installing plugins for rails from github?
- rendering partial view through javascript file ruby on rails
- rails 3.2.3: how to mass assign associated models?
- simple_form_for - multiple submit buttons with different params
- ruby rails: how to generate qr code images in different color
- link_to with two parameters not working
- url encoding issues with curly braces
- invalid soap request needs experienced eye
- ruby regular expression begin method a bit confusing
- print unicode escape codes from variable
- how to pass additional data to devise mailer?
- how to set params when subscribing to action cable channel
- has_many :through not loading records
- performing multiple queries on the same model efficiently
- getting bootstrap-sass bootstrap css into production on heroku
- how to link .ttf font from css in rails?
- rails 3.1 production - javascript loads, but doesn't execute
- what is low nibble and why the result is different by one number
- retryable ftp & http uri reading with typhoeus?
- custom message or redirection for 400 bad request (because of unexcaped % on params) in rails?
- thumbs_up gem rails - how to take back a vote?
- can i use forwardable to delegate a constant in ruby?
- generating reports efficiently with activerecord
- precompiling uploaded assets
- many-to-many relationships with ruby, redis, and ohm
- activerecord::statementinvalid: could not find table
- fb_graph: an error occurred. please try again later
- how to get rid of array after .map method
- how to style simple_form with material design or custom css
- how to destroy polymorphic model? method destroy missing argument
- rails 4: using postgresql function in order causes error in query due to the includes table not being joined
- rails testing a named_scope with a date range
- having an error with nested forms with mongoid
- nomethoderror within nested model form
- dropzonejs with rails - deleting files from server
- how do i integrate these two conditions block codes to mine in ruby?
- rails 4.1 - thinking-sphinx association not working
- how do i strip a url from a string and place it an array?
- techniques to deploy web application: heroku vs in house vs vps ect ect [closed]
- nameerror: uninitialized constant carrierwave::storage::fog, heroku
- rails validations with parameters
- has_and_belongs_to_many relationship not associating both ways
- in ios 11 the keyboard autocorrect creates invalid utf8
- trying to understand ruby arrays
- is "enabled?" method available on watir and/or page-objects for a link?
- rails 3.2 css not being precompiled
- finding the intersection of two lines
- rails generate scaffold command on windows causes argumenterror
- rails activerecord connecting to wrong postgres database
- rails 4 - displaying a dependent model in a table
- make local development work with facebook/google apis
- how do i write my own loop_until?
- sqlite in ruby: prepared statement cutting utf-8 input
- list number of duplicate values
- css3 animation on link click, not page load
- app using devise gem giving application error on heroku
- how to get a second level field from json file using ruby
- how to make requests to a local rails app from a local angularjs app running on a different port?
- how do i dynamically change the path_to()?
- how to quickly initialize ruby project development environment?
- map url "/users/id" to "/dashboard" in rails 3?
- net-scp waiting until time-out in capistrano's git:wrapper task
- ruby regexp to extract specific elements in an xml string
- mass assignment issue in rails
- order having multiple addresses of different kinds
- adding a specific stylesheet to a single rails page
- checking if the post's title is unique else return error - using friendly_id
- use functional programming to perform a transformation on each item in a hash
- why can't i access some library classes when i'm in a thread?
- can i override `.<digit>` to point at an index for an array?
- how to capture form values and send them via email as ajax request ? rails
- how to define dynamic variables on graphql?
- ldap is not working with devise
- rspec - undefined method `key?'
- how to hit office 365 api from ruby?
- rails 3, locking tables on an auction type engine
- cant login to active admin
- routing constraints don't assign values to a rails parameter correctly; use '+' to delimit values
- rails vue.js deep nested (attributes of attribute)
- how to pass by reference in ruby?
- rails...am i modeling this correctly?
- question about association and models on rails
- how to get project to use jruby instead of ruby on windows
- rails -namespace css not working
- group & sum hashes by month, including when no data
- an element in $(document).ready is undefined in a certain situation
- uploaded file char-set conversion with ruby
- setting an attribute in a nokogiri::xml::nodeset with css
- how can i access rails' session in my java app
- in rails how do i update form fields in the model?
- rails, how to post a form to devise?
- how to parse stripe json response after credit card creation?
- how to override/change lay-out of ruby on rails spree app after installing bootstrap gem?
- recommendation for phone verification web service?
- event_calendar time zone
- trouble on migrating in production mode
- hartl chapter 11 ajax undefined local variable or method `cookies'
- encoding::compatibilityerror in rails
- how to count same field twice based on a boolean?
- what is the scope of ruby code in a js.erb file and how can it access controller variables
- how to order by the date of the last comment and sort by last created otherwise?
- not wrapping css div with field_with_errors for fields created with f.text_field but works for f.input
- convert vector to integer
- ruby on rails moving from csv to fastercsv
- marking a string as html safe
- has_many , through: relationship count
- chained select box in rails 3
- backslash breaks string interpolation in ruby [closed]
- the "create new entry" page on a many-to-many-relationship
- what does this cucumber error message mean?
- how to handle new browser pop up after clicking a js button in watir?
- how to convert linkedin client in rails to hash
- creating has_many association with ancestry gem
- sort array of hash by key in descending order in ruby [closed]
- rails getting activity feed that only involves current_user
- is spree extensible enough to support multiple vendors in one app just like amazon.com?
- suppress stdout from a ruby c extension
- restful way to merge resources
- ruby: outputting sequel model associations
- using helpers in minitest
- rails fullcalendar: add custom params to source url
- how to assign a variable as a route parameter in rails?
- ruby modify argument value
- algorithm advice -- calculating related stores based on their category data
- can wicked_pdf or wkhtmltopdf generate a protected pdf?
- problem paperclip with ajax
- bootstrap-datepicker-rails on rails4
- rails nomethoderror (undefined method `<<' for #<activerecord::relation []>):
- need help at dynamic table content plan in rails 4
- execjs::runtime error
- how can i store user defined data in a hash
- mass assignment in rails 5
- accepts_nested_attribute_for and multiple edits
- generating files by programming in jekyll
- heroku rails 4-- filenotfound jquery.ui.all
- modelling many rails associations
- nested route link_to helper working in one place but not another
- i18n localization time format for spanish translation
- validate uniqueness amongst multiple subclasses with single table inheritance
- rails returning all of second level association
- new action trying to use show
- replace accented characters using gsub
- rspec2 partial view gives nil:nilclass. why?
- my hashes are stacking unordered..what's a loop that can select them by their hash id?
- is that possible to use paginate with acts_as_follower?
- duplicate f.fields_for in edit action
- simple 'require' problem in ruby
- rails pass soap basic auth with savon
- thinking sphinx automatic indexing
- compass-style (ruby) encoding error
- how to add target to rails form helper?
- accepts_nested_attributes not saving any changes
- postgresql date format error
- how do i reference and change an extra value in a has many through model
- weird ruby on rails error
- how to get the fully qualified name of method in ruby?
- dynamic connection to second mysql database in ruby on rails
- will paginate with multiple tables
- undefined method while using form_for in new controller method
- rails habtm setup, model object, & join_table insertion controller setup
- ruby loops and classes; splitting a string into an array and back to a string again
- using different redis stores for session and caching in rails 5
- render posts both by time desc and total_votes
- passing arguments to methods [closed]
- rails 3 uploadify + paperclip can't auto-generate grandchild record id on save
- send requests from domain to specific rails engine
- rails 5 api post create params empty
- nomethoderror thrown when trying to use controller variables in js.erb file
- how to call javascript file in ruby on rails
- best way to concurrently check urls (for status i.e. 200,301,404) for multiple urls in database
- using a constant to store column names in the controller for stored parameters?
- rspec shows different status code than browser
- http-compression in rails not working for json-responses
- any possible way to add parameters to on clause on include left joins on rails?
- n+1 in rails relations with active records?
- incorporating custom select clause in activerecord query
- using watir to click on a specific link when there are other links with the same display text
- gem installation ruby-audio-1.6.1 error(using mac os 10.9 / homebrew)
- can i make a call from application to personal mobile number by using the twilio? [closed]
- activerecord::relation issue on acts-as-taggable-on
- explain the use of tokens in transmitting data over get
- how do i work with checkboxes with datamapper and sinatra?
- rails: loaderror - cannot load such file (requiring a gem)
- adding security on routes in rails
- converting integers to utf-8 (korean)
- no such file or directory?
- ruby compare two arrays of hash, with certain keys [closed]
- devise/cancan redirect admin issue
- immediately evaluate multiple lines of code at same time in rails console when using pry?
- how to calculate percentages with rounding
- how do i efficiently sieve through a selected range for prime numbers?
- ruby on rails: data not saving activerecord
- rails: polymorphic assosiation and accepts_nested_attributes
- upvotes not working
- ruby number precision with simple arithmetic
- how configure nginx for rails app as subdomain?
- carrierwave + nginx - serving images from public directory
- how can i add current directory to ruby loadpath permanently
- money-rails gem and instance currencies
- there's something really wrong with my simple ruby on rails app
- why does this only return the first setting?
- change the default file download path for edge using selenium
- regex that match each word in a string regardless of space or hyphen?
- count number of times a link is clicked
- ruby on rails: adding 2 references of a single model to another model
- error with activerecord -3.1.11 could not find table (activerecord::statement invalid)
- which version of ruby is needed for cloudfoundry?
- rails route with resources :address - singular & plural
- how do i execute a command on already opened browser from a ruby file
- ajax call pass javascript variable in rails 3
- how do i use haml in a view in my new plugin?
- passing the variables from from jquery to rails controller
- convert markdown to html with a table of contents using redcarpet
- parsing a zip file and extracting records from text files
- how do i find an object whose properties foo or bar equal a query value?
- ruby: select a grouped array with multiple conditions
- best jquery form wizard for a rails app
- configuring or adapting spree or another solution to create a multi-vendor, single domain marketplace (similar to etsy) in ruby on rails
- how to make manipulatable number grid in ruby
- send mail at particular time in action mailer using delayed job
- rails internal style for mailer template not working
- how do you apply multiple filters and sum in ruby?
- activerecord includes not working with foreign keys
- heroku rails app database migration issues
- thin/eventmachine non-root installation problem
- watir scraping sequential elements : so simple, but no
- twitter bootstrap dropdown in rails 3
- rails returning activerecord::relation as json to an ajax call
- what is the best way to convert english sentences into ruby key-value pair?
- need suggestions on designing artist recommendation
- how to store dynamic value and reuse in webdriver ruby test
- split string by comma but exclude commas in brackets
- i need help in ruby
- cucumber high-level step definition - syntax error, unexpected tidentifier, expecting keyword_end
- can't use break in the false part of the ternary operator in ruby
- heroku ruby on rails server logs says 'users' does not exist
- how to calculate the number of ways to represent n cents
- 1) passwordresets emails user when requesting password reset
- how could/should i state colon (punctuation) in a yaml file?
- helper devise: could not find the `warden::proxy` instance on request environment
- ruby .reject! vs .delete_if
- rails dependent which options are possible?
- post to a different controller in an rspec test
- how do you redirect to an external website with rails?
- encode a ruby string to a json string
- how to split a directory string in ruby?
- how to escape the ? (question mark) operator to query postgresql jsonb type in rails
- why are js files in my rails asset pipeline not being compiled?
- rspec cannot find my controllers uninitialized constant
- what does the "it" keyword do in rspec?
- what is the difference between exit and exit! in ruby?
- rails - given @comments - how to obtain the 2nd to last comment w/o rehitting the db
- creating an infinite loop
- active admin: how to set page title?
- rails 4. how to add authenticity_token to forms rendered via partial?
- error errno::econnreset: connection reset by peer
- "no route matches" error?
- comparison of date with activesupport::timewithzone failed
- maximum length of an sql query
- rails unorthodox naming of models with abbreviations
- rails migration change sequence or order
- haml -illegal nesting: nesting within plain text is illegal
- postgres hstore exists and doesn't exist at same time
- does ruby support type-hinting?
- rails 5: form_for vs form_with
- get last inserted id using mysql2 gem
- docker-compose: connection refused between containers, but service accessible from host
- empty scope with ruby on rails
- table wider than bootstrap column container
- rspec.config before(:each) except for specific :types
- what is the best practice to retrieve all customers from stripe api into one list
- how can i specify a minimum ruby version in a gemfile?
- why does to_json escape unicode automatically in rails 4?
- rails 3 form for custom action
- naming conventions for rails migrations
- ruby unpack array to block
- how to add html5 data- attributes to a rails form label tag?
- rspec what is the difference between be nil and be_nil
- rspec vs. shoulda?
- how to determine if a record is the first/last one in an iteration?
- ruby " yield row if block_given?"
- is there a dry way to pass bind variables to an ar relation?
- how to squish in ruby
- what is the best way to get enum string name from integer value
- what does the o modifier for a regexp mean?
- how to do lazy evaluation of ruby arguments
- already initialized constant in jruby-openssl
- disable a text box in ruby on rails?
- undefined method `include?' for nil:nilclass with partial validation of wizard gem
- cromedriver `driver.manage.logs.get(:browser)` fails on chromedriver 75.0.3770.8
- is there a built in way to rename an entire scaffold?
- how does rails determine incoming request format?
- how to filter a boolean column on activeadmin?
- has_one through association with condition
- how to access column value after serialization activerecord
- random slow rack::methodoverride#call on rails app on heroku
- how do i debug why a gem install fails?
- rails session not persisting after redirects
- where to find old rails 2.3 guides
- method for splitting array into (element => remaining elements) pairs
- enforce an order to rails callbacks
- sending elements of an array as arguments to a method call
- set read_timeout for the service call in ruby net::http.start
- rails 6 actiontext isn't working on heroku (undefined method 'rich_text_area_tag')
- what does module.private_constant do? is there a way to list only private constants?
- ruby on rails csv putting "" instead of actual quotes
- ruby - unable to bind to locking port 7054 within 45 seconds (selenium::webdriver::error::webdrivererror)
- reproduce random array sort
- cucumber steps not automatically loaded when running features
- rails: how to handle "attribute was supposed to be a array, but was a string" error?
- wkhtmltopdf attempting to load from http rather than file
- rails g scaffold for existing model and db table
- can i, as a human, view the rspec rendered views, and if, so how?
- concise ruby hash equivalent of python dict.get()
- switching between multiple databases in rails without breaking transactions
- rails form_tag form writing - with non-active record model
- splat on a hash
- rails 3 and devise. kill current session
- how to get the name of the action in an after_action filter for actionmailer
- get model attribute dynamically in rails 3
- rails: how to set json format for redirect_to
- ruby, check if string is all valid hex characters?
- no log messages in production.log
- test not passing: undefined method `authenticate!' for nil:nilclass?
- should we be using faker in rails factories?
- unicode filenames on windows in ruby
- how can i get all list of scopes in activerecord 3.x
- what's the correct way of defining secret_key_base on rails 6?
- heroku bundler not deleting old gems versions
- don't pass block when calling super
- rails - actiondispatch::http::uploadedfile in background job
- elasticsearch - malformed query (ror)
- rails markdown editor with live preview [closed]
- undefined method _path (nomethoderror)
- three-way comparison in ruby
- rails 3: undefined method `remote_form_for'
- ror - collection_select from array
- remove password confirmation; devise
- include actiondispatch::testprocess prevents guard from reloading properly
- ruby on rails : get route using controller, action & param
- which web development framework works best with google app engine? [closed]
- rails3 google maps testing with selenium
- excluding files from being deployed with capistrano while still under version control with git
- find by multiple conditions in rails
- ms sql ruby gem
- testing a method defined in a rake task
- how does one comment in an erb template?
- reloading an object not working in rspec
- base url of rails app in model
- is it possible to instantiate a ruby class without calling initialize?
- ruby stack level too deep exception not from recursive infinite loop
- heroku app crashes, logs say "no such file to load -- nokogiri (loaderror)"
- find and sum date ranges with overlapping records in postgresql
- rails asset pipeline tests pass production broken
- youtube api v3 with oauth2: update and delete fail with "insufficient permission" error
- using ruby to post an xml request to a webserver
- ruby regex: ^ matches start of line even without m modifier?
- capybara can not find element by id
- rails 3.1 server start fails with "abort trap: 6"
- how to compare time in ruby
- ruby whitespace: is { :a => 1 } better than {:a => 1}? [closed]
- adding an error message to a custom validator
- cucumber: before hook run only once for all scenarios
- change devise message "email has already been taken"
- can't verify csrf token authenticity rails/react
- multi model saving, how to wrap in transaction and report errors
- capistrano - nameerror: uninitialized constant net::ssh::knownhosts::supported_type
- ruby: clean code for checking nil /false conditional statement?
- how should i write multiple condition in after_create callbacks
- where is float#to_d?
- heroku migration: type modifier is not allowed for type "bytea"
- why does enumerable not have a length attribute in ruby?
- models with reserved keywords
- rails postgres functional indexes
- how do you get the app name when running rails on heroku?
- embedded document vs hash datatype in mongoid
- ruby on rails link_to syntax
- ruby on rails: bad username / password? (535 auth failed)
- rails: load just one attribute not a whole model
- installing gems with bundler == big problem
- manually set column name in rails model
- 'respond_to?' versus 'defined?'
- how to use hooks in ruby gems
- rails: :inverse_of and association extensions
- error `comparison of symbol with module failed` after upgrading to rspec 3
- adding a column before another one in rails
- dynamic class_name for has_many relations
- tired of non-semantic testing to make up for dynamic typing - suggestions?
- storing a percentage in rails + mysql
- i am using devise, the password change is redirecting to home page, how to keep it on /users/edit?
- remove field name from object validation message
- rails sass: variables are not passed with @import
- rails 3 activerecord: union
- using capitalize on a collection_select
- rails activerecord scope that is the "opposite" of another scope, or is users that "lack" a property
- cannot spawn application
- rails: prevent will_paginate from calling #count of activerelation
- issue in rails 4.0 with creating a link_to for a delete action
- how do i ignore folders and files when pushing to heroku with a rails app?
- why css is not working when sending html email?
- capybara:webkit unable to find iframe or its content
- how to expect a params hash in rspec in rails 5?
- rails error: unable to access log file. please ensure that /home.../log/development.log exists and is chmod 0666
- possible to call executable thor-powered script without calling thor?
- error provisioning user - user status - suspended
- rails: how can i access the request object outside a helper or controller?
- delete session cookies across multiple subdomains in rails 3
- activejob deliver_later not sending
- change or update an attribute value during rails activerecord validation
- languages that always had triple equals
- declarative_authorization and namespaces
- uninitialized constant myclass (nameerror) in ruby
- rails, sidekiq - redis noauth
- how to disable foundation or bootstrap styling for a block of html code?
- how to output sorted hash in ruby template
- activerecord - select first record from each group
- stub random value in rspec with secure_random
- how to test if method is called in rspec but do not override the return value
- heroku could not detect rake tasks (loaderror: cannot load such file -- rspec/core/rake_task)
- how can i insert a variable in a string in .js, coming from a ruby example
- rake aborted! cannot load such file -- mysql2/mysql2 on el capitan
- ruby/rails working with gsub and arrays
- why is db:migrate failing when i try to add attachment fields for paperclip?
- rails _path helper generating path with format not id
- rails simple_nested_form_for fields_for wrong number of arguments
- ruby on rails: how to render partial in a view via jquery
- validating jenkins plugin forms with ruby
- ruby's watchr equivalent in python?
- understanding the difference between `load`, `require`, and `require_relative`
- re sorting active records in rails without re querying the database?
- how can i use i18n for my error pages in rails 3?
- rails minitest crashing when tests fail
- what are the differences between the ruby 2.3 safe navigation operator '&. and the 'try!' method from activesupport?
- configuring delayed jobs with capistrano and rails 4
- rename session cookies in rails
- ruby - ssl, basic auth, and post
- how can i import only a couple of functions from a ruby module?
- indexof in ruby
- can't install compass via rvm
- how to comment code in rails views?
- delete element of array while iterating
- how to know if an image has been uploaded or not? - paperclip
- modal bootstrap, image instead of button
- add a logout button in restful authentication
- rvm install ruby from local source
- transform time into local time in ruby on rails
- rails 3: how to render text file in-line?
- bundler can't seem to find correct ruby through rbenv
- 'eoferror: end of file reached' on heroku while posting utf-8 via ssl
- in rails, how can i submit a form and request a csv formatted page?
- combining api and web views in rails 5
- devise rspec registration controller test failing on update as if it was trying to confirm email address
- rails on windows: slow?
- undefined method `validate_presence_of' for rspec::examplegroups::user::validations
- fizzbuzz ruby one-liner
- fixtures with paperclip
- rails 3/activerecord: how to switch/change table name during request dynamically?
- ruby: using rand() in code but writing tests to verify probabilities
- rails console test loading development environment
- in bundler, how can i override a dependency's version requirements for its own dependencies?
- adding confirmable module to an existing site using devise
- accessing session from a helper spec in rspec
- execute a rake task on a remote server
- rails 3.1 devise how to change flash message css from notice to success?
- rails 3 default scope, scope with override
- what are the current state of affairs on threading, concurrency and forked processes, in ruby on rails?
- ruby: what's the meaning of keyword "in"
- attr_accessor not accessible in accept_nested_attributes_for
- ignoring certain field when querying in rails and activerecord
- rails3 sql logging output in a separate file
- in how many languages is null not equal to anything not even null?
- rails 3: how to validate that a < b where a and b are both model attributes?
- rails 4 - devise, guest users causes filter chain halted
- recursively getting the size of a directory
- force ruby to not output a float in standard form / scientific notation / exponential notation
- rails 3: how do i generate a compressed file on request
- how do i use the `--helper` flag in a rails 3 controller generator?
- ruby on rails: why activerecord uses "datetime" type instead of "timestamp" for timestamp fields?
- method's local variable with same name as another method
- how to simulate database failure for test purposes (in ruby on rails)
- automatically deleting objects older than n days in amazon s3 (how ?)
- rails 3.1 using images under app/assets/images/subdirectory
- how can i set timezone in simple form datetime field?
- google app engine: best practice for hiding rails secret keys?
- split string in ruby, ignoring contents of parentheses?
- case insensitive like (ilike) in datamapper with postgresql
- working around the lack of context in sinatra's route methods
- before filter in action mailer rails 3
- rails undefined method `model_name' for nilclass:class
- ruby &&= edge case
- "you need to supply at least one validation" but rails validation exists
- silence rails schema load for spork
- specify execution order of seed files in rails
- how does the assignment symbol work - ruby
- capistrano could not locate gemfile error on application deployment
- how to mock net::http::post?
- drop-down for country-states
- how do i delegate to a model's to_builder method from a jbuilder view?
- my rspec test won't pass: michael hartl's rails tutorial
- what is this notation in rspec: it { is_expected.to ... }
- docker - docker-compose 'version' doesn't have any configuration options
- how should i use rails to index and query a join table?
- gem: integrate change from pull request
- in rails.vim why do i get "e345 can't find file in path" errors?
- how do i strip dollar signs from a value before validation in rails?
- why can't i "string".print()?
- multipartentitybuilder to send pictures to rail server
- what can i do about mechanize waiting on an unresponsive web site?
- how to convert a string to a hash in ruby/rails without using eval?
- rails 4 asset pipeline losing vendor assets
- error installing ruby 1.9.2 on yosemite
- rails - add attributes not in model and update model attribute
- match only beginning of line in ruby regexp
- can i use amazon elastic transcoder to only create thumbnails?
- adding to an array while iterating
- could not find rubygem bundler
- how do i monkey-patch ruby's uri.parse method
- rails 3.2.3 namespaced controllers being overridden by global controllers with same name
- rails 3.1 generating csv file
- travis-ci node.js defaulting to ruby build? no rakefile found
- coffeescript access to current_user
- vim: ruby & html omnicomplete not showing local methods/variables
- rails strong parameters: how to accept both model and non-model attributes?
- completed 200 ok in 652ms (views: 50.9ms | activerecord: 18.3ms)
- rails 4, change default form builder globally
- ruby nomethoderror - undefined method `blah_url' for blahcontroller
- request completion time greater than sum of activerecord and view times
- find_or_create race conditions
- is there a way to serialize activerecord's json properties using hashwithindifferentaccess?
- ruby: is it possible to set the value of a instance variable where the instance variable is named via a string?
- how can i get f.submit's name parameter in controller?
- rails app error: premature end of script headers
- ruby and gems are installed but sass gem not working
- is there a ruby idiom for returning the first array element, if only one exists?
- restrict the columns represented in activerecord
- how to save cucumber test results to a file
- devise authentication using curl
- rails paginate existing array of activerecord results
- running capybara with nginx
- how can i create a two-way ssl socket in ruby
- how does sign_in_and_redirect in devise work?
- is order preserved in arrays when intersection is done?
- rails app fast on server, but slow when accessed from another machine
- smartly converting array of hashes to csv in ruby
- "email can't be blank" devise using username or email
- kill a process called using open3 in ruby
- activerecord: how to find parents whose all children match a condition?
- ruby scripts with access to rails models
- encoding issue when using nokogiri replace
- what does ||= do in ruby
- rails tutorial ch. 9 exercise 6: expected response to be a <redirect>, but was <200>
- jekyll fails to serve (ruby incompatible library version)
- gem loads in irb but not console
- why does exiting a ruby thread kill my whole program?
- what is the purpose of /usr/lib/vendor_ruby
- how parallel are parallel tests in ruby 1.9.3?
- loading documents on irb ruby
- rails convert updated_at to rfc3339 format
- how to include bundler itself when using bundle install --deployment
- xpath select node with periods
- rails model inheritance in forms
- how do i add instance variables to devise email templates?
- 'could not find pg-0.12.2 in any of the sources' when running rspec
- integration test error with capybara for ajax call with rails 3.2.12
- devise: suddenly cannot log in anymore
- copy of environments/development asset path cannot find jquery-ui-rails in gems directories
- check browser console output on ruby
- backslash + captured group within ruby regular expression
- learn ruby the hard way chapter 9 triple quotes
- rails 4, bootstrap 3, simple_form - form styling not working
- activeadmin customizing the form for belongs_to
- rails 4.1.2 - to_param escapes slashes (and breaks app)
- stable/repeatable random sort (mysql, rails)
- rails - see generated sql queries in log files
- are "begin" and "end" reserved words or not?
- how to run cucumber selenium using thin server instead of default webrick?
- sending email with attachments
- rails 3.2 development mode is not displaying the full error page with backtrace etc
- does capistrano need to be in the development group in the gemfile?
- deserialize json primitives with the built-in ruby json library
- chapter 8 rails tutorial remember token errors
- get live logs in front end on rails application
- ruby on rails rake error
- redirecting stdout/stderr of spawn() to a string in ruby
- how do i remove html encoded characters from a string?
- set_primary_key error in rails
- bigdecimal can't be coerced into bigdecimal
- how add new folder with class in rails app?
- testing signed cookies in rails
- how to 'disable' a certain method in ruby from being called in the console
- how can i downgrade from ruby 1.9.1 to ruby 1.8.7
- testing custom validators with minitest
- manually updating attributes mounted by carrierwave uploader
- ruby restclient.post for login form
- rails 3.1 engines migrations are not working
- rails 4 jquery conflicts with javascript
- shrine gem - how to delete uploaded images from s3
- does shopify order api allows filtering by nested fields?
- devise for rails 4: why should you keep user profile data on a separate table to the devise user models table
- can't get rspec to work -- 'require': cannot load such file
- rails internationalization: i18n look up with nested locales directories
- why does the post method seem to be clearing my rails session data?
- cannot start sinatra process - eventmachine "no acceptor"
- uninitialized constant activesupport::coreextensions
- adding a validation error with a before_save callback or custom validator?
- ruby print selected lines of text in between 2 strings
- how to replace a word in an existing pdf using ruby prawn?
- how to include capybara into module in cucumber project
- recordnotfound raised when using find_by_id to get non-existent record in rspec
- confusion about ruby class variable
- capybara selenium chrome opens about google chrome
- where is ruby 3.0.0 on rbenv
- sidekiq server not loading configuration file
- rails for loop view
- rails 3 automatically adding x-ua-compatible header?
- why does gc stat minor_gc_count decrement?
- difference between runtime dynamic binding and class inheritance
- devise ignore my custom strategy
- most efficient way to write data into a file
- why do callbacks use symbols in ruby on rails
- phusion error: undefined method `has?' for sass::util:module
- undefined method `sign_in' for #<rspec::core::examplegroup::nested_1::nested_1:0x1057fd428> error while trying to set up rspec with devise
- nomethoderror: undefined method `mock' with mocha and rails 3
- how to use pry-byebug in an example script for a gem?
- how do i retrieve a list of created ids for bulk insert in active record?
- access session variable using jquery
- constant in class << self block
- rails sessions over servers
- converting file path to uri
- https for rails application - invalidauthenticitytoken
- is there a way to force a before_filter to always execute last?
- rails 4 log4r server.rb:78:in `start': undefined method `formatter'
- rendering partial in rails modal
- how can i inherit from rational (or any class with no constructor)?
- calling erb without rails: undefined method 'raw'
- why would #each_with_object and #inject switch the order of block parameters?
- how to annotate rails models in rails version 3.2.1
- missing rails.js with jquery-rails
- nested table formatting with simple_form, nested_form and twitter-bootstrap
- reverse order of display of blog entries and comments, ruby on rails
- how do you convince your manager that your project needs a huge refactoring? [closed]
- adding controllers with a namespace admin as a subfolder
- segmentation fault when running 'rails s'
- jquery equivalent of ruby's .send() method
- how to capture the title of a terminal window in bash using ansi escape sequences?
- ruby on rails, change column value on update of other column value
- publish/subscribe rest-http simple protocol web services architecture?
- how to set a cookie on a separate domain in rails
- problems with infinite time range in rails
- ruby on rails and strange http_accept header from psp
- is it possible to put just a rails form element in a partial?
- capybara-webkit cannot handle link with bootstrap glyphicon
- what is the class of "if/unless" etc
- ruby mechanize zlib::buferror
- are rails passwords generated with bcrypt portable?
- how to use polymorphic_path in lib/module in rails 4
- overriding backend assets in production environment
- is it possible to turn off actionmailer emails when cucumber testing is happening on development?
- best practice to keep common steps of cucumber
- why do i get a 404 error installing ruby 1.9.3?
- how does ruby 1.9 handle character cases in source code?
- rails 2.3.5: how does one access code inside of lib/directory/file.rb?
- rails: preselect a value in actionview-helper 'collection_select'
- using tempfile to create a zip file in rails
- ruby on rails: found unpermitted parameters: _method, authenticity_token
- triple join in ruby on rails
- paginate through a randomized list of blog posts using will_paginate
- rails/arel - precedence when combining arel predicates
- how do i address a unc path in ruby on windows?
- factorybot namespaced models without class_name
- merge n sorted arrays in ruby lazily
- how to manage git branches with different db schemas?
- does mongomapper (or any other mongodb adapter) have a method like "accepts_nested_attributes_for"?
- database is locked?
- unable to refresh token after expiration
- redirect to a route alias on a form validation error
- rails 4 add file_field for attachment upload to existing form and controller
- routingerror resulting from 'redirect_to root_url' not passing action
- cannot install ruby on centos
- test if the current directory is inside a rails project (bash)
- why does this rescue syntax work?
- detecting stdin content in ruby
- active admin sort a count of a has_many column
- create tokens in jquery token input
- is it possible to have haml indent html generated by a view helper in rails?
- convert xml to ruby hash with attributes
- alternative for spawning a process with 'fork' in jruby?
- rails 3 - how to send_file in response of a remote form in rails?
- how to test javascripts without to delete the `test` database data?
- rails 4: sqlexception: no such table:
- installing gems on node heroku projects
- how to disable a before_action in a controller spec?
- rails 3's "bundle install" is super fast (takes 1 second), but no rails is there afterwards? (using rvm)
- create users in factory girl with omniauth?
- rspec+capybara optionally change js driver
- access sinatra settings from a model
- how can i test logger-messages with minitest?
- element is not clickable error ruby / watir
- could not find the association, rails 3
- problems calling a java class from jruby
- ruby savon and wsdl namespacing
- why is devise's "current_user" not available at the model layer?
- hook before all delayed jobs
- puppet 4.3.2 client node unable to connect via ssl to puppet server
- render a view of another controller
- nested attributes not showing up in simple form
- stripe "invalid api key provided"
- how to create a link that automatically logs the user in on devise / rails?
- swift equivalent of ruby's "each_cons"
- mongoid has_and_belongs_to_many associations
- custom actions in rails controller with restful actions?
- how can i check if there is a query string from a ruby on rails controller?
- using rails.vim rake run spec in macvim, how to get colored output
- /usr/local/lib/libz.1.dylib, file was built for i386 which is not the architecture being linked (x86_64)
- ruby: what is the difference between using open() and net::http module to fetch web content?
- curl request in ruby
- invalid pattern in look-behind
- replace a specific line in a file using ruby
- how to display a form for a subset of associated records, some of which don't exist yet?
- ruby: how to find difference between 2 arrays, order matters
- what exactly does save/save! do?
- retrofit @body showing up as parameter in http request
- performance difference between mri ruby and jruby
- systemstackerror at the rack level in ruby 1.9.2, not 1.8.7
- convert escaped unicode (\u008e) to accented character (ž) in ruby?
- use nokogiri to get all nodes in an element that contain a specific attribute name
- polymorphic has_many through associations in ruby on rails
- why doesn't to_proc work inside ruby refinements?
- libxml-ruby failed to load at x86_64
- how to mock class method in rspec expect syntax?
- ruby: how can i copy this array?
- problems installing ruby gem "ffi" on ubuntu server 12.04
- how do i get linux system information in ruby
- how to create a user with the admin directory api using the google-api-ruby-client?
- ruby: how to replace text in a file?
- ruby metaprogramming: dynamically defining method based on child instance attribute
- css 'contains' selector & upgrade of capybara
- how to determine if optional arguments are passed in ruby
- prepare and execute statements with activerecord using postgresql
- no such file to load -- readline (load error)
- ruby / mysql fetching single row but still using .each?
- with rails using minitest, how can i set up rubocop to run automatically each time tests are run with rake?
- rails databases, why use same dbms for development and production?
- usernames that cannot start or end with characters
- how to detect if my app is running on heroku?
- time_select form helper interprets new time object as utc not as configured time zone
- calculate consecutive days posting in rails
- nested form with polymorphic models
- rails with paperclip ignore empty attachments
- why is my model.where() returning a blank array (when i'm sure there are matches)?
- where should i define my resque logger in my rails application
- is there a nvl() function in ruby or do i have to write it myself?
- can't store array in json field in postgresql (rails) can't cast array to json
- how to access multiple databases in single rails application in rails 4?
- fast string matching mysql query
- how to detect if a ruby script is running through a shell pipe?
- http error handling
- how to get the eventmachine gem to compile on osx lion 10.8.2 with xcode 4.5.1
- how to serialize and deserialise mailers?
- user-agent in http requests, ruby
- can i conditionally skip loading "further" ruby code in the same file?
- heroku pg:backups restore fail due apparently to rails application timeout
- handling a belongs_to relation with backbone.js
- ruby big array and memory
- the new elasticsearch-ruby gem integrating with rails
- detect iframe request in a rails app
- difflib on ruby [closed]
- asset fingerprint differs between servers
- in ruby, how to extract a key from the hash having the value
- how can i get the key values in a json array in ruby?
- ruby: mail gem add \r\n after 60 chars in mail
- no such table error from sqlite memory db via datamapper
- how to get fix 'require' errors when setting up delayed_job on elastic beanstalk
- how to add several columns to a database in rails
- rails ignoring render and redirect_to
- a has_many bs where b has no primary key
- dynamic javascript in my .html.erb
- configuration for carrierwave with amazon s3, hosted on heroku
- rails on create transaction
- simple_form required field does not work - ruby on rails
- how to setup assets pipeline in rails 5 to use a custom font?
- adding index in rails has-many-through relationship
- sorting a string that could contain either a time or distance
- using rails includes with conditions on children
- one controller for multiple routes
- how can i use accepts nested attributes with the habtm?
- nomethoderror when trying to access method defined in included module
- rails routes root with nested resource
- rails geocoder - still learning
- rails - confused by url change when model validations fail
- why x-editable-rails gem throwing an error: undefined method `xeditable?'?
- how to use globalize and sunspot in rails 4
- mechanize & sinatra conflict
- delineating ruby gem public apis for semantic versioning
- no such file to load -- rmagick2.so
- where should i put sql queries in rails?
- rails: resetting form fields with page refresh
- restful way to deal with multi-step "new" action in rails 3
- missing `secret_key_base` for 'production' environment on ubuntu 18.04 server (rails 6.0), multiple topics tried
- pg_dump version mismatch in rails
- i have a has_many relationships and i want to set custom limit and offset. as well as to count them
- ruby equivalent of c# 'using' statement
- rails 3, paperclip (& formtastic) - deleting image attachments
- achieving `call_user_func_array` in ruby
- pundit::authorizationnotperformederror with devise controller
- error when trying to generate devise:install in ruby on rails
- rails: oracle constraint violation
- ruby - instance methods: why can i use getter without self, but setter only with self
- extracting html5 data attributes from a tag
- custom active admin form inputs for has_and_belongs_to_many relationship
- is it common to set objects to nil?
- why does gibbon throw 'uninitialized constant gibbon::api (nameerror)'
- how disable assets compilation on heroku?
- how does rails know when to delete a record from the `sessions` table?
- ruby parser in java
- rails 6 action mailbox and gmail integration how to
- ruby and rails gem install issues
- soap call in ruby on rails using savon gets weird around the envelope and main operation
- modify filename before saving with carrierwave
- rails 4 join group by and select
- cucumber / savon omit or remove logging output
- rails - superclass mismatch
- compression libraries for ruby?
- how to configure database.yml for deployment to heroku
- ruby - how to represent message length as 2 binary bytes
- how can i get the filename from this actiondispatch
- friendly_id using value from belongs_to association
- how can i customize template of the mailboxer email?
- rails migrations over an existing database
- defining a new logical operator in ruby
- can ruby on rails be deployed on azure web sites?
- how to create a link_to_if with block only if condition is met?
- writing to the middle of a file in ruby
- rails open-uri breaking on path
- rails: how to display image from rails local project folder?
- mri ruby threading and performance
- best practice for installing multiple versions of ruby, apart from rvm?
- rails cache key generated as activerecord::relation
- how do i initialize actiondispatch::paramsparser in rails 3.1?
- is ruby 1.9 compatible with rails 2.3?
- pretty-print arrays on failure
- smarter character replacement using ruby gsub and regexp
- why does rails 5 order test cases randomly?
- initialize google map on ajax refreshed partial
- kernel#__method__ doesn't seem to work correctly in dynamically defined methods
- can you override a method by including a module?
- capybara finds button but clicking it does nothing
- how to format a rational number as a decimal?
- testing helper in rspec with i18n lazy lookup
- rails admin with sorcery
- how to automatically include gem in the path?
- after initializer change 'alias_method' undefined method 'current_user' for class 'applicationcontroller'
- 404 not found error for assets in rails 4 production enviroment
- is it a proper way to implement a custom validator in the 'lib/' directory?
- rails 3 - a model with a one to one relationship to itself - do i need belongs_to
- ruby net-sftp read file line by line
- show certain user's blog posts in rails
- does phusion passenger use forking, and if so, where to set after_fork config?
- grunt/bundler wont use specified sass version
- default value for date_helper in formtastic
- override spree commerce's bootstrap variables
- is it right to avoid using third-party gems?
- which method is invoked by [...] in ruby?
- rails: run initializer before creating classes
- within how many lines from the beginning do various directions have to be placed?
- ruby: dry class methods calling singleton instance methods
- ruby on rails mac osx mavericks issues after rvm install
- ruby: prawn pdf out of memory when using the group method
- how to get rid of email regex message on devise?
- rails aws-s3 delete file throws aws::s3::permanentredirect error - eu bucket problem?
- how do i set up acts as votable to not require user sign in?
- why is my rails route is a bit off?
- heroku, zentest and rubygems
- dynamic languages - which one should i choose?
- how do i get my dummy app to use the engine's template engine?
- with actioncable, is there a way to count how many subscribers from inside a channel?
- invalid octal digit error
- rails 3 prototype render :update response has text/html content-type
- what is the difference between forking and threading in a background process?
- activestorage for s3 private files
- capistrano rvm and ubuntu rvm is not a function, selecting rubies with 'rvm use ...' will not work
- ffmpeg on heroku: unrecognized option 'preset'
- rails factorygirl inside app in development env
- how long are nextpagetokens remembered for gmail and calendar apis?
- price gets multiplied by 100 when saving product in spree (ror)
- shared js (coffee) in rails
- unloading dynamically declared class in ruby
- how to use to_sentence for links?
- rails form posting to /new instead of /create?
- ruby code to iterate through two array simulataneoulsy
- add section to form by rendering a partial when link is clicked
- how do you instruct sprockets to include files from /vendors/assets/components on heroku?
- how is a call to instance_methods dispatched in ruby?
- how can i create sidekiq queues with variable names at runtime?
- rails "wrong number of arguments (1 for 0)" in to_json method
- unauthorized client error when using domain wide delegation with google api
- is there any way to use arel for custom associations?
- undefined method '+@'
- paperclip does not save attachment
- how to reference parent model from carrierwave uploader object
- case insensitive equals method based on one attribute
- heroku db:push not working, using taps gem
- using twitter bootstrap with rails assets pipeline and less
- functions in controller.js.coffee
- active directory ldap move user to different ou - ruby
- what happens with this method name/local variable mixing?
- heroku|ruby argumenterror: missing required arguments:
- method visible everywhere in rails
- why does my activerecord scope with `merge` return an array?
- rename object in s3 using ruby
- ror - include foreign key at both ends of has_many and belongs_to?
- calling attribute accessor methods from within the class
- group function in belongs_to association rails
- how can i check for undefined method for nilclass before i error out?
- find fontname from a ttf file in ubuntu
- devise user_root_path gets 404'd in production but not dev?
- rails - text_field class with condition
- get value of a specific param - rails
- rails generate migration does not set :null => false to created_at and update_at
- javascript included twice in a rails 3.1 asset-based app
- chrome doesn't start in wsl (ubuntu 18.04) with "devtoolsactiveport file doesn't exist" under chromedriver
- file encoding issue when downloading file from aws s3
- rails 4 how to use render layout option in view?
- activerecord and sorting on association
- capybara webkit doesn't pass params from angular
- why in ruby 0.0/0, 3.0/0 and 3/0 behave differently?
- is it feasible to use ruby 1.9 for rails yet?
- accepts_nested_attributes_for validation
- auto-removing all newlines from haml output
- ruby: string no longer mixes in enumerable in 1.9
- flash[:notice] doesn't work with redirect_to
- rails: accessing js module methods from files served by webpacker
- return type from a activerecord query
- rails create method resulting in nil records
- user authentication by both ldap and database
- ruby regex to match multiple occurrences of pattern
- ruby openssl documentation [closed]
- rails model attributes without corresponding column in db
- uncaught typeerror: cannot call method 'extend' of undefined
- rails 5 strong params with an array within check boxes values
- active admin redirects after login
- what would the joining table called in this case in rails 3.1?
- how to retrieve only unread emails with ruby mail gem?
- ruby increase file size on the fly for testing
- why can't i refer to data in class context?
- postgres window function column with rails
- rails sunspot/solr: ordering on multiple-value field
- date of birth regex yyyy-mm-dd for rails app
- creating rails model with object.const_set
- yard 0.7.3 fails to build my readme in both markdown and textile
- should mixins make assumptions about their including class?
- undefined method 'accept' for nil:nilclass after upgrading to rails 3
- how do i check if all the elements in my array occur no more than twice?
- how do i validate restful parameters in rails at the routing level?
- evaluating :dependent => :destroy
- is it really needed to validate foreign keys?
- set user time zone dynamically with devise
- optimize difficult query (possibly with squeel)
- getting "access denied for user 'root'@'localhost' (using password: no)" in production mode and no errors getting logged
- rails activerecord: legacy table without primary key shows nil for result?
- rails: same name for a library module and a group of controllers?
- defining nested classes both directly and via include
- generating paypal signature, 'x-paypal-authorization' in ruby
- how to change ruby version in pry
- rails: undefined method `map' for ingredient
- time complexity of gsub
- rhc setup returns "warning: constant ::timeouterror is deprecated"
- how do i use ruby-debug in capybara w/ selenium
- how would you do rose memoization with sorbet?
- called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
- sunspot -- boost records where matches occur early in the text
- how to change the color of a column-chart created with chartkick?
- nested_form gem add works but remove fails...why?
- rails 2.x app on rubymine 3.1
- how to check given time is after 3pm or not in rails?
- how can i automatically reload gem code on each request in development mode in rails?
- how to do a sequel query with 'like'?
- solr search using susnpot gem
- activeadmin form not saving nested object
- extract email addresses from a block of text
- rails 4 blog /:year/:month/:title with clean routing
- paperclip not saving, no errors
- 502 bad gateway nginx + puma + rails 3.2 on elastic beanstalk
- how to template vagrantfile using ruby?
- how do i deserialize classes in psych?
- rails 3: link_to list item?
- devise - skipping user confirmation in development
- no route matches {:action=>"show", :controller=>"user", :id=>nil}
- ruby on rails: "cannot load such file" eventmachine
- how to display errors in activeadmin forms after overriding controller
- template is missing error when rendering html in rails controller action
- mysql2 gem installed fine but still getting "please install the myslq2 adapter..." when running "rake db:migrate"
- don't render layout when calling from ajax
- how can i parse a url using a proxy with rails?
- regular expression to match the preceding or following alphabetical character in a capture group
- how to debug a heroku request timeout error
- balanced payments - documentation on obtaining references to existing buyer and merchant accounts
- pass field name as parameter to custom validation method rails 4
- will_paginate show the last page by default (keeping chronological order)
- group and sum array of hashes by date
- how to model an action in rest?
- favicon shows up on rails local, not on hosted app
- rails 3.0.0.beta and facebooker: anyone else seeing the following?
- changing the default activerecord id from 0 to 1000000
- spree 's latest version does this on remote - undefined method `set_preference' for nil:nilclass
- mac terminal can't run most commands after restarting it
- bundler is deprecating bundle console in favor of bin/console. can anyone provide more clarity as to how bin/console should work?
- validate uniqueness of a child object in a nested form not working correctly
- rails 3.1 asset pipeline and caching
- hpricot, get all text from document
- getting {{count}} with time_ago_in_words
- add properties to a page from a jekyll plugin
- rails 4.1.6 asset pipeline not loading assets and javascript in production
- change file_field_tag appearance to button appearance
- what does "+=" (plus equals) mean in ruby? [closed]
- ruby method chaining
- rails 4 doesn't detect application after capistrano deployment
- close does not seem to work with websocket
- receiving error 403 in google drive api - daily limit for unauthenticated use exceeded. continued use requires signup
- domcontentloaded not firing after navigation but fires on page reload when using javascript_pack_tag
- rspec 1.3.3 rails 2.3.9 webrat 0.7.3 "undefined method `assign`"
- devise attributes for i18n?
- what's the difference between example.com/controller and example.com/controller/ in rails?
- how to specify the size of an integer in the migration script
- rails3 dynamic_form plugin not recognized?
- handle argv in ruby without if...else block
- building ruby on windows xp
- rails generate forms based on model
- rails field_with_errors and bootstrap form-horizontal
- multiple rails engine rspec controller test not work
- how can i find records from today, yesterday and so on with ruby on rails?
- overriding module mixin behavior by mixing in another module
- how can i turn off asset compilation completely on a rails app on heroku?
- hide actioncontroller::routingerror in logs for assets
- why does the absence of the assignment operator permit me to modify a ruby constant with no compiler warning?
- can i rename my gemfile to gemfile.rb
- accessing ruby objects in javascript
- deploy ror application to a machine without internet access
- rvm/rails installation error on ubuntu 11.04
- change confirmation message on delete action on show page in active admin rails 4
- will paginate: limit number of results
- haml - a very weird indentation difference - bug?
- how do i install / use devise in rails 2.3.5?
- how to add html5 auto focus to a rails form?
- can i get the progress of a git clone command, issued in grit, output to stdout?
- how should i use draper in my applicationcontroller?
- set session variable with link_to rails
- how do i find and replace 'nil' values of ruby hash with "none" or 0?
- is it possible to alter the folder structure in a rails project?
- rspec stubbing: return in a sequence
- how to track clicked links
- rails can't find the module, if config.cache_classes = true
- rails activejob - what's the good way to handle exception in actionmailer::deliveryjob
- static image assets in rails app not displaying on heroku production
- making a ruby string immutable
- order by foreign key in activerecord
- twitter-typeahead isn't offering suggestions
- private method `update' called for #<customer
- jquery's event.stoppropagation() causing problems with rails :remote => true
- what makes a good failure message for testunit or other nunit style frameworks?
- cache: [get /] miss? dalli gem, memcached, rails 3.1, nginx, unicorn production environment
- can i create an *un*named scope in rails?
- can't upload zip files using ruby on rails and paperclip gem
- where does database.yml get loaded in activerecord in rails 4?
- how to change the position of a new column in rails 3.x migration
- get attribute value of parent element from iframe content
- rails: redirect to specific domain... but don't override ssl?
- ruby: extract features of a stack from the array class
- compressing a hex string in ruby/rails
- rails delete link javascript ajax call
- ruby mailer: wrong number of arguments
- passing a parameter to the link_to method
- array#to_s in ruby 2.1 broke my code
- how to turn on stdout.sync in ruby from the command line
- flash notice is lost on redirect, how to find out what's removing it?
- when a variable goes out of scope does that mean it doesn't exist?
- alnum class in ruby
- rails 3.1 named_scope
- check array's elements are of the same size
- rails helper method: nested hash to nested html list
- readline, the input record separator and ruby
- how to launch and edit a file from git using notepad++?
- why is heroku rejecting this git push?
- globalize3 order records by translated attributes and taking fallbacks into consideration
- rails runner script not working
- is testing features enough? [closed]
- asset precompile on the development machine before capistrano deployment
- rails: has_many through association, and the form for creating new instances
- ruby rails time.change not working as i would expect...i have checked the docs!
- how to know unused routes in rails
- specify starting point of foreach enumerator in ruby
- get rails view helper methods inside coffeescript
- best way to do permissions checks in controllers.
- stripping the first character of a string
- strong parameters for nested has_one association
- the zen way of convert params[:date] to date?
- why isn't the composite_primary_keys gem for rails working?
- rails paperclip s3 - missing required :bucket option
- wrong number of arguments (2 for 1) rails 4. maybe strong_params issue
- in rspec/rails acceptance tests,is there any way to push messages to the rspec output and maintain the nice indentation?
- does update change the order of records in a table in postgresql?
- sinatra tests always 404'ing
- compass watch command is erroring out when trying to access compass-core-1.0.0.alpha.16/stylesheets/.listen_test
- error installing mysql2 gem: failed to build gem native extension
- ruby 1.9.3 multicore?
- dynamically insert params to link_to in rails
- rails + postgresql -using like
- stop asking for password when installing gems
- convert an object to hash then save it to user's column
- executing a cygwin process from .net?
- how do i migrate an activerecord model attribute from json to jsonb?
- restangular: error: unknown provider: restangularprovider <- restangular
- rails: test mailgun on localhost
- issues with escaped html in .js.erb file
- rubymine 6 update/refresh available methods and paths in a rails project?
- setting input for system() calls in ruby
- how do i write a regular expression that will match characters in any order?
- how simpleform maxlength extension works
- nomethoderror: undefined method `call'
- documentation for ruby exceptions
- how does finger print digest gets calculated in rails 4.2
- why do i get "bad ecpoint" with openssl::ssl::sslerror stripe transaction?
- how do i remove the <opt> tag in xml::simple output?
- why does this ruby sequence not work for double digit numbers?
- overriding a mime type in rails
- remove contents within a specific tag
- jruby on rails - error when star server (rails s) command is used
- large multiplication output coming out negative in ruby
- how to create horizontal forms with twitter bootstrap and rails simple form
- nokogiri 1.5.2 not installing on ubuntu 11.10
- how do i route user profile urls to skip the controller?
- refactoring form_for create method for comments in a polymorphic association
- rest api: do i need to authenticate log out action?
- stubing https call using webmock
- active record query where value in array field
- rails 4 postgresql array data-type: updating values
- rails 3.1 possible bug in asset pipeline and uglifier
- how can i stub rand in minitest?
- instancedouble(session) (anonymous)> received unexpected message :[]= with
- rspec newbie: "update attributes => false" not being recognised
- capistrano 3 runs every command twice (new install) - configuration issue
- accessing a variable within a rails thread
- runtimeerror: can't modify frozen array (rollbar, rails 5.1 upgrade)
- output haml content via :ruby filter
- ruby on rails, create a record from another model
- shoulda-matcher how to validate uniqueness of enum attribute?
- rails 4: form_for with associations
- view.stub in rails partial rspec gives 'undefined method view_context'
- adding a column to a model at runtime (without additional tables) in rails
- dealing with "hypernormalized" data
- rails 4+ best practices: delete parent while keeping children
- how to use private submit with activities feed?
- require directive - file url
- why am i not able to install ruby 1.9.2 on mac osx lion? [closed]
- mustache render on the server (rails) and on the client (javascript)
- how can i perform a head request using mechanize in ruby
- force ruby to hide backtrace on exception
- rails::railtie: trouble creating a rails 3 gem
- transpose a html table
- rails 4: undefined method `primary_key_name'
- rails form_for submit button not working
- zipping 2 arrays in ruby in random locations
- `build_extensions': error: failed to build gem native extension. (gem::installer::extensionbuilderror)
- when/why to use --env-shebang with ruby gems?
- what is the equivalent of twiddle-wakka (~>) from ruby's gem in requirements.txt for python's pip?
- comparing two strings using > (greater than sign) in ruby?
- how to use a client certificate with https?
- why does google's custom search api say that i'm missing an access token when using the ruby client?
- rails add two scope with active record result
- bundler could not find compatible versions for gem mime-types
- errors.full_messages: attribute name appears twice
- rails 3 warden nameerror (uncaught throw `warden'):
- including a module in a rails 5 application record class
- rails 5 way to handle actioncontroller::parametermissing
- ember-data "assertion failed: error: assertion failed: the response from a findall must be an array, not undefined"
- using redirect_to to :create action
- why when i'm upload image using carrierwave in rails 4 database is rollback?
- rails server command not working (other commands, as well)
- rewriting javascript break-to-label in ruby
- why do i need to precompile rails assets on app servers and not web servers only?
- learning ruby - 1.8 or 1.9 version?
- ruby remove backslash from string
- how to attach base64 image to active storage object?
- aws eb init not a valid key=value pair (missing equal-sign)
- bad uri(is not uri?) while testing | rspec
- using cucumber, is there a way to log a user in without the interface?
- rails collection_select: save null instead of empty string when 'blank' option selected
- capistrano deploy with wrong version of ruby
- why do ruby refinements only modify classes, not modules?
- how do i decrypt data encrypted by ruby's `symmetric-encryption` gem in another language?
- rails 3.1 asset pipeline - turn off image asset fingerprinting on heroku?
- how to localize the active record error messages
- alias for rails model
- rspec vs. cookies - the test fails even if the applications works (simulating logged user)
- omniauth facebook not returning email and gender rails 4
- how to execute view code stored in string in run time with eval in rails 3.2 erb?
- persist environment variable for a rails app on digital ocean
- what's the difference between design pattern and enterprise design pattern?
- how to do this group activerecord query in postgres
- ruby on rails authlogic password not valid
- pass url parameters to a redirect_to :root
- can't send mail with gmail smtp server (in discourse)
- ror - large file uploads in rails
- how to bypass default_url_options?
- warden authentication recalls 401 unauthorized
- what's the proper way to parse a very large json file in ruby?
- creating a post with url elisp package in emacs: utf-8 problem
- how do i implement basic share social buttons with font awesome fonts?
- rails 4 form_tag usage
- do any mongodb orms allow you to alias fields?
- change font dynamically in console
- assert_select first and second html table cell contents in rails
- errno::eacces: permission denied when running bundle and it hits json 1.8.1, pg 0.17
- correct way of using hash sort in ruby
- twitter connection timeout
- devise + rails-api
- rails 3, mysql/mysql2 misinterpreting some retrieved strings as ascii-8bit
- adding a bootstrap class to rails form time_select field
- editing user details creates new user. devise, rails 4
- selenium can't find 'spec' folder
- mysql regular expressions: how to match digits in the string with \d?
- remove outer label from collection_check_boxes
- html <form> tag causing rails form to submit a get instead of post request
- /usr/local/rvm/bin/rvm-shell: no such file or directory
- mongoid custom setters / getters and super
- breakpoints with pry-byebug don't trigger in the console
- rails 3 activerecord & postgres: order by count on association
- ruby on rails: can i route a request directly to a view?
- how to manage 3 many-to-many models in rails
- how to recongnise routes in a rails app
- rails 3 notices don't work when using redirect_to
- ubuntu rvm setup issue
- how can i override the []= method when subclassing a ruby hash?
- recursive hash transformation function in ruby
- rails 3 routes: how to avoid conflict with 'show' action?
- is this a bug in rack?
- rails 3 local variable is not being passed to partial
- ironruby performance?
- how to save email to subscribers with checkbox?
- string to date in ruby
- why does capistrano deployment fail at assets:precompile without error?
- json(/hash) to ruby object?
- how to traverse this hash within one line?
- how can i read a file, bytes at a time in ruby?
- how to speed up rails console on windows 7?
- omniauth + devise - facebook provider - oauthexception 191
- override render :json in no model object rails 4
- best practices to mount rails engine to several apps on production
- how to detect if --quiet option is specified with rake
- how to monkey patch a ruby class inside a method [closed]
- how to make this action throw a 404?
- how to call rake target twice
- how do i use transactions within custom capistrano tasks?
- getting email back from twitter oauth with devise and rails
- creating a new product with image using the shopify_api ruby gem
- ruby model with an array as an attribute
- ruby subprocess with node.js
- ruby on rails sqlite problem on windows 7 x64
- how haml can recognize the end of the block?
- how to run multiple external commands in the background in ruby
- rails namespacing error?
- rails: efficiently searching by both firstname and surname
- rails 2.3: how to turn this sql statement into a named_scope
- ruby on rails tutorial - michael hartl - test "user when email address is already taken"
- test order(sequence) of content using capybara
- csv not working for rails 3 in production using passenger
- wildcard matching for rails api versioning causes infinite redirect
- (ruby on rails) page header going as text/javascript, when it is not supposed to
- graceful degradation/progressive enhancement for action mailer templates?
- what are procs and lambdas? practical examples please
- rescue csv::malformedcsverror: illegal quoting in line n
- i can't change jekyll syntax highlighter at my github blog
- recieving emails with aws ses/sns
- actionmailer "net::readtimeout" when using delayed job with rackspace "emailsrvr.com"
- rails: create through-record via association
- nested form with devise
- is there a good way to calculate sum of range elements in ruby
- can't find gem rspec-core (>= 0.a) (gem::gemnotfoundexception) when running on jenkins
- ruby- method_missing return no method error
- stylesheet not applying to sinatra erb views
- rails postgresql numeric field overflow error
- rvm and bundle install in ubuntu 12.10: errno::eacces
- help with pdfkit and rails app
- systemstackerror (stack level too deep) when deleting a record
- how do i code a rake task that runs the rails db:migrate task?
- ruby on rails forms: how to create a checkbox table (or list)
- rspec test using regular database not test database
- testing has_many association with rspec
- parameterized array#uniq (i.e., uniq_by)
- link_to routing issue with nested resources
- edit a serialized hash in a form?
- rails 6 on heroku: `sassc::syntaxerror: error: undefined variable: "$body-bg"`
- writing a method that takes parameters on different lines in ruby
- prawn: print unicode string in pdf
- ripple with devise
- one-click install for ruby/rails/sqlite?
- no route matches error while uploading a file with carrierwave
- assets rails 3.1 not load after precompile nginx + unicorn
- passing object from view to controller
- state_machine gem integration with rails 4
- rails collection_select not saving
- actionmailer sometimes not sending?
- asset:precompile for .js files? rails 3.1
- in ruby, how to set a default value for a nested hash?
- is it bad design to base control flow/conditionals around an object's class?
- custom validation messages for session model in authlogic
- undefined method `render' for class `actionview::base'
- auto detect user's timezone using his ip in rails
- convert a cmyk color to rgb using a color profile like iso v2 coated?
- db:seed is throwing an error
- rails sti: single path, different controller
- error migrations are pending; run 'rake db:migrate rails_env=development' to resolve this issue
- rails 5 carrierwave gem works in production but not in development
- how do i replace all the values in a hash with a new value?
- haml -> backbone template, unescaping html parameters
- rails how to handle error and exceptions in model
- how to use the image_tag with bootstrap class: "img-responsive" ? chapter 11
- xpath to select preceding element with optional intervening whitespace-only text node
- counter cache doesn't update but i can save to the parent and the child
- ajax call is only sending last item, and not entire array
- rails button_to is not setting the class correctly
- rails model callback (after create/update) attribute_was not working
- devise_security_extension: edit the password/expired/show view
- gem rmagick install error: extconf.rb:171:in ``': no such file or directory - convert -version (errno::enoe nt)
- get values from ruby array if condition
- rvm ruby on rails issue openssl
- how to use ruby code inside js.erb?
- is it possible to use redirect_to when it's called by remote ajax?
- understanding ruby closures
- ruby - file-private methods
- ruby unary operator `&` only valid on method arguments
- what is the best to use - ruby gems or ruby plugins
- pdf attachment in email is called 'noname'
- rails active record: how to reduce number of trips to database?
- mongoid same embedded documents types for different fields
- deploying rails with elastic beanstalk 404 not found error
- eager-loading association count with arel (rails 3)
- how to access recipient on sent messages page with mailboxer
- how to watermark images using imagemagick?
- convert integer to base 26, using a to z as digits
- difficulty modifying two dimensional ruby array
- how to make rake test not use the default minitest?
- does rails scaffold command support generate belongs_to or many to many model middle table migration info?
- rails 3 link_to with only_path = false
- changing the value of a session variable in specs while testing in ruby on rails.(with capybara and selenium)
- testing json api in rails 3.2 using rspec using exact put/post bodies as backbone would send
- rails joins with module name
- loaderror: incompatible library version - /home/ubuntu/.rvm/gems/ruby-2.3.1@lm5/gems/nokogiri-1.8.2/lib/nokogiri/nokogiri.so
- delayed_job - performs not up to date code?
- skipping web-pages with extension pdf, zip from crawling in anemone
- rspec not reporting line number of error
- find where column could have multiple values, rails
- actionwebservice and rails 3 /
- rspec - mock (or stub) overriden mixin method
- amazon s3 invalid date when using expires in url_for
- update_attributes isn't saving to the database
- is there a framework that allows me to define a model only once?
- instance variable declaration
- custom + method in ruby string
- ruby on rails offline programming
- cocoapods activesupport conflicts ios development
- how to handle security alert in firefox with selenium
- rails 4.1 force actionmailer to return other value
- rails 4 custom 404 causes postgresql connection failure on heroku
- undefined method `collection_check_boxes'
- how to output cucumber background steps before each scenario?
- using 'end' as column name in ruby on rails (mysql)
- rails 4.x how to query boolean value with activerecord?
- rails, chartkick: show values on the charts
- base64 decode gives different results in java and ruby
- :dependent => :destroy isn't calling the destroy method before the deletion?
- in rails activerecord, joins does not work with has_and_belongs_to_many in namespaced models
- mailer authentication error in rails 3.2 with gmail or sendgrid
- bundler using old version
- ruby replace double backslash with single backslash
- how can i rename a ruby library module's namespace?
- how to write activerecord/arel intersection query
- rails: how to send emails to a recipient containing umlauts?
- having problems installing ruby 1.9.3
- rails 5: actionmailer's "deliver_later" never delivers in production
- modifying core classes in a gem
- using erb with handlebars templates
- can i access the geonear functionality of mongo via the ruby driver?
- ruby email encoding and quoted-printable content
- how to set a custom header for webview requests in react-native
- why does irb echo the right hand side of an assignment instead of the return value in the case of a setter method?
- accessing the real file name of a symbolic linked file
- syntaxerror: (irb):26: both block arg and actual block given
- rails 4.0 install error -require: cannot load such file -- active_support (loaderror)
- ruby gems under rvm on ubuntu (failing to) install in the wrong location
- cors with amazon s3 and cloudfront
- rails 3 replacement for verify
- rails calculate and display average
- sp_executesql with n arguments is causing slow performance
- rails 3 - including javascript on a view?
- how to check size of session in rails?
- ember model only loads last record
- ruby: creating a simple application in qt
- how to use jquery auto-complete in rails application
- solr (sunspot), max results more than 30?
- chaining .order with .where - undefined method `order' for #<array:0x007f85760dcb10>
- where to find documentation on how to develop (rails 3) helpers [closed]
- how to get a scope for all database rows in rails 3?
- in rails, where is right place to put methods that need to be available 'anywhere'
- what is the difference with find_by() from the core and the one from the findermethods?
- why does the each method require the value it looped to be assigned to a variable?
- rails3, running rake task from cron
- stub (...) received unexpected message (...) with (no args)
- activeadmin with devise rails login twice
- how to pass regexp.last_match to a block in ruby
- how can i add a scope to subclass class through abstract active record
- rails 4 nested form - no implicit conversion of symbol into integer
- how make contents of readme_for_app appear in doc/app/index.html
- disable ip address logging rails
- processing big amount of csv files
- ruby on rails: how can i use jsonpath to access (and save to database) nested objects/properties within a json array?
- trouble opening utf-8 uri's with ruby's 'open-uri'
- how to turn ruby script into a web app
- search for users age based on date of birth
- activerecord relations between models on different engines
- why is my heroku app not sending emails in production with sendgrid?
- passing a method to proc in ruby
- rails kaminari pagination error with ransack
- rails validates_associated with model's error message
- gettin 500 internal server error in rails on ajax request
- rails haml engine rendering
- is there a good line profiler for ruby?
- how to install production group in the gemfile
- puma silent crash with nginx reverse proxy
- avoid devise validation flash message at root_path
- how to do habtm management with auto completion in rails?
- is it okay to run for loops in functional test methods?
- how to delete quotation marks in an array in ruby
- rails to_json uses different date_formats that .to_s
- how to generate table of contents with prawn?
- ruby: how to inspect the parameters of an instance method without creating a new instance?
- remove https from devise confirmation link when using rack::sslenforcer
- can't clone repository with rugged
- regex: match this string
- errors while converting python script to ruby
- wcf communication though named pipes with non .net app
- byebug, next into application code only
- redirect inside create.js.erb
- xhr doesn't work because "origin is not allowed by access-control-allow-origin"
- pass multidimensional array in query string to controller in rails
- ruby on rails: how can i use a redirect_to in a link_to?
- rails - ok to set a rails variable inside a javascript function?
- stack level too deep when using active storage has_one_attached :picture
- rails - validating an attribute based on another model
- rails - which is a better approach to save model updates
- why am i not successfully breaking from this ruby loop?
- error (div class="fieldwitherrors") workaround?
- rails checkbox not working - no error when submitting form
- rails 3.1 active record insert or update
- option_groups_from_collection_for_select specific method group
- tagging from scratch: the tag cloud issue
- rails 3: escape characters (\) appearing in part of json string
- generate html <select> with title inside each <option> to apply the msdropdown plugin
- nokogiri native extension failing to build (not libxml2 or libxslt missing issue)
- allow an apache directory listing from a subdirectory of rails "public/"?
- can't mass-assign protected attributes: user
- how to create a new mysql database with activerecord in a non-rails app?
- can't get cocoon to work on ruby on rails 4
- pdfkit rails3.1 and development env
- ruby: find first n regex matches in a string (and stop scanning)
- problems rendering a polar zonohedron in processing
- rails 3: how to format a date in other than english languages?
- how do i open a new window in capybara with selenium webdriver?
- reconstruct original sentence from smaller phrases?
- how to tag users in feed like facebook or twitter does?
- how can i access cookies from a model in rails 3
- how to add reference column migration in rails 6 with sqlite
- metaprogramming how much is too much?
- how to create new binding and assign instance variables to it for availability in erb?
- is ruby's returning of a different type after a filter unusual from a functional programming perspective?
- rails 3 with composed_of model and validation
- developing helper functions that generate html: should i rather use nested content_tag()s or partials?
- intermittent "premature end of script headers" with rails 3.1
- rails + delayed job => email view template does not get updated
- why does f.submit not generate an id attribute in rails 3.1?
- modal from dropdown link in twitter bootstrap
- rails3 mysql2::error: unknown column - activerecord::statementinvalid
- what object is in play for instance variables (i.e. what is self) in cucumber step definitions?
- how to apply different validation rule according to polymorphic association type (rails)?
- creating new rails project with jruby in 1.9 compatibility mode hangs when running bundle install
- how can i get the binding from method_missing?
- rate limiting a ruby file stream
- rails/postgresql - query to update all dates adding 1 day
- time_select blank field saves a default time when form is submitted
- nomethoderror: undefined method `getlocal' for datetime object
- rails admin: no edit, show, or delete buttons for rails 4 app
- sinatra server won't start - "wrong number of arguments"
- why won't macvim always use ruby 1.9.3?
- ignoring local config files in git
- rails where query chain with or for array input
- prevent caching of a single js file
- how to set up acts_as_votable without devise?
- microsoft edge pdf inline issue
- how can i make ruby's soap::rpc::driver work with self signed certificates?
- which version of ruby is less buggy?
- how rails server on production works?
- bulding association with has_many :through in multiple models
- rails 4.1 environment variables not reloading
- what is activesupport::cache::strategy::localcache used for?
- how to receive objects by condition in connecting table
- ruby - how to download a file if the url is a redirection?
- rails created_at on display if today?
- constant assignment bug in ruby?
- why do i get the error when installing the gem 'pg'?
- heroku installing sqlite3 even though it is not a dependecy
- how do i use rvm with tcsh?
- how to add a new link in active scaffold rails 3
- ruby and mysql utf-8 characters
- accessing a class's containing namespace from within a module
- typeerror: wrong argument type class (expected module) with controller concern
- ruby merge hashes putting keys into csv string
- ruby version is not upgrading on heroku
- how can i get array of model's methods names?
- encoding and utf-8 exceptions after upgrade to ruby 1.9.3 and rails 3.2
- parse italian date with ruby
- how does nginx pass ssl encrypted data to a rails app?
- precompile failing on heroku with initialize_on_precompile set to false
- forum solution for rails 3 and devise?
- custom message with validates presence of not working
- jquery ajax and controller method
- rvm doesn't work for 1.9.1 but works for 1.8.6 and 1.8.7
- redirect_to root_url and return unless @user.activated
- csr failing: error parsing request asn1 bad tag value met (asn: 267 crypt_e_asn1_badtag)
- how to specify memcache server to rack::session::memcache?
- rails 3 - rmagick doesn't find libfreetype.6.dylib using paperclip
- devise with existing database: 401 unauthorized using valid password
- unique random string with alphanumberic required in ruby
- attempting to execute any command starting "rails" yields "could not locate gemfile"
- getting some elements in a string using a regex
- what are the differences between a proc and lambda?
- compass only running in parts
- rails 3.1 on apache, pagespeed says "specify cache validator" when using asset pipeline apache config
- environment variables in js/coffeescript
- ruby extend date class to add new method
- how to output trailing zero in ruby?
- ruby daemons on heroku
- rails 5 eager load and then find_by
- rails updating attributes of a user model from orderscontroller
- heroku and carrierwave don't load my s3 configuration
- rails 4, replacing "\n" with " " for use in xml spreadsheets in excel
- json array parsing in ror
- generating xls file using axlsx
- devise method after_sign_in_path_for doesnt work
- ruby string comparison and character encoding in irb
- ruby local_variables returns :symbols?
- rails arrays and mysql
- devise-managed session not propagating to subdomains
- merge stdout and stderr in popen
- how to deal with mocking nested resources in rspec and rails?
- best way to find nested opening and closing tags
- rails 3: how to intercept any http request
- does paperclip require all 4 columns (_file_name, _content_type,etc)?
- dependent: :destroy doesn't work (has_many association)
- how to point to first element when object.next reached the end?
- errno::econnrefused (connection refused - connect(2) for nil port 587): for rails on heroku
- dynamic namespace rakes and parser classes with rails?
- undefined method 'has_selector?' for rspec decorators
- how to check for a database state before saving new records
- activerecord anonymous scope
- globbing doesn't work with minitest - only one file is run
- sass-rails requires sprockets 2.0.0 but rails 4.1.0 requires sprockets 2.12.1
- how to sort an array by amount of unique groups it can create
- is there are reason i select by a string columns which contains sha1 hexdigests?
- in rails, should i enable serve_static_assets?
- installing tls certificate in flynn
- missing client_id with devise and facebook-omniauth
- ruby enumeration: taken first n where block returns true
- how to get custom attributes on .to_json method?
- emacs ruby-mode indenting customization for case..when and assignment from an if..else?
- ruby - getting the next daylight savings change
- rubber and amazon ec2 hosting issue (net::ssh::authenticationfailed: root)
- preventing link spamming through forms on rails
- template is missing error even if i have done a redirect_to in the controller
- why is "rails runner -e production" not working?
- has_many conditions or proc on foreign key
- rails how to optimize my website?
- rails routing: add (shallow) concern to root
- how do i add a delete route with nested resources rails 4
- how to show nested form validation errors after the validation errors for the parent model?
- there is a programmatical way to detect zeitwerk::nameerror when upgrading to rails 6?
- rails3: take control over generated json (to_json with datamapper orm)
- for aws, how do you set tags to a resource with the ruby aws-sdk?
- how to change a class of a menu item in rails
- rails - setting time_zone dynamically as per user selection
- solr, sunspot, sqlite, and rails
- heroku can't find files in my ruby on rails app - even though they are right there?
- after upgrade to rails 5, app no longer receiving requests
- weird uninitialized constant error (rails)
- angular resource not invoking my error callback function
- why am i getting a "c compiler cannot create executables" (successfully written c code prior to this and compiles that)?
- how disable encrypting password in devise?
- has_one :through => multiple
- sinatra app not deploying to heroku, rackup crashed
- most efficient way to get a three.js project to work in a ruby on rails app?
- rspec test failure when switching from initializing attributes to factory
- how can i get ruby curses to respond properly to arrow keys?
- is there a way to remove idv tags from an aiff file?
- using rails' actionview helpers outside of rails
- parse xml with jruby (hpricot?) with tags like <foo.bar>
- force psych to read yaml map as object of given class
- is there a benefit to using <=> rather than just sorting and reversing?
- error loading the 'mysql2' active record adapter
- how to join an indirect association in activerecord query in ruby on rails?
- nested resources in devise
- minitest: undefined method `get'
- updating rails has_many through relations
- does this code create a circular memory reference in ruby?
- difference between file and ::file in ruby?
- sidekiq - is concurrency > 50 stable?
- routing error with rails 3 with members
- ruby script cannot locate required gem
- you are connecting to redis v3.0.504, sidekiq requires redis v4.0.0 or greater