All Ruby Answers
- Accessing the child instance in a RABL template
- Access attributes/methods comments programmatically in Ruby
- Snow Leopard, sqlite3-ruby
- uniq elements from array of arrays
- How to understand sender and receiver in Ruby?
- How to capture a part of a screen using Ruby on Windows?
- How do I wrap HTML untagged text with <p> tag using Nokogiri?
- net-ssh and remote environment
- Paperclip Video Upload
- How do I listen to STDIN input without pausing my script?
- Using rvmsudo with Capistrano
- How to create a custom method for the rails console?
- how to pass content to jekyll default converter after custom conversion?
- Open only one infowindow at a time google maps
- Mongoid: using more than one database?
- Best way to find_or_create_by_id but update the attributes if the record is found
- Routing Error No route matches [GET] “/static_pages/home”, tutorial
- Rails gem to break a paragraph into series of sentences
- Ruby converting UTC to user's time zone
- Ruby, Generate a random hex color (only light colors)
- Rails 4 - dynamically populate 2nd select menu based on choice in first select menu in a nested form
- Custom Association Method - Can This Be Done
- How can I intercept rails's template rendering
- Heroku (PG::Error: ERROR: column must appear in the GROUP BY clause or be used in an aggregate function
- Your Ruby version is 1.9.3, but your Gemfile specified 2.1.0
- Why is my Ruby Git script hook run with the wrong $PATH?
- rails error message displays key and I only want value
- Multipart response in Ruby/Rack
- Using passphrase callback in ruby gpgme
- Dynamic Partial Based on Select Box - Rails 2.3.5
- Why rails app is redirecting unexpectedly instead of matching the route?
- how to use jsonb in rails
- How do I make a Ruby script using Trollop for command line parsing?
- Dynamically creating class method
- How do I set the default analyzer for elastic search with tire?
- How to do an Ajax GET request to get data from rails and pass it to javascript(google maps)?
- Ruby ternary operator structure
- How to populate a Rails dropdown menu with a json array
- When declaring a method, what do the various argument prefixes mean?
- Parse table using Nokogiri
- How to use SAX with Nokogiri?
- Download partial database from heroku
- Rails 3.2: Pre-render (bake) a new page cache immediately after expiry?
- Requiring a Ruby Gem in Ruby Script breaks Cron Job Execution
- unable to delete file from amazon s3 using ruby script
- Google maps autocomplete js is working on localhost but not on heroku
- PostgreSQL check whether timestamp field is empty
- Is there a more concise way to call an outside method on a map in Ruby?
- Is there a Groovy equivalent of the Ruby Timeout module?
- How to create an infinite enumerable of Times?
- How to convert PDF to Excel or CSV in Rails 4
- Sum and Group by in Rails
- Heroku: The page you were looking for doesn't exist
- How to stop Savon from adding prefixes to soap.body
- Anonymous controller in Minitest w/ Rails
- routing error with :username in url
- Efficient way to pull data from second database?
- using a placeholder with joins
- Bundle install failing when deploying a Rails 3 app to Dreamhost with Capistrano
- gets.chomp without moving to a new line
- Using Delta Indexes for associations in Thinking Sphinx
- Ruby on Rails: params is nil. undefined method `[]' for nil:NilClass
- example for using jquery auto complete plugin with rails
- Rails user to user messages
- How to include twitter bootstrap in my Rails project manually (without using any gems)?
- The Law of Demeter
- How to fetch index data in Angular using rails server
- Heroku Assets Precompile
- Ruby: Any gems for threadpooling?
- How do I set a unique ID for checkboxes in a multi-record Rails form?
- How to stop/kill server (development) in rubymine
- How to pass object id?
- Using form_for with Nested Resources
- Ruby / Rails array of strings to PostgreSQL insert
- Asset pipeline: use javascript files for only one controller
- Send email to all users in rails
- Ruby on Rails: Why does the user's encrypted password get changed in the DB when I use the “toggle” method on the admin attribute?
- How can I authorize with OAuth 2.0 for google's predictive API in Ruby?
- Having difficulty accessing validation errors in Sinatra
- How to parse XML nodes to CSV with Ruby and Nokogiri
- How can I figure out which step I've just executed in Cucumber's AfterStep hook?
- angular-rails-templates: templates are not found
- How to join mutli-role, multi organisation tables in Rails
- How do I call a method that is a hash value?
- Regex to check consecutive occurrence of period symbol in username
- How to format “rake routes”?
- Shortening socket timeout using Timeout::timeout(n) does not seem to work for me
- Sass::SyntaxError Undefined Variable
- Ruby XPath to find Attribute
- Multiple radio button groups who send data in an array
- Rails namespace admin on custom subdomain
- How to convert php crypt function (SHA512) to ruby?
- javascript can't find the image file (Rails 4 app)
- How to compute the square root of negative numbers?
- Rails query timestamp between two hours
- How to display rails server infos with colors in terminal
- Rails update_attributes using has_secure_password
- Advice on how to validate names and surnames using regex
- Compass error for command 'grunt server'
- Images in rails 3.1 - moving to production
- Scoping date attribute for this week?
- Deleting an object in Ruby
- Accessing Custom Parameters when using Devise and Rails 4
- How to pass a Javascript variable to Rails Controller?
- Linking two models in a multi-model form
- Git pre-commit hook
- Rails Select from JSON Array
- Why is 032 different than 32 in Ruby?
- Ruby Regex to capture everything between two strings (inclusive)
- Insert rows on specific line in a file
- Scraping an AngularJS application
- Rails 3 undefined method `create' for nil:NilClass error while trying create a related object
- Won't Let Me Install Gem in Ruby Prompt
- can't setup ruby environment - installing fii gem error
- Rails: dynamic select on multistep form not keeping selected
- sass error compiling zurb foundation with !global variable flag
- Ruby error after installing heroku toolbelt
- How to create an operator for deep copy/cloning of objects in Ruby?
- how to upload files in rails
- docker-compose: reinitializing MySQL db every time
- How to use sunspot_rails gem to search for related articles
- How do I refactor OpenSSL pkcs5_keyivgen in ruby?
- Rails 3.1 Asset Pipeline - Why should I use the Asset Helpers in a SCSS file?
- Parsing XLS Spreadsheet in Rails using Roo Gem
- Rails & Ajax: display products by chosen filters
- Get all keys in hash with same value
- Ruby OptionParser empty switch “-” behavior
- Passing JQuery Datepicker Data to Rails Controller
- Padrino model from json data
- How can I simplify or clean up this anagram method?
- Ruby on Rails POST parameters on redirect_to
- ruby on rails how to deal with NaN
- How to run seed.rb file on Amazon ec2
- Limit amount of file uploads with carrierwave
- newbie: append serialized integers into database column and retrieve them back
- minitest, test::unit, and rails
- Rails - Devise, how can I disable some default routes?
- call a rails function from jquery?
- link_to update (without form)
- += operator appears to modify frozen string
- Ruby: Too many open files @ rb_sysopen
- Ruby: “if !object.nil?” or “if object”
- Java to ruby AES/ECB/PKCS5Padding encryption
- Undefined methods for FactoryGirl transient variables
- What’s does the [5.0] in Rails 5’s ActiveRecord::Migration mean?
- Rails: How to change Bundler default version
- PUT method form_for
- Clarification on the Ruby << Operator
- Ruby - Naming Convention - letter case for acronyms in class/module names?
- Rails: How to print a decimal as a percent?
- Capybara trouble filling in JS modal
- Rails / I18n: default scope
- A way to round Floats down
- Ruby ternary operator in erb?
- Group Hash by values in ruby
- How to upload a json file with secret keys to Heroku
- Display static image in public folder (rails 4)
- Ruby on Rails: Converting “SomeWordHere” to “some word here”
- ExecJS::ProgramError: SyntaxError: Reserved word “function”
- How to get the raw 'created_at' value in the database (not an object cast to an ActiveSupport::TimeWithZone)
- In RSpec, using let variable inside before :all block
- How do I test whether a string would match a glob in Ruby?
- How can I optimize GraphViz output width?
- Rails3 plugin - load environment for rake task
- ActionController::UnknownFormat with format.js for ajax implementation (Rail 4)
- How to generate a unique request ID in Rails?
- How to get today's date in Ruby 1.9.3?
- Ruby string to operator
- Shutdown hook for Rails
- Rails mailer edit_user_url uses http not https
- How to replace the characters in a string
- Unexpected value of __callee__ when including a module – is this a Ruby bug?
- Checking for nil in view in Ruby on Rails
- How to Install PCRE Development Headers on Mac OSX
- “pg_dump: invalid option — i” when migrating
- How to use different versions of a gem at the same time
- no such file to load — bundler/setup (Ruby on rails)
- Ruby on Rails before_filter vs ruby's initialize
- Ruby: How to call function before it is defined?
- How can I “extract” values from a multidimensional array in a smart way?
- Ruby - Read file in batches
- Monitor ruby processes with Monit
- Given a URL, how can I get just the domain?
- migrating minor rails versions
- How to invoke generators from code?
- Is there a clean API for resetting instance variables on 'reload' in ActiveRecord?
- Sunspot rails: include associated models when calling .results
- Heroku does not accept push even though I have sqlite in development block
- Ruby on rails: Creating a model entry with a belongs_to association
- Rails Migration for ID Column to Start at 1,000 and Autoincrement Up From There?
- Rails 4: Difference between validates presence on id or association
- Facebook app - login through omniauth - OAuthException 191
- cannot load such file — bootstrap/sass
- Ruby - what's the difference between single and double quotes?
- How do i remove the authenticity_token from rails forms
- Using form_for tag with get method
- send_file just sends an empty file
- Ruby 'gets' that works over multiple lines
- Rails 4 - Convert datetime into separate date and time fields
- rails - DRY respond_to with repeated actions
- Error stating that “bcrypt-ruby is not part of the bundle”, how can I add bcrypt-ruby to Gemfile?
- How does fill_in work in Rspec/Capybara?
- Flash message with html_safe from the controller in Rails 4 (safe version)
- How to check if image exists in Rails?
- call next on ruby loop from external method
- undefined local variable or method 'current_user'
- Catching command-line errors using %x
- Skip before filter with Active Admin
- How to prevent Rails controller generator to modify config/routes.rb
- gem install nokogiri -v '1.5.11' failed due to make: /usr/local/bin/gmkdir: No such file or directory
- unexpected keyword_end, expecting $end (SyntaxError)
- how does activerecord know to perform an insert or update?
- how to load a Javascript file to rails html erb
- How to call methods defined in ApplicationController in models
- How to access attributes from inside a model
- Ruby Enterprise Edition vs Ruby 1.9
- Force Background Color Printing on Firefox
- Rails - Gem Error while installing pg (1.1.3), and Bundler cannot continue
- How do I configure WEBrick to use an intermediate certificate with HTTPS?
- Ruby equivalent for Python's for / else
- Ajax queue Backbone js
- ActiveRecord create: pass in an array of attributes
- Rake Test Very Slow in Windows
- Marshal ruby hash with default proc - remove the default proc?
- Ruby * operator before array
- YAML::load raises undefined class/module error
- How to declare a rails resource with a parameter for new action?
- Using “::” instead of “module …” for Ruby namespacing
- Can you 'require' ruby file in irb session, automatically, on every command?
- Ruby convert single quotes to double quotes in XML
- How to define a method in ruby using splat and an optional hash at the same time?
- Can't run Ruby 2.2.3 with RVM on OSX
- Convert comma to point as delimiter
- setting target _blank for just one form submit action
- Fresh install of Rails and getting OpenSSL errors: “already initialized constant OpenSSL”
- link_to() in Rails flash
- How to Stub out Warden/Devise with Rspec in Capybara test
- Rails backtrace silencers do not work, while filters do
- Checkboxes on Rails
- Why are my RSpec tests failing, but my app is working?
- Rails ActiveRecord Create or Find
- Which RoR template engine is similar to the Razor template engine?
- Ruby Regex vs Python Regex
- Efficient ways to duplicate array/list in Python
- Rails ActiveRecord store and new session
- Rails 3.2 Asset Pipeline with Thin and Apache, not finding assets
- Ruby Object#id warnings and Active Record
- ArgumentError: wrong number of arguments (1 for 2)
- Python equivalent of Ruby's each_slice(count)
- Rake assets:precompile issue. Invalid UTF-8 byte sequence
- RoR 5.0.0 ActionCable wss WebSocket handshake: Unexpected response code: 301
- Ruby minitest assert_output syntax
- How to install rmagick gem on Windows?
- Devise, allowing users to change passwords
- The correct way to handle invalid form submissions in Rails
- How to get highest count of associated model (Rails)?
- Ruby 'Range.last' does not give the last value. Why?
- Turning off authenticity token in Rails 2 for web services?
- Ruby equivalent of C#'s 'yield' keyword, or, creating sequences without preallocating memory
- Why does the break statement in ruby behave differently when using Proc.new v. the ampersand sign?
- Rails 3.x TLD length
- Save changes to a has_many association ONLY when you successfully save the parent object?
- How does Ruby's max function order duplicates?
- Using $1, $2, etc. global variables inside method definition
- How to use the test database with Capybara?
- Rails is not using my global Ruby version
- why #!/usr/bin/env ruby doesn't work in crontab?
- How to assign a has_many/belongs_to relation properly in Rails ActiveRecord?
- “dyld: Library not loaded”, “libruby.1.9.1.dylib” when calling “mvim .” in the command line
- How can I clean my database between erroneous rspec specs?
- Ruby: Automatically set instance variable as method argument?
- Remove all data from Active Storage?
- Limited matrices in Ruby
- Paypal recurring payments with variable amount
- How do I get innerHtml using Nokogiri gem
- Rails: cannot submit a remote form that was loaded via Ajax
- form_for wrong number of arguments in rails 4
- Python equivalent of Ruby's .select
- gem jquery-ui-rails couldn't find file 'jquery.ui.all' (
- Ruby on Rails 3.1 assets:precompile and images
- Routing in Rails. Dots in URL
- Ruby on Rails 3 (3.1) ActiveModel Associations (tableless nested models)
- Render @object and locals vs render :partial
- Rails 3.1: accepts_nested_attributes_for and has_one association - won't work?
- Does it matter if a conditional statement comes before or after the expression?
- Detecting regional settings (List Separator) from web
- Can nested attributes be used in combination with inheritance?
- rake db:create generated “if you set the charset manually, make sure you have a matching collation” error
- Rails ActiveStorage url_for returns an URL which is not valid
- Authentication failure : Devise + OmniAuth + Twitter
- Passing block to label helper in rails3
- Action mailer SMTP google apps
- undefined method `require_relative' for main:Object (NoMethodError)
- When passing objects as parameters, are they passed by reference?
- Pango + Cairo; is there an existing approach for handling <img> style tags in text?
- How to add a link back to the application in ActiveAdmin?
- Rails: activating SSL support gets Chrome confused
- Accessing module methods with ::
- How can I make a ruby enumerator that does lazy iteration through two other enumerators?
- Get an array from a Rails form
- Finding the date for a given week number
- Rails Reserved Class Names
- Heroku toolbelt fails update
- `form_for` is bypassing model accessors. How to make it stop? (Or: How to make a custom attribute serializer?)
- Rails validatation to ensure a username does not clash with an existing route?
- How to create index on LOWER(“users”.“username”) in Rails (using postgres)
- Image showing as blank in Rails 3.1 on Production (Heroku)
- Rails 4 server fails, Ruby 2.0 segmentation fault, Abort trap 6
- How to catch top level failures on an EventMachine server?
- Conditional Page Caching [Solution: Conditional Fragment Caching]
- How can I sometimes require password and sometimes not with has_secure_password?
- Issue Uploading Files from Rails app hosted on Elastic Beanstalk
- Rails 3 routing: Avoiding Deep Nesting
- JSON rendering with activemodel serializer in Rails
- JSON object manipulation
- Rails lib includes
- switching from MySQL to PostgreSQL for Ruby on Rails for the sake of Heroku
- how to set default value of form_for select
- Rails hashes with unknown keys and strong parameters
- Array#rotate equivalent in ruby 1.8.7
- Generating a race condition with MRI
- How do you specify a regex character range that will work in European languages other than English?
- How to cache tags with acts_as_taggable_on?
- Hash invert in Ruby?
- shared_children not working in Capistrano 3
- Ember.js with Rails4: browser back button crash ember application
- If `self` is always the implied receiver in Ruby, why doesn't `self.puts` work?
- instance_eval's block argument(s)- documented? purpose?
- get will_paginate to define a custom offset on the first page
- ActionController::RoutingError (No route matches “/javascripts/rails.js”)
- Path parsing in rails
- Should I be using Rails or Ruby for this website application? How?
- Rails: Devise: How can I edit user information?
- How to show error message on rails views?
- Sinatra helper to fake a request
- rails console with wirble?
- Rails 3 AJAX request authenticity token ignored
- Why is my rake task running twice in my test?
- HAML prevents template engines to render anything else than HTML
- ActiveRecord syntax for finding all items with an average rating of x or greater when using a join
- Ruby assign context to lambda?
- Validate Japanese Character in Active Record Callback
- Rails: Show form from different model in a view
- Capybara + RSpec only sees blank pages in controller specs. Why?
- XMLHttpRequest No 'Access-Control-Allow-Origin' header is present on the requested resource
- What is $_[0] ,$_[1] in Ruby?
- ruby on rails installing JSON ubuntu error
- Array.prototype.splice in Ruby
- Rack throwing EOFError (bad content body)
- Use RSpec's “expect” etc. outside a describe … it block
- Distinct Join Rails
- Opening a new tab in Capybara / Poltergeist
- ActionController::RoutingError (No route matches [GET] “/”):
- Rails session gets destroy whenever model destroy link is clicked
- testing rake tasks with Rspec is not accepting arguments
- Sharing a session between Ruby and PHP
- Why Rails hides the existence of id column?
- What do I need to do to upgrade an application to the latest Rails version?
- Group Users by Age Range in ruby
- What regex can I use to get the domain name from a url in Ruby?
- Ruby instance_eval on a class with attr_accessor
- Installing postgres gem when database is on a different server
- Cucumber step definition for “Given that I'm logged in”
- Routing form submission to a different controller
- prawn PDF: I need to generate nested tables
- An error occured while installing ffi (1.1.2), and Bundler cannot continue
- Changing scaffold-controller-generator-templates in Rails
- Subfolders in lib
- docker-compose rails rake db:reset fails, “cannot drop the currently open database”
- Is it acceptable having parameter in class constructor?
- Ruby what class gets a method when there is no explicit receiver?
- How to hide footer layout on a particular page?
- error: "fatal: I don't handle protocol ``git` when using bundle install
- URL getting truncated at 255 characters
- rails handle 404 with url redirect
- Determine if path exists as route in Rails controller
- Ruby on rails - Authlogic : periodically check if user session is valid
- Uploading & Unzipping files to S3 through Rails hosted on Heroku?
- Rails 3.2.8 - Share Devise Sessions Across Subdomains with POW
- ncurses to external shell and back messing with keys
- Turn URLs and @* into links
- Authorizing Namespaced and Nested controllers using CanCan
- How to auto-submit Rails formhelper, when onchange occurs on select dropdown (populated from DB)
- Getting ActionController::RoutingError (No route matches [OPTIONS] “/users” when trying to POST data to RAils server with AngularJS
- activeadmin, remove empty message
- Uploading Large File to S3 with Ruby Fails with Out of Memory Error, How to Read and Upload in Chunks?
- Dynamically create a class inherited from ActiveRecord?
- rvm install ruby-1.9.3-p286: Error running 'make -j 9' (OSX: Mountain Lion)
- Match regex with numeric value and decimal
- Sending array of values to a sql query in ruby?
- Using Watir to check for bad links
- Encrypting/decrypting 3DES in Ruby
- How to sanitize data (remove html tags) before saving a record?
- Blocks & Procs in Ruby
- Closures and for loops in Ruby
- Rails 3 + Devise: user_signed_in? for a different user in the database?
- Check whether javascript and cookies are enabled in ruby on rails?
- Rails calling a controller action from the console
- Unable to setup Rspec & Capybara in Rails 3.2
- Arbitrary precision arithmetic with Ruby
- Errno::ENOENT (No such file or directory) in amazon-s3
- How can I use Devise Authentication to validate that a sign up email address is from certain domain?
- Rails - ActionMailer sometimes shows attachments before the email content?
- Find all posts with more than a defined number of comments
- cattr_accessor outside of rails
- accepts_nested_attributes_for: What am I doing wrong
- Rails 4: How do I handle a submitted form where nothing was selected?
- How to get the current_user in a model observer?
- floating point precision in ruby on rails model validations
- Ruby: Syntax for defining a constant inside a Struct
- Escape status within a string literal as argument of `String#tr`
- Rails: NameError (uninitialized constant UserSerializer)
- taps migration failing from sqlite to postgres rails4, ruby 1.9.3
- Ruby on Rails - Global Variable?
- Rails: Absolutely stumped with delayed_job. Not receiving arguments anywhere
- Rails: Send email using Gmail API with attachment return only encoded file not
- Stubbing Warden on Controller Tests
- When I do “bundle update”, I get an error from a gem not in my gemfile. How do I ignore this dependency?
- Podio: which TimeZone is used while setting DateTime field value
- Error : 'incompatible library version' sqlite3-1.3.11 in rails
- How to test method alias ruby
- Compare the Content, Not the Results, of Procs
- How do I use regular expressions in a Rails route to make a redirection?
- Rails - updating div w/ Ajax and :remote => true
- Ruby private attr_accessor and unexpected nil
- javascript runtime in rails 3.1.0 and ruby 1.9.2. cant deal with with heroku. Did everything, but still does not working
- How to mock an instance method of an already mocked object?
- Sidekiq schedule same worker to queue when done
- Rails: Form confirm message with data from the submitted form
- Install the mysql2 gem for a specific mysql client version?
- Ruby - how to thread across cores / processors
- Why won't Ruby allow me to specify self as a receiver inside a private method?
- How to Upload Multiple Image in Rails 4 Using Paperclip
- Access current git commit number from within Heroku app
- Install Calabash-Android causes error on OS X Mavericks
- Rails Postgres query, selecting only items that appear in all search params with associations
- Adding dynamic attributes to HAML tag using helper method in rails
- Exclude draft articles from Solr index with Sunspot
- Heroku LoadError: libruby.so.2.2
- Rails 4 subdomains does not work on production
- Building gem, executable not found
- Download a zip file through Net::HTTP
- Carrierwave/Fog - Argument error, provider not recognized
- Where should I place my jQuery code in my Ruby on Rails applications?
- MongoDB Group using Ruby driver
- Why does Ruby hash a FixNum n to 2n+1?
- Sqlite3 gem for Rails 3.1
- How do you invoke a file download with link_to_remote in rails?
- How do I specify a struct as the return value of a function in RubyFFI?
- Rails 4 model returns always nil
- Ruby - Return byte array containing two's complement representation of Bignum/Fixnum
- Where do we declare attributes of a rails model?
- Install SASS using gem on Windows 8
- Ruby-like Question: Make this function shorter (ActionScript 3)
- Thread running in Middleware is using old version of parent's instance variable
- Rails not rolling back transaction after failed save()
- Assigning a substitute value in case of nil
- Location reload in Jasmine
- How do to print two zero's 00 as an integer?
- TinyTds Error: Adaptive Server connection timed out
- Ruby + Tk command binding - scope issue?
- Sort an array in Ruby ignoring articles (“the”, “a”, “an”)
- Devise: Registering log in attempts
- How to allow right to left languages in Ruby on Rails 3
- Fetch request on API Rails doesn't return json
- Using Ruby, what is the most efficient way to get the content type of a given URL?
- rails csrf validation in firefox
- What is the Ruby equivalent of the “this” function in Java?
- ajax:success and ajax:complete callback doesn't work when using UJS in Rails
- How can I make sure that someone has successfully “liked” my site when they press the “like” button on my site?
- How can I access a subdomain through ngrok?
- Testing Rails Controller with Session
- Correct implementation of many-to-many in Ruby on Rails?
- Changing HTTP status message using Sinatra
- Comparing identical DateTime objects in ruby — why are these two DateTime.now's not equal?
- Rails reload dynamic routes on multiple instances/servers
- `bundle install` fails (because of git protocol)
- Include ERB delimiters inside of a string in an ERB block
- Writing an IAM policy and CORS configuration for Amazon S3
- Ruby or Rails sort on two/multiple date fields
- Rails 3.1 ajax:success handling
- ActiveRecord::AssociationTypeMismatch when attempting to save nested attributes in Rails
- image_tag - Is there a way to make the alt attr blank by default?
- 'Nesting too deep' error while retrieving JSON using HTTParty
- Exporting CSV data from Rails
- Rails 4 not changing post method to patch
- 404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI on nginx/passenger
- Remove a tag but keep the text
- Make an existing WordPress blog a subdirectory of a Rails App?
- Equivalent to Python’s findall() method in Ruby?
- Add a class to each select options with SimpleForm
- calculate difference in time in days, hours and minutes
- Rails doesn't load my module from lib
- Rails: Finding all Users whose relationship has a specified attribute
- Installing mysql-2.9.0 gem on Windows fails due to lack of libmysql
- Ruby: “gem install bundler” not installing bundler
- What is a more Ruby-like way of doing this command?
- undefined method `path' for nil:NilClass when trying CSV import
- Can't dup NilClass on association methods
- how to test STDIN with RSpec
- Trouble with Google Apps API and Service Accounts in Ruby
- Should I use multiple databases?
- OAuth2 with intridea ruby gem
- how to get repeated elements from ruby array?
- Wrapping the bootstrap-sass gem in another gem causes asset manifests to break
- Actioncable connected users list
- Rails 3 Conditional Inclusion of Javascript files
- CocoaPods folder does not exist / permissions error
- Ruby Parenthesis syntax exception with i++ ++i
- Rails 3.1, rspec, guard and spork is really slow on windows
- :counter_cache for total items
- Ruby `require` call fails on custom code
- Instance_eval does not work with do/end block, only with {}-blocks
- Increment counter and rails “first” using postgreSQL strange behavior
- Ruby on Rails 5.0 upgrade not working with rails console or db:migrate
- Elegant way to only show records if they exist in rails ERB
- How do I convert a UCS2 string into UTF8?
- can not install ruby-1.8.7-p249 on rvm
- Is it possible to change default TimeZone in MongoDB using Rails 3?
- Ruby on Rails IDE for Windows
- bootstrap datetime picker with 12 hour clock not displaying the meridian(am or pm) in rails?
- Make user-inputted url into external link in rails
- has_many and belongs_to within same model
- How to access *incoming* headers in Sinatra?
- Gem installation ruby-audio failing
- Rails Server will not run
- How to redirect to a specific page on successful sign up using rails devise gem?
- Creating a Gmail Draft with Recipients through Gmail API
- How can I make rake tasks run in an environment other than dev?
- How do I fetch the content for each tab using AJAX? Rails4, Bootstrap3
- heroku db:pull failing due to lack of password when I haven't specified a password
- Weird paperclip error message
- Disabling JavaScript when using Capybara + Selenium
- what's the differences between rake assets:precompile and RAILS_ENV=production rake assets:precompile?
- rails: create Parent, if doesn't exist, whilte creating child record
- First argument in form cannot contain nil or be empty Hartl's Rails 4 Tutorial
- how do I install edge rails?
- Error compiling ERB code from string
- How to convert Date into UTC in MongoMapper & Ruby/Rails?
- How can I transform rows into repeated column based data?
- Update field through link_to in Rails
- How to install ffi on Heroku
- Deploying to Heroku with custom domain
- Capybara, Devise, CanCan and RSpec integration tests: valid sign in 302 redirects to example.com
- “SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed”
- /YYYY/MM/Title-Slug URL structure with Friendly_Id Solution Chokes on #edit
- Word Document.SaveAs ignores encoding, when calling through OLE, from Ruby or VBS
- gmaps4rails single marker auto zoom
- Rails HABTM with checkboxes
- Rails - Using checkboxes to select multiple objects and having a choice of actions to perform
- Why do numeric string comparisons give unexpected results?
- Sum Hash Values Ruby
- How can I run perl and ruby scripts as tasks in ant?
- How to use postman to request an API that is protected with devise?
- Ruby gsub problem when using backreference and hashes
- How to get java output with ruby
- Import CSV in batches of lines in Rails?
- Building Ruby on Rails App with an existing Mysql db
- how to show all integers of an array in ruby?
- How to split a string of repeated characters with uneven amounts? Ruby
- mass-assign protected attributes in Rail 4
- how to distribute a ruby script via homebrew
- void foo(int &x) -> Ruby? Passing integers by reference?
- How do I fix this gem dependency problem in Rails 3 (bundler)?
- Ruby on Rails - £ sign troubles
- RubyMine's run config results in error that “Yarn requires Node.js 4.0” on Ubuntu
- Easiest scripting method to merge two text files - Ruby, Python, JavaScript, Java?
- PostqreSQL in Rails: How do I make the server run locally AND accept connections on the Unix domain socket?
- Is there a way to sort so that “Vitamin B12” is not in front of “Vitamin B6”?
- javascript to dynamically populate a dropdown list box
- Rails Paperclip S3 ArgumentError (missing required :bucket option):
- “.save” only inserts null values in database
- Ruby Rails - structuring data for AJAX call to controller action
- Weird redirect after login with Devise
- How to link form after creating rails join table
- Encrypting in PHP (mcrypt), Decrypting in Ruby (OpenSSL::Cipher)
- Calling Block multiple times in Cucumber Around Hook (Ruby)
- Why is this running like it isn't threaded?
- Rails 3 + PDFKit Problem: Permission denied (Errno::EACCES)
- Just cannot get redmine to work
- Capitalizing titles
- Splitting a string into words and punctuation with Ruby
- Why does trying to use Grape with Rails fail with “uninitialized constant API”?
- How to get multiple-line user input in Ruby?
- Rails Format Date in Drop Down List in View
- Ruby dynamically naming arrays
- Manually set the ID's of form input fields in a simpleform form?
- How to change default format of Date in Rails 3?
- How do I upgrade RVM when the official way doesn't work?
- Rails 3: Ajax-updating a view with a partial
- What's the significance of named scope in Rails?
- undefined method `email' for nil:NilClass in Exibe the mail of table Father
- ruby on rails - routes.rb - match file extension when multiple periods exist in filename
- can bundler be used in rsync deployments?
- Rails 3 Render => New with Parameter
- Auto populate text_fields based on selected item from another collection_select in Rails 3
- HTTP.post_form in Ruby with custom headers
- RVM isnt setting environment with cron
- Ruby: Module, Mixins and Blocks confusing?
- WebSocket handshake with Ruby and EM::WebSocket::Server
- Undefined Method Error when creating delayed_job workers with script/delay_job
- Remove redundant or duplicate tuples in Ruby array
- How to update a model's attribute with a virtual attribute?
- Nginx pass upstream headers to the remote request
- Rails auto-reloading plug in development mode
- How to fill out login form with mechanize in Ruby?
- How do you use attr_accessible?
- How do I checkin to local copy AND svn:externals subdirectories in one commit?
- :remote => true with url_for, How does one do this?
- How can I detect a user's input language using Ruby without using an online service?
- Is there a way to prevent rails to precompile assets on production?
- Is it appropriate to repeat data in models to satisfy using law of demeter in collections?
- Why isn't 'gets' working in my Ruby script when I run from TextMate?
- Sublime Text 2 command line not working after Mavericks install
- Sprockets/Asset Pipeline in Rails 2.3
- github preview feature with rails 3.2
- Run all sql files with Chef
- How do I rewrite URL's based on title?
- Rails 3.1rc4 asset pipeline broke after Ruby update? How to re-activate/configure it?
- Rails filter with button or link_to using Ransack
- Ruby: automatically wrapping methods in event triggers
- How to create an association between two rails models
- in rails how to limit users post count saved in database before asking to upgrade their account
- How to count duplicates hash itens in Ruby 1.8.5 ( Sketchup Ruby API )
- Inserting an array into every nth element of another
- How do I access HTML elements that are rendered in JavaScript using XPath?
- “bad ecpoint” SSL error on fresh RVM Ruby 1.9.3 install on OSX Mountain Lion
- Heroku push failing, perhaps timeout from rubygems
- How to convert character code to what I want?
- Basic Devise spec with I18N
- why image-path is not resolved in scss?
- Need a regex pattern to match date with optional time
- How long does an instance variable persist? In Rails? In Java? In PHP?
- POST request mysteriously turn into GET request
- Initialize the Delayed Jobs gem by starting the workers on application start
- Save posts to rails server from Java/ Android application with devise authentication
- rails strange unit test fails
- How to deal with a page which fails to load and continue testing in Watir-Webdriver
- Process incoming emails with script
- Does calling super() cause further methods in the parent class to be used?
- How would I grab only articles with comments that were created 20 minutes ago?
- How to distinguish xlsx and docx files from zip archives?
- Adding Fields To Devise Sign Up Using Rails 4
- Use [].replace to make a copy of an array
- Javascript does not work from a bootstrap template in rails
- RSpec controller specs fail after adding authorization to Rails4 application
- Postgres cannot connect to server on Unix domain socket 5432
- how can I iterate through this json document using ruby?
- RoutingError uninitialized constant
- rails non-integer primary key
- Idiomatically mock OpenURI.open_uri with Minitest
- Can modules add relationships and named_scopes to Rails models
- `ClassName.constants` returning empty array in Rails app
- Corrupt Gemfile.lock Error with Capistrano
- Errno::ENOENT No such file or directory Rails 4
- SASS Invalid css error
- Rails Routing Question: Mapping Slugs/Permalinks Directly under Root?
- Write attribute to active record object
- How do I build a Docker image for a Ruby project without build tools?
- Ruby: Length of a line of a file in bytes?
- devise - can't display sign in or sign out in rails view
- Display result data without page refresh on form submission in ruby on rails
- Uploading to Heroku DB rake:migrate problem
- Is Datamapper's dm_mysql_adapter gem supported on windows?
- Ruby on Rails, nginx, passenger on production server (cannot load such file — rubygems/path_support)
- Any standard guide for Ruby WIN32OLE API?
- access params hash in controller
- Rails mongoid regex on an Integer field
- Share session between two rails4 applications
- Store date with optional month / day
- Could I add an association based on another association?
- Strange AbstractController::ActionNotFound Error with update method in Rails
- Rails 4.0 param is missing or the value is empty
- Building regex to match 2 words only
- merging arrays of hashes
- Flatten a Ruby Array without using built-in 'flatten' method
- Model association question
- Rubymine 6.0.2, unable to debug
- how to get least possible count on graphite graph
- Using Perl, Python, or Ruby, how to write a program to “click” on the screen at scheduled time?
- simple_form renders radio buttons incorrectly
- How to install ruby system-wide using rbenv
- nested_form, has_many :through, updating attribute on join model
- How to Link PGSeaerch results to Index Page in Nested Resources?
- Ruby array inject
- PHP to Ruby compiler
- Display all versions of individual records in Papertrail
- How to reset boolean to “default: false” at end of day?
- Dynamically create query - Rails 5
- Rails 3.2 create a form that's used in the footer of every page
- simple parsing in ruby
- An invalid merchant configuration in Paypal with rails
- Ruby: looking for ruby-embeddable interpreter or scripting language
- open xml file with nokogiri update node and save
- Unable to access text field in an iframe
- Updating denormalized database tables
- When to use render vs redirect_to when handling error validations
- Can't access log files in production
- Should repeat a number of times
- How to DRY up method with multiple { 'not found' }?
- Scheduling tasks with rails
- has_many and No method error issue
- ActionMailer SMTP “certificate verify failed”
- Problems installing Thin on windows 7 x86
- rails 4 users reviews for users how to do this
- uninitialized constant ApplicationRecord error
- DRYing up a helper: wrap form_for and access local form variable
- How to extract the IV vector generated by encrypt method from encrypted_strings
- Rails/Cucumber/Webrat: redirect_to, flash[:notice] not working
- “each”/“map” on array results in “You have a nil object when you didn't expect it” in create_time_zone_conversion_attribute?, sporadically
- MONGODB [DEBUG] cursor.refresh() for cursor 7078636577051629992
- How to find a variable with rspec tests using page.find
- Removing Gems errors
- Ruby daemon process to keep objects alive for transient Ruby instances
- Add paperclip url to json
- Ruby Case Statement: Return which player won — Rock, Paper, Scissors
- Nokogiri fails to install on OS X
- rails beta request signup with social media sharing reward
- searchlogic and virtual attributes
- How to add IEDriverServer to PATH
- How to get Rails to interpret a time as being in a specific time zone?
- Unable to push a custom gem to heroku master
- Unit Testing Ruby Blocks by Mocking with rr (was flexmock)
- Removing “duplicate objects”
- Rails 3.1 make folder to be public
- MAMP 2.0.1 with Ruby on Rails 3.2.0 on Mac OS X Lion
- An interesting little 500 error
- Rails 4 - Heroku Sqlite3 error
- REST API: Custom method using cookies and sessions
- Rails server not running after updating to ruby 2.1.4
- will_paginate can it order by day
- Ruby CSV.each in while loop not executing second time through
- Deploying on Heroku - Images disappears after upload
- has_one with two foreign keys?
- How to use Javascript to manipulate modal content?
- Why is rails trying to connect to mysql?
- Ruby: recursive method
- Is a has_many through relationship possible with 4 models in rails?
- Uninitialized constant “Controller Name”
- What does the term “vendoring” or “to vendor” mean for Ruby on Rails?
- Iterate Array and add each consecutive array value
- How to return a value when using execute_script in capybara?
- What does “file.sync = true” do?
- Loop within Loop in Rails Controller
- How to validate numericality and inclusion while still allowing attribute to be nil in some cases?
- Rails + webpacker + vue: “You are using the runtime-only build of Vue where the template compiler is not available.”
- How to include full-path in Rails 3 link_to statement?
- NoMethodError: undefined method `halt_callback_chains_on_return_false=' for ActiveSupport:Module
- How to split string into 2 parts after certain position
- Quote all fields in CSV output
- How to query UUID for postgres
- pg_dump: [archiver (db)] query failed: ERROR: permission denied for relation abouts
- Split float into integer and decimals in Ruby
- Can you have multiple versions of a gem in a Gemfile?
- Rails 4 Javascript: Having trouble with image paths
- how to implement editing/formating text area in rails
- Postgres: Default for column (string) cannot be cast automatically to type enum
- Custom order based on Enum values
- How to set multiline RSA private key environment variable for AWS Elastic Beans
- Accessing a Ruby hash with a variable as the key
- Gmaps4rails : Setting map width and height
- Ruby hash equivalent to Python dict setdefault
- Why do we need nginx with thin on production setup?
- Alphabetize results of Dir.glob
- Form_for with url, format and html options
- open-uri is not redirecing http to https
- TypeError: nil is not a symbol
- Rails 3, Unknown validator: 'EmailValidator'
- -bash: /usr/local/bin/heroku: /usr/local/bin/ruby: bad interpreter: No such file or directory
- Nil value on datetime_select?
- kaminari undefined method `total_pages'
- Where are catch and throw useful in Ruby?
- Access Denied when uploading files to Amazon using Paperclip and IAM policies
- Can I stop Bundler from adding RUBY VERSION to Gemfile.lock
- URI::InvalidURIError: bad URI(is not URI?) testing Rails controllers
- How to add button to ActiveAdmin's index page
- ruby popen3 — how to repeatedly write to stdin & read stdout without re-opening process?
- Do all? and any? guarantee short-circuit evaluation?
- Setting Time.zone during a request: Thread Safe?
- There is a way to handle `after_save` and `after_destroy` “equally”?
- Rails Routes - How to make them case insensitive?
- Why does Ruby use its own syntax for safe navigation operator?
- Why can't we override `||` and `&&`?
- Force a link to download an MP3 rather than play it?
- rails 3, using Devise, how add :lockable after the fact?
- Uncaught ReferenceError: Stripe is not defined - STRIPE ERROR
- Assign to an array and replace emerged nil values
- Can I override the system timezone in Ruby?
- How can I permanently ignore a database column in my ActiveRecord::Base class?
- Rails 3.1 asset pipeline - missing files from public/assets - why isn't this the default?
- How to link to a page with page.url without the html extension in Jekyll?
- What is an EOFError in Ruby file I/O?
- What is the difference between FormHelper::label and FormTagHelper::label_tag?
- How can I emulate PUT/DELETE for Rails and GWT?
- Capybara: NotSupportedByDriverError when trying to simulate pressing <ENTER>
- Rails 4: Skip callback
- How do I recursively flatten a YAML file into a JSON object where keys are dot separated strings?
- uninitialized constant ActionView::CompiledTemplates::Category
- RSpec Class Variable Testing
- Mixed file types with CarrierWave
- Devise with Omniauth for multiple models without STI
- Netbeans - installing SASS
- How to spec methods that exit or abort
- Rails 3.1 Identity Map issues?
- AES Python encryption and Ruby encryption - different behaviour?
- REST API versioning - why aren't models versioned
- Overriding params in nested routes
- DangerousAttributeError in OmniAuth Railscast Tutorial: create is defined by ActiveRecord
- Heroku app crashed, receiving “Invalid DATABASE URL” when attempting heroku rake db:migrate
- Currying a proc with keyword arguments in Ruby
- To have AR support back after creating project with --skip-active-record option in rails 3
- Conditional Dependency in Ruby Gemspec
- How can I escape the vertical bar when doing command line with Ruby?
- Ruby - Immutable Objects
- PDFkit doesn't display pictures in PDF
- Why does single `=` work in `if` statement?
- Is there a Ruby equivalent to PHP's extract?
- Session not created exception: Chrome version must be >= x.y.z when using Selenium Webdriver with Chrome
- How do you create a callback with an if statement for multiple changed fields in Ruby on Rails?
- Capistrano deploy:assets:restore_manifest Rails assets manifest file (or backup file) not found
- Ruby: Wait for all threads completed using join and ThreadsWait.all_waits - what the difference?
- rails database migrations using transactions
- Rails 3.1: Should File Uploads be added to asset pipeline?
- Change default Ruby Time format
- How to turn off BIGINT primary keys in Rails 5.1
- Omission of curly braces for a hash in an array
- Deep Convert OpenStruct to JSON
- Validates presense vs null false in Rails models/tables
- creating name helper, to split first and last names apart
- Encoding::UndefinedConversionError: “\xC2” from ASCII-8BIT to UTF-8
- How does Sinatra define and invoke the get method?
- gem install json fails with redifinition of struct timezone/timespec
- How do I html_escape text data in a sinatra app?
- Rails: uninitialized constant just happen on production server
- Ruby block taking array or multiple parameters
- Install gem gives “Failed to build gem native extension.”
- Validation of virtual attributes in Ruby on Rails
- Is it possible to change the class of a Ruby object?
- Rails: is there a way to tell the source of the request?
- How to reinstall ruby with readline support?
- Rails Object#blank? vs. String#empty? confusion
- Rails & MSSQL 2008 - Will We Hit Barriers?
- Ruby on rails - paperclip not saving to database
- Why ruby modulo is different from java/other lang ?
- SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server hello A (OpenSSL::SSL::SSLError)
- ruby spreadsheet row background color
- Occasional Postgres error on Heroku: could not translate host name “<pg URL>” to address: Name or service not known (PG::Error)
- conflicting ruby gems
- New way of creating hashes in ruby 2.2.0
- Why does the Gemfile semantic versioning operator (~>) produce inconsistent results with one number?
- How to use Rails with uppercase column name?
- XCode 3.2 Ruby and Python templates
- Accessing a constant
- Validating phone number in ruby
- Rails accepts_nested_attributes count validation
- How to add attribute to existing Notifications payload?
- respond_with returns unknown format - rails
- How can I reduce the quality of an uploading image using Paperclip?
- Missing Partial Error in Rails 3
- Ruby on Rails - Add condition on ':include =>' to load limited number of objects
- Ruby range: operators in case statement
- Passing random url params to OmniAuth
- Rails and forms: drop down with range of numbers and Unlimited
- Cannot access attr_accessor defined variables
- Custom to_yaml and domain_type
- Rails remote form and select on change not working
- Why does my recursive method from helper not return every value?
- Bundler::RubyVersionMismatch: Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0
- gem install therubyracer -v 0.11.4 fails on OS X 10.10
- Environment variable in Rails console and Pow
- Rails cannot find model with same name as Ruby class
- Ruby on rails workflow engine (like IBM WorkFlow)
- Call a method in model after find in Ruby on Rails
- Jekyll : New posts not being generated
- How do I setup my CanCanCan permissions correctly?
- prevent sql injection in rails
- Remove charset from Rails content type
- Skip validation for some members in Devise model during password reset
- bundler: not executable: script/delayed_job
- How can I get authlogic to use the Rails session instead of its own cookie?
- Regex negative lookbehind in Ruby doesn't seem to work
- How do I convert this Ruby String into an Array?
- db:seed not loading models
- Active Model Forbidden attributes error
- Ruby#index Method VS Binary Search
- NameError: undefined - have parsing rules for local variables changed in Ruby 2.1.2?
- Rails 3.1, jQuery UI does not load
- Getting hash with symbol as keys for mongo in rails
- How to check if a resource exists in an AWS S3bucket
- Render the action that initiated update
- Algorithm to shuffle an Array randomly based on different weights
- ruby regexp to replace equations
- Rescuing “command not found” for IO::popen
- Rails 4 WYSIWYG Bootsy not displaying formatting
- Rails and Paperclip… don't save the original image, just the styles?
- Heroku 500 Internal Server Error
- Why is the timezone off in delayed_job?
- How can I get a list from a Ruby enumerable?
- How to combination/permutation in ruby?
- Rails3: Change location of temp (tmp) directory
- How do I preserve case with http.get?
- Rails: Restoring contents of non-model form that uses form_tag
- which global variable is for last expression
- Rails & Postgresql: how to group queries by hour?
- What is the Ruby equivalent of preg_quote()?
- Spring doesn't work. [ uninitialized constant Spring::SID::DL ]
- failing to enable user-env-compile on Heroku
- Error requiring pg under rvm with postgres.app
- Can anyone explain this array declaration to me?
- Why I need add “data: {type: ”script“}” on remote link with rails / ajax
- Connect Sql server in Ruby on rails
- OpenSSL causing very slow Rails boot time on Windows
- Why Rails can use `if` as hash key but not in Ruby
- Use of abbr_month_names (and similars) with I18n.l()
- Override the respond_to format with form button in rails 3
- iterate through array of hashes in ruby
- Having trouble just getting the Highchart to show
- Check tag classes with watir?
- Debugging Solr search queries on Sunspot
- how to disable asset pipeline on heroku?
- echo $PATH doesn't match .bash_profile
- FATAL: role “root” does not exist
- Bundle install is using a different Ruby version?
- Unset operation failing for MongoMapper model, cannot delete / remove key from model
- Ruby on Rails / PostgreSQL - Library not loaded error when starting server
- set authentication token in http header
- Unable to serialize as ActiveSupport::HashWithIndifferentAccess anymore
- Brand new rails app, can't generate scaffold
- paperclip where to place the missing.png default image?
- Heroku css not loading after assets:precompile
- How can I further process the line of data that causes the Ruby FasterCSV library to throw a MalformedCSVError?
- How can I show that the Ruby `for` loop is in fact implemented using the `each` method?
- Sqlite3 error after Rails 3 (beta 4) install
- MongoDB won't connect to MongoHQ using Mongoid
- CentOS *** ERROR: Phusion Passenger doesn't seem to be running
- Why does Ruby `**` operator have higher precedence than unary `-`?
- How to test order-conscious equality of hashes
- Ruby's “foo = true if !defined? foo” won't work as expected
- Working with multiple processes in Ruby
- Ruby on Rails - Is saving images through form in /app/assets/images possible?
- gem install debugger -v '1.5.0' fails
- Why non-explicit splat param plus default param is wrong syntax for method definition in Ruby 1.9?
- Sorting numeric strings in Ruby
- Ruby: Why does `#hash` need to overridden whenever `#eql?` is overridden?
- Counter cache for a model with a many-to-many association
- Matching array values in PostgreSQL with ActiveRecord
- Rails 5 ActionCable WebSockets is not returning upgrade headers with status 101 Upgrade response
- Ruby inner flatten (array of arrays)
- Need advice: Structure of Rails views for submenus?
- Passing instance variable to stylesheet assets
- collection_select, undefined method `map' for nil:NilClass
- Rails 4 and RSpec, undefined method `assertions' in routing spec
- Ruby on Rails Inflection Issue
- Gem dependency error in rails 2.3.4
- Find out which words in a large list occur in a small string
- ActiveRecord is not aware of timezones?
- In Ruby, foo.inspect can print out all instance variables — can we print out an individual one if there is no accessor?
- How to download file with send_file?
- ChartKick charts do not show when rendering to PDF using Wicked_PDF
- Regex “punct” character class matches different characters depending on Ruby version
- method_missing override is not working
- Change number of columns depending on screen size
- Obfuscating Rails app on MRI Ruby / JRuby for a enterprise customer
- Correct way to use shared_examples_for
- What's discouraging you from writing ruby 1.9-specific code?
- How to emit YAML in Ruby expanding aliases
- How to combine multiple arrays of the same size in ruby
- recursively convert hash containing non-UTF chars to UTF
- Uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) - How to resolve?
- Installing ruby using RVM fails, without trace
- Pass arguments by reference to a block with the splat operator
- How to import Rails helpers in to the functional tests
- Cucumber: Automatic step file creation?
- Is it safe to accept URL parameters for populating the `url_for` method?
- FasterCSV: several separators
- jQuery not working on Rails 3.2.8
- OpenSSL::SSL::SSLContext SNI servername_cb Not Working
- How does load/require/require_relative handle a file with no file extension?
- Access `self` of an object through the parameters
- How to set correct Ruby version in gem environment
- Rails 4: counter_cache in has_many :through association with dependent: :destroy
- How to store array on a cookie rails 4?
- Facebook Like Box social plugin doesn't work with Turbolinks
- intelligently generating combinations of combinations
- How to import a json from a file on cloud storage to Bigquery
- writing nested namespace routes on rail3
- log in with browser and then ruby/mechanize takes it over?
- New Rails project — Rails2 or Rails3?
- How to send an email with rails
- Regex to match something based on what was matched before
- How does Integer === 3 work?
- Has anyone successfully deployed on heroku from a windows platform?
- Can I use sessions/cookies in Ruby on Rails without having a user's model or any authentication?
- Apache crashing when I add Far-Future Expires clause from Rails Guide
- CasperJS dynamic selectlists
- jQuery.Click method reloads the page
- ERROR: null value in column “id” violates not-null constraint
- Rewrite template.js.erb into template.js.slim
- How to sort an alphanumeric array in ruby
- Rake Aborted , on add_index(:users, :email, {:unique=>true})
- How do I copy an object with presigned URL?
- Rails4 create join tabel no need to add primary key in Migration?
- Custom url in ruby on rails
- Enforce file upload size on Heroku?
- Edit other user as admin in devise, ruby on rails
- Different behaviour of 'do .. end' and “{..}” block in ruby
- Searchkick with ElasticSearch returns “Faraday::ConnectionFailed: execution expired”
- Rails: Why “collection=” doesn't update records with existing id?
- ruby while loop translated to haskell
- Rails Admin - removing a related object
- Rails / Postgres: “must appear in the GROUP BY clause or be used in an aggregate function”
- Find record, that has ALL associated records
- Heroku: Error pushing Rails app to Heroku, Heroku can't find Rails app
- Finding next input element using Mechanize?
- Where is user.admin? defined in rails-devise-pundit starter app?
- update_all with a method
- RSpec — test if method called its block parameter
- Fresh rails app defaulting to Postgres instead of SQLite3
- Accessing a value in a method using *
- “ajax:success” being called twice
- Ruby/Watir : firefox headless
- Rails, Heroku does not load my lib
- Rails 3 Submit Tag + html_safe
- Multi-column database indexes and query speed
- Override a method inside a gem from another gem
- Rails Friendly_Id on Heroku, Heroku not updating slugs
- How can i convert/replace every newline to '<br/>'?
- Rails : Adding an admin role using devise who can see all the users
- Using Resque, Puma and Scheduler together on Heroku
- Calling a method of a Ruby Singleton without the reference of 'instance'
- How can I update and save one model from another in Rails?
- Customizing google plus url default comment
- Ruby 1.9 Ramaze App Failing with “Illegal instruction”
- Ruby- delete a value from sorted (unique) array at O(log n) runtime
- Rails 5.2 ActiveStorage save and then read Exif data
- How to parse mailbox file in Ruby?
- Omniauth Facebook redirects to registration screen instead of creating user
- permanentredirect s3 for unspecified endpoint
- Rails: allowing a partial to only be rendered once
- Show a string of certain length without truncating
- Jekyll Liquid - accessing _config.yml dynamically
- Byebug fully supports Windows or not?
- Ruby find a whole math expression in a string using RegEx
- Ruby on Rails: Is it possible to use Camel-cased database field and table names?
- Netbeans and rails error: bin/ruby: No such file or directory — script/rails (LoadError)
- send_data - open file in new browser window?
- Error when trying to create Heroku app on Windows
- RJS: Ajaxified select_tag
- rake db:migrate (mysql)
- how rails “update” multiple columns correctly - (updated_at should be updated as well)
- Array of Hashes with ActiveRecord
- How to split a string without getting an empty string inserted in the array
- Count iteration on the Enumerable cycle
- 500 error page not showing on Heroku
- 405 Error when trying to POST a file in rails
- Can I use highcharts in a pdf generate with prawn in Rails?
- Dynamic display of an array of hashes in a html table?
- Validating date format using regular expression
- What does the !~ method do with String in Ruby
- Can someone explain the following code to me?
- Form Objects in Rails
- Creating a simple c# dll and access it from ruby
- does chronic have any options of date format it parses? (ruby)
- Rake db:migrate error “don't know how to build task”
- How to use js.erb views in Rails 6
- Devise doesn't login in Google Chrome
- Variable Scope in Blocks
- RVM | Running user scripts
- Convert string to datetime ruby on rails
- where is the documentation for Array()?
- How to find distinct years from a table with multiple years in Rails
- Passing edited value contenteditable field from view to controller in Rails
- How to get working a local gem on heroku?
- Upload to Amazon S3 and Calling Amazon Cognito Identity from Rails server
- Automatically reload rails module
- My class name conflicting with Ruby's
- Bitwise OR in ruby vs javascript
- Rails friendly id with non-Latin characters
- What does BlazeDS Livecycle Data Services do, that something like PyAMF or RubyAMF not do?
- Rails 5 how to form association between tables on multiple shared attributes
- How to specify a file path using '~' in Ruby?
- Generating password protected zip files from ruby on rails
- How to pass value from one resource to another resource in chef recipe?
- how to disable first item of a list from being sortable and drop target
- Rspec / shoulda: testing, that a custom validator is called
- Rails & Heroku: We're sorry, but something went wrong
- Where can I change the “Email has already been taken” error message?
- Sign out a devise session from custom controller action (Rails)
- Send HTML emails with inline images with ActionMailer
- Autocomplete method structure in Vim
- undefined method `find' for AWS::S3::Bucket:Class
- sunspot solr undefined field type
- Rails 4: Where to put JavaScript/CSS plugins
- Ruby TCPServer to get client ip address
- new macbook - trying to run Rails, now I get “internal:gem_prelude>:1:in `require': cannot load such file — rubygems.rb (LoadError)”
- undefined method `will_paginate', Rails 3.1 / DataMapper
- An irritating Issue about ruby hashes
- npm error: tunneling socket could not be established, cause=connect ETIMEDOUT
- Ruby view csv data
- Difference between 'require bundler' and 'require bundler/setup'
- Facebooker extended permissions?
- Case Statements in ARel
- Ruby 1.9.3 Teeny Version
- Ruby console input halting at 1024 characters
- How can I 'join' an array adding to the beginning of the resulting string the first character to join?
- Adding bootstrap button class to button_to in rails 4
- Why doesn't puts() print in a single line?
- before_create still saves
- Rails5 Action Cable Nginx 404 and 502 errors
- What's a semantically-correct way to parse CSV from SQL Server 2008?
- Can't connect Ruby on Rails to remote mysql database
- Undefined method `has_attached_file' with paperclip 2.3.8 gem for Rails 2 using Ruby 1.8.7
- Nginx getting Permission denied when connecting to Unicorn
- No route found in rspec test for an existing route
- Paginate without a gem Next, Previous, buttons for Name.order(:id).limit(10).offset(0)
- Make a field optional in rails
- Rails has_many :through with collection_select form helper
- Find number deleted from array
- Symbol#to_proc shorthand with the stabby lambda syntax
- Create a titleize method, that excludes “little words”.
- How to install mysql gem on Mac os 10.6?
- Styling a sudoku grid
- How can I capture terminal arrow keys in Ruby?
- How can I validate a radio button?
- Encrypt data bag from inside of ruby without relying on knife
- Backbone wants to include created_at, updated_at, etc., but I don't want it to
- How to add a filter to Active Admin dashboard?
- rails form submission with remote => true — js file renders but does not execute
- urllib2 in python equivalent for ruby
- Is there a way to return the number of devise users currently logged in?
- Find and replace specific hash and it's values within array
- Installing jQuery in Rails 3.2.13
- thin rails server/eventmachine on windows does not work with custom certificate
- Is Class declaration an eyewash in ruby? Is everything really object oriented?
- Gem::LoadError: when trying to deploy on Heroku - Rails 4
- OpenUri causing 401 Unauthorized error with HTTPS URL
- Overwriting 'Devise::RegistrationsController' with custom create gives NoMethodError
- Problem with Ruby on Rails installation - How to use WAMP MySQL installation?
- How do I return a group of sequential numbers that might exist in an array?
- Rails 3.2.4 SQL query is caching results on find(:all)
- Don't the Ruby methods instance_eval() and send() negate the benefits of private visibility?
- Dynamic table columns based on user preferences
- Asset pipeline DEPRECATION WARNING tsort.rb:226
- Selenium Webdriver take screenshot of viewport only
- Using title case with Ruby 1.8.7
- bcrypt-ruby - You don't have bcrypt-ruby installed in your application
- Convert string numbers( in word format) to integer ruby
- Could not find generator rspec_model issue
- NoMethodError in CartsController#destroy - Agile Web Development with Rails 4
- Rspec multiple spec folders
- New to Ruby and am having trouble with LOAD_PATH
- Ruby convert Array to Fixnum
- undefined method merge_wrapper_options
- Ruby, “incompatible character encodings: UTF-8 and CP852 (Encoding::CompatibilityError)”
- how to use Best In Place with twitter bootstrap
- Rails db:migrate relation does not exist
- Ruby on Rails: Custom actions
- Heroku deployment fails during Bundle Install
- Nested form update action producing duplicate results
- Invalid source reflection macro :has_many :through
- Regex to match mm/dd/yyyy hh:mm:ss AM or PM
- Paperclip problem for accepts_nested_attributes_for and reject_if
- Extracting values from a hash
- firing js in rails after AJAX with no turbolinks
- How to read only English characters
- Reverse a string each two characters with Ruby
- Rails 3 - Referencing a CSS class to form elements in an Object Dot Style
- ActiveAdmin: sort by association count
- How to call a method on an object in a nested form in Ruby on Rails 3?
- How can I know if an IO is empty without reading it?
- Why does shoveling a string into a hash cause this result?
- enter & IOError: byte oriented read for character buffered IO
- Implementing dry-run in ruby script
- How to control who uses my web widget
- rbenv install - executable host ruby is required
- Embeded document with belong_to association in Mongoid
- Customize Devise pathnames
- remote: true option for form_for working for new action, but not create action
- Seahorse::Client::NetworkingError Amazon S3 file upload with rails
- add marker with Google-Maps-for-Rails
- Rails Devise - Register User with Associated Model
- RoR: NoMethodError when executing delete_all for a has_many relationship
- Ruby - How to retrieve sum in array group by multiple keys with condition max
- Send Password Reset to a Different Email - Devise
- Is there a way to overwrite the `{ }` object?
- Adding comment to YAML programmatically
- Tricky Questions Answers associations?
- Call a method by name
- Can't find a route with an underscore or doesn't treat it properly
- rake db:create Not working
- Connection refused using Sunspot and Solr in Rails
- Rails 4 - Validate Model without a database
- RVM 'not found' after successful usage and a few days later
- Ruby/Rails - Active Record Db Migration to MySQL - timestamp type?
- Options for processing X elements of an array at a time using Ruby
- Adding functionality to a static website using ruby on rails
- Cant get the Edit function Working
- Download file from Google Picker API in rails
- will_paginate undefined method. The Will_paginate gem appears to work though
- Writing a pre-push hook in Git to grep all files for regex want to reject push if regex not found
- Rails: “Stack level too deep” error when calling “id” primary key method
- Ruby - Rails - Pass text to javascript
- How to prepopulate form with data passed from @object?
- Has_many through in Rails while assigning different roles
- How to get a reference to a 'dynamic' object call?
- TinyMCE 4 insert link form fields disabled
- What does <<DESC mean in ruby?
- Ruby on Rails CSV upload&import - File name too long
- delayed_job queue not being processed on Heroku
- Regex - starts with a particular string but does not end with another substring
- imageable type is not setting for polymorphic associations
- Rails FactoryGirl trait association with model after_create callback not setting vanity_url
- Ruby on rails - rack middleware exclude - is it possible?
- OmniAuth Invalid Response Error
- Rails -TypeError: can't cast ActionController::Parameters to text
- How can I display a Regexp output in an Alphabetical list?
- Convert array of hashes to array
- How to deal with array pointers in ruby Fiddle
- Rake tasks seem to ignore database.yml configuration
- Passing extra attributes to join table when populating the form with collection_check_boxes in rails?
- What is the fully qualified name of a model in Ruby on Rails?
- How do I embed ruby.rb file via form in a way that ruby.rb would be executed and results visible in view
- Cucumber: undefined step, although step should be defined
- contextMenu breaking FullCalendar event dragging
- Integrate Shoes into Aptana Studio RadRails
- Rails: Bootstrap dropdown menu not working
- How to format time and date from db:datetime record in Rails 4?
- Prevent AngularJS interpolation in certain DOM hierarchies
- Static variables in ruby, like in C functions
- Something like let in Ruby
- Can't send email using Gmail on Heroku
- How do I authorize a service account for Google Calendar API in Ruby?
- key in ruby new hash
- reading parameters on Sinatra post
- Rails how to get SoundCloud track information using SoundCloud song URL
- Why do I get a Encoding::CompatibilityError with #inspect?
- Watir Webdriver(0.9.1) No Longer Opens an Instance of Firefox
- Measure SAAS App Bandwidth Usage
- Rails 4 form - no implicit conversion of Model into String
- How to get devise to work with multiple models or roles? (Preferably with CanCan and rolify)
- Rails migration complains about undefined method `attachment' using paperclip
- Can nokogiri use single quotes for attributes on saving xml?
- How to surround text with brackets using regex?
- Rails minitest, database cleaner how to turn use_transactional_fixtures = false
- How to change source for a custom rails generator? (Thor)
- Rspec test fails authenthicate_client not working
- Could not locate Gemfile after executing “bundle install”
- Certificate to pem to certificate not working: nested asn1 error
- How can I sum array elements in place in ruby?
- Is there a way to escape non-alphanumeric characters in Nokogiri css?
- Bind and Destructure block arguments
- Rails 5 ask_as_taggable with select2
- Rails checkbox_tag with ajax
- Can't access IBM Watson API locally due to CORS on a Rails/AJAX App
- Windows / Ruby background processing
- Why Bootstrap CSS is not overriding in other project with the same code?
- Opening a remote image on S3 in controller (ApplicationMailer) - No such file or directory @ rb_sysopen
- Ruby, Mac, Geektool question, file access rights?
- Save Google Cloud Speech API operation(job) object to retrieve results later
- AJAX update of accepts_nested_attributes_for partials
- Asset pipeline not precompiling sass
- Nested attributes - Unpermitted parameters Rails 4
- Any equivalent of Ruby's public_send method?
- How to integrate CKEditor with Heroku?
- Rails named_scope inheritance?
- How to show count of data along with percentage in chartkicks in rails
- Root privileges to install ruby gems on Openshift
- NoMethodError when I try to acces a field of an object taken from the DB
- Object.const_get and Rails - cutting off parent module names
- Scraping pages that do not seem to have URLs
- Automate a rake task to run on boot on heroku?
- How to translate Arabic/Persian numbers to english using Ruby?
- Setter doesn't work with -=, +=, etc?
- Why jQuery.cookie returns “[object Object]” for a single string value
- Rails - How to add contacts to SendGrid marketing campaigns via API
- rails dynamic where sql query
- Has anyone else run into problems styling Twitter Typeahead's searchbar?
- Rails won't precompile .js.erb
- Rails / Heroku: fatal: The remote end hung up unexpectedly
- respond_to js “unknown format”
- Ruby, value bucketing, beautify code
- Bandwidth summary per server
- to_sql not working on update_attributes or .save
- Rails .where() query not working
- Cannot install Ruby 1.9.3 on a clean Lion Install
- how to use link_to with ajax in rails 3.2.1
- Errors in Gemfile
- uninitialized constant Cucumber::Rails::Database (NameError) cucumber + mongoid
- Why won't ternary operator work with redirect
- gem install error, index not found, ruby on rails
- How do I validate one post per day?
- deploying to heroku — can't get rid of the “welcome to rails” default page
- rvm + rails install ERROR: While executing gem (NoMethodError)undefined method `ord' for nil:NilClass
- ruby alphanumeric sort not working as expected
- JOIN ON … AND conditions when eager loading association in ActiveRecord
- Is Rails Paperclip only for Images?
- BCrypt::Errors::InvalidSalt: invalid salt Devise
- Heroku & Delayed Job - Autoscale Branch - RestClient::ResourceNotFound
- NoMethodError on section 5.7 of Rails Guide
- rails assets in production not served (yet another assets issue)
- Rails 3 translations within models in production
- How do I find the first two consecutive elements in my array of numbers?
- Ruby: How can I process a CSV file with “bad commas”?
- Rails rollback when creating user with nested forms
- Regexp Greek chars by number
- Adding nested attributes to devise user model
- Rails: Wrong number of arguments (given 2, expected 1) MongoID
- How does ActiveRecord::Relation get added to Rails' models and why does each model have individual Relation class?
- Not able to upload in a passenger app behing apache
- deleting blank lines after loop
- Tilt (kramdown) preventing ERB processing when rendering markdown
- rails server bin/rails:6: warning: already initialized constant APP_PATH error
- Custom Gem execution fails with NoMethodError
- Freezing Rails gem versions
- Error Creating Shopify Webhook through the API
- How can I marshal a hash with arrays?
- Ruby on Rails: How to redirect page based on post params in search_field?
- Rails storing third party credentials.. Anyone know best practice?
- Find the median of an array
- How to create activerecord style validations outside of activerecord?
- How to construct a clickable link with a scope using Ransack and Rails
- Proc throws error when used with do end
- LoadError - cannot open shared object file - file is present, but it says no such file
- Reading the regional location setting (country code) in Windows using Ruby?
- Uploading files in Rails
- Unable to load Sass / Compass after installing RVM, to use with Assetic in Symfony2
- Define a class method in a module
- Perfect way to write a gsub for a regex match?
- Using an observer within an Engine
- How to Convert SQL Query to Rails Active Record Query?
- Ruby on Rails: Sending javascript data to ruby controller
- Rails model fields not updating to database
- Rails edit.html.erb ArgumentError
- Extract text between two tags using regex in Ruby
- How to execute a rails command with sweet alert 2?
- Rails ignores constants in SQL SELECT statement
- Error occurs when trying to install Homebrew on a Mac for Ruby on Rails
- get record with at least one associated object
- Search for multiple words, across multiple models
- How to change image with fading
- Selenium can't find fields with type number
- How do I convert an Array with a JSON string into a JSON object (ruby)
- has_many :through with has_and_belongs_to_many in Rails
- HAML - what does the “!=” operator do?
- Ruby on Rails - Error making new app (rb:55:in 'require')
- attr_accessor, not able to access property
- Ruby Devise, SessionsController.create, json - getting NameError: undefined 'build_resource'?
- Chef: Undefined node attribute or method `<<' on `node' when trying to add
- Ruby instance method & conditional local variable assignment with same name
- Using boostrap.css file in Rails production/heroku w/o LESS or SASS
- rufus scheduler not running in production
- Is Ruby Thread-Safe by default?
- Issue with precision of Ruby math operations
- Route a form to new controller action in Ruby on Rails
- Rails-MySQL Error - uninitialized constant MysqlCompat::MysqlRes
- Routing errors when upgrading from rails 3.1 to rails 3.2 due to underscores in module namespaces
- Rails 3.1.0, geokit, with error acts_as_mappable
- Setting up a polymorphic association
- Heroku app insisting on HTTPS - why?
- How to setup a mail server?
- Why is append a value to an array in hash will also modify the other variable that have it assigned?
- Popup window for Ruby on rails
- What is the difference between def func(var) and def func=(var)?
- What's the rails way to load other models collections for new, edit update and create actions?
- Ruby 1.9.3 define var with eval
- rails render view onclick with javascript
- uninitialized constant ActionView::Helpers::ActiveModelHelper when deploying on openshift
- How run cookbook with dependencies in chef?
- Refining the inner join when using includes in ActiveRecord
- How do I properly use Threads to connect ping a url?
- rails unique index on multiple columns fails (sqlite3)
- Using Sed to Append Lines to File During Vagrant Provisioning
- Owner-filtered model objects on Rails 3
- Should I give up on deploying Rails under Windows?
- Ruby on rails - Helper method - undefined method `log_in' in Ruby on rails
- Understanding usage of symbols in routes.rb files
- Check if any of a given array of values are present in a Postgres array
- Rails outputting object hash
- cap deploy + rbenv: bundle: command not found
- Why Sinatra request takes EM thread?
- Validation specific email specific domain devise 3 ruby on rails 4
- Are there JavaScript or Ruby versions of “HTML tidy”?
- How to mimic browser X509 client certificate verification without access to HTTP layer
- The Mystery of the Disappearing Checkmarks
- DEPRECATION WARNING on save with ruby and active_record
- Rails: belongs_to with conditions/scope throwing syntax error
- With Nokogiri i am getting error “initialize': getaddrinfo: No such host is known. (SocketError)”
- Rails render route path
- 2d array, pushing to one array shows up in all arrays?
- How do I convert every element in an array to its own array?
- Rails: Query to sort record by number except 0
- Rendering JS.ERB results in raw code
- Nginx Redirect HTTP to HTTPS automatically
- Ruby code not getting result
- Sign Out working locally, but not working on Heroku
- DelayedJob: “Job failed to load: uninitialized constant Syck::Syck”
- Rails: Chartkick cummulative user graph
- How to not wait for something with Watir-Webdriver
- How do I do a Left join in a rails find
- How do Rails ActiveRecord relationship helpers allow methods such as `user.groups.new`?
- Stack level too deep in Ruby trying to draw a random card
- Can't run a ruby hello world application in Aptana
- Rails: Multiple Join tables between the same two models
- Ruby: Sorting 2 arrays using values from one of them
- refund_status NO_API_ACCESS_TO_RECEIVER, paypal response
- No route matches [POST] “/sessions/new” (rails 4 in action)
- How to make the select_tag keep value of last search?
- Inspecting Marshal methods
- ruby mysql2 gem installation issues
- How to get index of parent element using Watir Webdriver?
- Rails + Google Calendar API events not created
- On destroying session via Devise “Couldn't find User with 'id'=sign_out”
- Reverse an array without using a loop in ruby
- Routing Error - No route matches when using button_to with custom action
- Rails 4 Nested form fields not saving in database
- Combo box in Rails 3
- Make map marker direct link onclick for gmaps4rails
- Uncaught Error: No module: users Angularjs
- Iterating over the registers of a Yardoc `@macro`
- Rails console is adding nil instead of values
- How to require ActiveRecord In IRB
- Search form with acts_as_taggable_on (Rails 3)
- How to scrape data using Ruby which is generated by a Javascript function?
- What do I need to do to make this link work in Rails
- How to manage rooms availability based on days or months occupation
- How to run code after ruby Kernel.exec
- When joining table, rails anyway makes additional request when accessing fields from joined table
- Rails: How do I pass custom params to a controller method?
- Rails CORS issue with Ajax API endpoint Request
- placing sub arrays in neat rows
- Heroku Production Error: PG::Error: ERROR: relation “users” already exists error
- How to write a text mode gui in Linux?
- In Rails, how can I automatically update a User to own a newly created object of another class within the new object's Create method?
- Undefined Method stringify! error when using meta_search and active_admin gems
- Create and initialize instances of a class with sequential names
- Twitter-bootstrap-rails: does it install Bootstrap into a project?
- How to put a raw SQL query in Sequel
- Every time I close terminal rails defaults back to 2.3.5 from 3.0.3?
- Ruby get permutations of all lengths from a string in order
- How to query array column from mysql in Rails 5.2?
- Rails 5 on heroku forgets files stored with paperclip and turbolinks: No route matches
- Redmine 3.3.0 (ruby on rails 4.2.6) stylesheets not generated/included in application.css
- Can I call a Javascript function from a coffeescript file?
- Why do I have to restart apache to properly refresh a Ruby on Rails view in the browser?
- what does it do by “bundle exec rake db:migrate”?
- Why Doesn't Page Anchor Work in Ruby On Rails?
- How can i connect to a separate server and parse its JSON response?
- Escaping parameters in set_form_data POST
- CanCan::Ability where is the current_user method defined?
- How do I extend a class in Rails using a module?
- Broken controller tests after installing Capybara?
- Rails CSS stylesheets overriding each other
- ruby net-ssh calling bash script with interactive prompts
- Rails: Specified 'mysql2' for database adapter but the gem is not loaded
- Rails rake issue when deploying to Heroku
- How to make has_many :through association with fixtures?
- Factory girl saving records in my development database
- Sending Form data to remote rails application using Httparty
- Ruby logical operators
- Prawn gem: How to create the .pdf from an *existing* file (.xls)
- Implementing auto complete for more than one field in Rails
- How to create a static (non-refreshing) menu bar like Facebook?
- Bootstrap with Rails 5
- How to make the say command echo a variable value in a script?
- Rails 3.2 - undefined method `where' for #<Array:… - Query of Model.where()
- Adding a string in front of a parameter for a form
- Rails Rendering a partial within JSON
- When trying to run rspec, I get “uninitialized constant ActiveModel”
- error saying “autocomplete method doesn't exist” with rails3-autocomplete gem
- Heroku: Push rejected, failed to compile Ruby app
- Ruby 2D array assignment
- Ruby Webrick HTTP Authentication
- How to Reference and Save Several User_ID's to a single form and display said Id's in index / Show Pages of Rails 4 App
- Rails - SQLite3::SQLException: near “USING”: syntax error
- regex to remove the webpage part of a url in ruby
- RoutingError inside an iFrame
- Rails form submit handler not being executed
- How to get order username and provisionDate for all SoftLayer machines using Ruby?
- Can you append to specific elements in an array based on if statement conditions?
- Micropost - Routing Error No route matches [GET] - Deleting a Micropost
- Rails: Attribute required for collection in simple_form
- Emulating int64 overflows in Ruby
- How to convert timestamp with ruby
- pass array hidden field in nested model rails
- form_for being submitting by 2 links, how to I tell which was used when I am back in the controller?
- Ruby on Rails group_by (how to group events by month)
- Rails - Single Table Inheritance or not for Applicant/Employee relationship
- Running rake task from within war file
- Rails app has trouble with inter-model saving
- Admin Change Approval Status of User - Rails + Devise + Cancancan
- Rails: Tableless model that calls other models
- digest_path & asset_digest_path not allowing digest URLs
- Ruby Strange Error
- Ruby Nested Form
- Selecting all Records if Record has any of the ID's from Array
- Ruby on Rails View Rendering DB Info On Page
- rspec hook after report gets created
- Error loading the 'sqlite3' Active Record adapter. when I deploy in Heroku
- Can I merge two equally sized arrays into one array with sub-arrays of merged values?
- Split string into equal slices/chunks
- How Do I Access This Variable?
- Implementing /YYYY/MM/Title-Slug URL structure with Friendly_Id
- Rails RSpec with Multiple Databases
- Rails Gem “Axlsx” / “Rails-Axlsx” - Adding Image
- ruby array element grouping
- How to properly create a associated record just after the associator record creation?
- RubyMine debugger
- Unexpected results from SQL query with BETWEEN timestamps
- Nokogiri parsing
- Rspec error: undefined local variable or method `cookies' for #<RSpec in the model for Sign_in method
- using google chart api in rails app - how specify a null (missing) value in a series when using arrayToDataTable
- Basic questions about javascript
- Failed to install gems via Bundler. remote: ! remote: remote: ! Push rejected, failed to compile Ruby app remote:
- Rails tutorial: undefined method
- Strings to Integers
- Push an SQLite database to Heroku with taps?
- node Issue in Creating demo project using react_on_rails gem
- Heroku_can't upgrade to Cedar-14
- Deleting a line in a text file
- Extract Url From a String
- Multiple limit condition in mongodb
- How to unescape in query_string double semicolons?
- Error pushing Ruby on Rails to heroku
- Rally Ruby toolkit: how to get URL of Portfolio Item's state?
- fields_for in rails view
- git error “Please tell me who you are.” and Heroku
- Rails controller - execute action only if the a Rails UJS method inside succeed (mutually dependent methods)
- Twitter API - Ruby Twitter Gem
- Pow not loading gem properly while rails s works
- Consolidating duplicate array items
- Why is Ruby 1.9.2 on Windows 7 using a 1.9.1 path for gems? it is using c:/ruby192/lib/ruby/gems/1.9.1/gems/railties-3.0.0/lib/rails/commands.rb
- Ruby on Rails: How do I set a variable to a constant, where part of the name of the constant can change?
- Authorization issue with cron crawler inserting data into Google spreadsheet using Google API in Ruby
- Ruby Time#to_json as a float
- Converting a string into a formatted date
- Rails strong params - using fields from has_many object
- Create multiple arrays in one line
- Undefined method 'click' for nil:NilClass (Mechanize)
- Show all the table entries that belong to a specific entry in Rails
- How to initialize the selection for rails-select2 in BackboneForms schema?
- Modeling inheritance with Ruby/Rails ORMs
- Can't make sense of capybara behaviour
- “rake spec” migrates the database every time
- Need help on join table, limiting results to only the resource ID
- how to link to a nested route path inside a loop?
- Rails - Object Available in View, but Not Object's properties?
- ActiveRecord AVG calculation
- Rails contact form not working
- Compass CSS framework - using Bootstrap with SASS
- How to access a gemified Padrino Apps Model from outside (not in controller, but e.g. a standalone script)
- How to add “Access-Control-Allow-Origin” headers to API Response in Ruby
- How to give a date a background color with axlsx?
- Newbie: text replacement in my case
- Rails 4 and paperclip - Stop the :original style file upload to copy it from an S3 remote directory
- How does Rails know my timezone?
- Webmaster API v3: getting servingLimitExceeded using batch requests
- Heroku rake db:migrate does not create tables (Rails 5)
- Issue loading rails 3 (server) after coming back from 3.1
- Node.js - Array is converted to object when sent in HTTP GET request query
- Access image from different view in a view with paperclip gem ruby on rails
- Ruby On Rails Updating Heroku Dynamic Routes
- Create Multiple records with fields_for - Rails
- heroku run rake db:migrate error
- Unpermitted parameters nested attributes - rails
- Ruby Stack failed to deploy on Google Developers Console
- Ruby roo LoadError: cannot load such file — spreadsheet/note
- Rails 3 simple form error : couldn't parse YAML
- PDF Generation hangs using PDFKit and wkhtmotopdf
- Ruby: unexpected end-of-input, expecting keyword_end for if statement
- Cannot send e-mail with rails 2.3.4(I could with 2.3.2)
- Can we find out when a Paperclip download is complete?
- Trying to make a form using nested attributes
- Validations misfiring in a form with multiple models
- How to Ruby on Rails authentication with LDAP?
- Ruby: “Unexpected keyword_end”… but all openers and closers match
- Rails Tutorial - Errors with User.rb File
- Pulling a value from one CSV based on a value in another
- Can I set an expectancy on should_receive and have it execute the original code?
- How to schedule a function to execute at a future time?
- Delete from database with specific details in ruby
- no such file to load — openssl
- How to install version specified Ruby using apt
- Receving the undefined method `generators' error
- Custom fields in Refinery CMS
- Executing a random method
- rails - outputting user input with Paragraph Returns?
- How do I convert this dropdown to a f.select in Rails?
- Ok to instantiate an object in the View?
- How do I create this File Input and Output assignment in Ruby
- paperclip gem validation error - 'filename' is not recognized by the 'identify' command
- signed_in? function not working in Chapter 8-9 of Rails Tutorial (Hartl)
- I want to match all punctuation in my regexp except apostrophes. How do i do that in Ruby?
- Boot up rails app, make request to app from outside local network
- Method works in development but not production Rails MongoDB
- If referer = “/search”, do X, else do Y: “bad argument (expected URI object or URI string)”
- Explain how order clause can be exploited in Rails
- After upgrading to Rails 3.1.1: “undefined method `javascript_expansions'” error
- How to convert Nokogiri object to xml file in rails
- Rails doesn't log template errors in development mode
- Is there a way around writing data: {turbolinks: false} a zillion times? Is turbolinks for rails worth it?
- How to create nested model from partial Rails 6
- Rouge gem minimal example not showing formatting?
- undefined local variable or method `authenticate_admin'
- In ruby what does “$$” mean?
- Geocoder to work with two addresses
- Devise sign up - how to save an attribute without having a form field for it (Rails4, devise)
- select2-rails + act_as_taggable_on rails 4 issue
- How do I count the frequencies of the letters in user input?
- duplicates in 2 dimensional array
- Calling protected class method from instance method in Ruby
- Rails 3: Scope returns an array
- making a pie-chart of the user age in rails
- Ruby On Rails, gem mail, pass variables to html_part
- issue with render json for array
- Are spies an appropriate approach to see if Resque methods are being fired?
- Anyone can comment this ruby code?
- Adding a product using Savon to connect to Magento API
- Is iteration slower than linear code? Which one is preferable?
- Making hashes find each other by their values using Ruby
- ruby to unjumble words
- Ruby ternary operator and method call
- how to iterating days
- How can I collect real-time tweets?
- How to implement injection in Ruby?
- Split the string to get only the first 5 characters
- Separate a row of strings into separate rows
- Sum of arrays of different size
- What Ruby and Rails Developers Ought To Know?
- Determining type of an object in ruby
- Array to Hash Ruby
- Are there console commands to look at whats in the queue and to clear the queue in Sidekiq?
- Creating a multi-tenant application using PostgreSQL's schemas and Rails
- what Ruby knowledge should I have?
- Removing all installed Gems and starting over
- ZSH complains about RVM __rvm_cleanse_variables: function definition file not found
- Generating RSS feed in Rails 3
- PG::Error: ERROR: new encoding (UTF8) is incompatible
- Why all the Active Record hate?
- Continuous Integration for Ruby on Rails?
- Rails respond_with: how does it work?
- Why do we need fibers
- Reset the database (purge all), then seed a database
- Summary of Ruby on Rails fundamental concepts
- WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
- How to install Nokogiri on Mac OS Sierra 10.12
- Cookies vs Sessions with CookieStore
- Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?
- Practical example of architecture using EBC?
- Thinking of moving from TextMate to vim for Rails dev. What do I need?
- How do I upgrade my ruby 1.9.2-p0 to the latest patch level using rvm?
- How can you hide database output in Rails console?
- What is the difference between `raise “foo”` and `raise Exception.new(“foo”)`?
- “Order by” result of “group by” count?
- What is the best way to uninstall gems from a rails3 project?
- Check if a table exists in Rails
- How to add to an existing hash in Ruby
- Devise password reset from Rails console
- Rails Migration: add_reference to Table but Different Column Name For Foreign Key Than Rails Convention
- Writing a Ruby extension in Go (golang)
- When to use node.js vs sinatra vs rails?
- Difference between block and &block in Ruby
- Rails & Devise: How to render login page without a layout?
- Rails: Logging the entire stack trace of an exception
- Pass ruby script file to rails console
- Using --no-rdoc and --no-ri with bundler
- Test whether a Ruby class is a subclass of another class
- How do I set up a basic Ruby project?
- How to check if a specific key is present in a hash or not?
- Ruby: Calling class method from instance
- How do you scope ActiveRecord associations in Rails 3?
- How to define an array / hash in factory_bot?
- How to test JSON result from Ruby on Rails functional tests?
- Get file name and extension in Ruby
- What is the Path to Learn BDD on Ruby On Rails?
- RSpec controller testing - blank response.body
- How to use the “number_to_currency” helper method in the model rather than view?
- Should I specify exact versions in my Gemfile?
- Correct datatype for latitude and longitude? (in activerecord)
- Jasmine vs. Mocha JavaScript testing for Rails 3.1+
- Best Practice: Try vs Rescue
- Rails: Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
- rails run specific migration
- Monad equivalent in Ruby
- How should I format a JSON POST request to my rails app?
- Devise within namespace
- What is a very simple authentication scheme for Sinatra/Rack
- Rails Performance Tuning for Production?
- MySQL Cluster (NDB) vs MySQL Replication (InnoDB) for Rails 3 apps: pros/cons?
- How do I insert ERB-tags with Vim?
- Is it impossible to use Guard with RubyMine?
- How Do You Clear The IRB Console?
- Count, size, length…too many choices in Ruby?
- How to update ruby on linux (ubuntu)?
- How do I add 'each' method to Ruby object (or should I extend Array)?
- How to output my ruby commandline text in different colours
- How to destroy jobs enqueued by resque workers?
- Rake just one migration
- Handling user authentication when using ember.js
- pow says: Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources
- Pros and cons of using callbacks for domain logic in Rails
- Recurring Events in Calendar - Rails
- Listen error: unable to monitor directories for changes
- Converting a regular Youtube 'link' into an embedded video
- How to get exit status with Ruby's Net::SSH library?
- Resize an image with Paperclip
- Point of Sale and Inventory database schema
- Where do you store your Rails Application's version number?
- Simple SSO - using custom authentication - CAS or some Oauth or openid server?
- Generate array of all letters and digits
- Why would we put a module inside a class in Ruby?
- How do I get unique elements in this array?
- What's the AngularJS “way” of handling a CRUD resource
- list of all/best gems for Ruby?
- Rails: How to test code in the lib/ directory?
- How to improve the way I use Textmate for Ruby on Rails, HTML, CSS and Javascript?
- What's the difference between db:test:clone, db:test:clone_structure, db:test:load, and db:test:prepare?
- Rails 3.1, RSpec: testing model validations
- Rails console is not outputting SQL Statements to my Development Log
- CocoaPods not working in macOS High Sierra
- Check whether a variable is a string in Ruby
- Stubbing Devise in rSpec and Rails3
- fetch vs. [] when working with hashes?
- Received Warning message “Path set to RVM” after updating ruby version using rvm
- How to seed the production database using the Capistrano gem?
- How to add a custom RESTful route to a Rails app?
- Shoulda/RSpec matchers - conditional validation
- How can i remove a column from table using rails console
- Bundle command not found mac
- ide sublime2 how to find method definition
- Get specific attributes from an ActiveRecord model
- Rails 3: How to identify after_commit action in observers? (create/update/destroy)
- Rails generate has_many association
- Using a duration field in a Rails model
- Devise sign up form on the home page as well
- Override Vagrant configuration settings locally (per-dev)
- Create a ruby method that accepts a hash of parameters
- Transform DateTime into simple Date in Ruby on Rails
- Rails bundle install production only
- Create array of symbols
- Rails migration: t.references with alternative name?
- Sidekiq not processing queue
- How do you tell a specific Delayed::Job to run in console?
- How do I turn on SQL debug logging for ActiveRecord in RSpec tests?
- Download all gems dependencies
- Ruby on Rails: adding columns to existing database
- Installing PostgreSQL on OSX for Rails development
- ActiveRecord Join Query and select in Rails
- Unable to use dot syntax for ruby hash
- Is it a bad idea do divide the models into directories?
- EventMachine vs Node.js
- How to use Byebug with a remote process (e.g., pow)
- Adding a new field to Rails model
- RSpec failure: could not find table after migration…?
- Rails, Docker: Host does not exist: “default”
- Find values in common between two arrays
- Can Mustache Templates do template extension?
- Django or Ruby-On-Rails?
- ActiveRecord find starts with
- Rails scope for IS NOT NULL and is not empty/blank?
- AWS S3 Disabling SSLv3 Support
- Rails 3 authentication with OpenID, Twitter or Facebook
- How to Determine if Rails Association is Eager Loaded?
- In Rails, how to see all the “path” and “url” methods added by Rails's routing? (update: using Rails console)
- Sidekiq Rails 4.2 Use Active Job or Worker? What's the difference
- How to rescue OmniAuth::Strategies::OAuth2::CallbackError?
- What are the Ruby's Object#taint and Object#trust methods?
- Incorporating Discourse SSO with Existing Rails Site with Devise
- Dump sql file to ClearDB in Heroku
- Rails applications' life cycle
- Gem Command not found
- Generate a controller with all the RESTful functions
- Can a Rails app and a Jekyll blog live together?
- The simplest possible reverse proxy
- What are the main differences between Sinatra and Ramaze?
- How to limit access to active admin to admin users
- Best way to use R in Ruby
- How do I make link_to open external URLs in a new window?
- Rails Namespace vs. Nested Resource
- Error installing any ruby version with RVM on OSX
- Paypal, Recurring Billing, and ActiveMerchant
- Which of these scripting languages is more appropriate for pen-testing?
- Rails: Serializing objects in a database?
- Ruby strftime: Month without leading zero?
- Contact form in ruby, sinatra, and haml
- ActiveRecord objects in hashes aren't garbage collected — a bug or a sort of caching feature?
- How to set up Postgres database for local Rails project?
- rails - Finding intersections between multiple arrays
- Rails: activeadmin overriding create action
- How can I check from Ruby whether a process with a certain pid is running?
- How to understand strptime vs. strftime
- Adding New Admins to Active Admin
- Should I use thin or unicorn on Heroku Cedar
- How do you skip failed migrations? (rake db:migrate)
- How to view current database schema for Heroku app in Terminal?
- Merge two ActiveRecord arrays and order by created_at
- Saving files using Paperclip without upload
- LESS CSS on Windows
- Decorators in Ruby (migrating from Python)
- Same Rails 4 routes for GET and POST requests
- Ruby: select a hash from inside an array
- ruby should I use self. or @
- Using auth_token from request headers instead from POST/PUT parameters with Rails 3 / devise
- Ruby: explicit scoping on a class definition
- Ruby singleton methods with (class_eval, define_method) vs (instance_eval, define_method)
- Does Sublime Text have support for Ruby API (auto-complete)?
- Ruby on Rails: What Reporting and/or Charting Tools Are Available?
- Suitability of Rails, Padrino, and Sinatra for building a prepaid mobile service
- Rails 3: Generate unique codes (coupons)
- Make Ruby 1.9 regard all source files to be UTF-8 encoded. (Even if recompiling the interpreter is necessary)
- Rails 3 - Devise : How to skip the 'current_password' when editing a registration?
- how to test params passed into a controller in rails 3, using rspec?
- Ruby Koans: Why convert list of symbols to strings
- Catching line numbers in ruby exceptions
- Can Rails console reload modules under lib?
- How to reinstall a gem using bundler
- Can I get the Ruby on Rails console to remember my command history, umm, better?
- How do I require a specific version of a ruby gem?
- Loop over Object attributes in Ruby on Rails
- How to sort a hash by value in descending order and output a hash in ruby?
- Rails service objects vs lib classes
- How to install a downloaded Ruby gem file?
- What is the best way to stop a Unicorn Server process from running?
- Form_tag parameters in nested hash
- How do I output a variable in a rspec test?
- difference between scaffold and model in Rails
- Updating `User` attributes without requiring password
- Can't use compass after installing it
- How to implement a responsive Youtube embed iframe with Twitter Bootstrap?
- Heroku rails Procfile
- An error occurred while installing debugger-linecache (1.1.1), and Bundler cannot continue
- How can I filter an array of hashes to get only the keys in another array?
- Using RVM on Ubuntu 12.04 to use Rails. The program 'rails' is currently not installed
- Format Ruby code in Vim
- Rails database setup on Travis-CI
- Best way to generate order numbers for an online store?
- How to remove a column from my Rails model?
- Ruby on Rails: errors.add_to_base vs. errors.add
- Whats the best way to work with Github and multiple computers?
- What is the best way to user authentication with Devise 3 and Backbone?
- How to create a REST API for a Ruby application?
- Array.include? multiple values
- How to generate a random date in Ruby?
- Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib (LoadError)
- Rails flash message remains for two page loads
- Get today's date in Jekyll with Liquid markup
- Rails Scope returns all instead of nil
- How to load a spec_helper.rb automatically in RSpec 2
- Jekyll - command not found
- Ubuntu 12 - how to install Ruby and Rails correctly
- Sass mixin for background transparency back to IE8
- how to handle multiple models in a rails form
- instance and class variables in rails controller
- Rails 3: Validate combined values
- Ruby Detect method
- Rails data-disable-with re-enabling button
- Adding an instance variable to a class in Ruby
- Rails 100% newb issue - send() method
- Rails Paperclip how to use filter options of ImageMagick?
- Deploying 2 different heroku apps with same code and git repository
- Ruby array to Javascript array
- How to instantiate class from name string in Rails?
- Return a specific http status code in Rails
- “RVM is not a function” error
- ruby methods that either yield or return Enumerator
- Xcode - configure: error: no acceptable C compiler found in $PATH
- Rails 4: How to cancel save on a “before_save” callback?
- ActiveStorage File Attachment Validation
- import from CSV into Ruby array, with 1st field as hash key, then lookup a field's value given header row
- Rail Routes: Controller namespaces with constraints (subdomains)
- Using ruby's OptionParser to parse sub-commands
- What inverse_of does mean in mongoid?
- Update a column, all rows
- Ruby On Rails: way to create different seeds file for environments
- When to use blocks
- Setting ruby hash .default to a list
- How to fire and forget a subprocess?
- Unused css - how do you clean it up?
- Managing conflict in schema.rb created by Git operation
- Rails — how to populate parent object id using nested attributes for child object and strong parameters?
- Is there a good admin generator for Ruby on Rails?
- RoR: testing an action that uses http token authentication
- Java or Python or Ruby for Web Application?
- Ruby on Rails, two models in one form
- Delay and or resend Devise's confirmation email for manually created users
- rails 4 asset pipeline image subdirectories
- Rails 3: guides.rubyonrails.org in PDF?
- RMagick + Rails + Heroku?
- Managing mongoid migrations
- Find Records with Datetime that match today's date - Ruby on Rails
- Ruby Net::HTTP::Get and JSON responses
- Sample app for Rails 3?
- Ruby On Rails User Model for multiple types
- Rails Email with Unsubscribe link
- Mongoid finders not working?
- Unable to update gems on production server
- running single rails unit/functional test
- Ruby on Rails: How do I add a not null constraint to an existing column using a migration?
- Rails: Why does find(id) raise an exception in rails?
- What is the best way to clear a session variable in rails?
- Why are symbols not frozen strings?
- How to find records that have duplicate data using Active Record
- Rails not editable text field
- Ruby Exceptions — Why “else”?
- How do I force ActiveRecord to reload a class?
- Rails Migration: Remove constraint
- uninstall ruby version from rbenv
- `respond_to?` vs. `respond_to_missing?`
- Best place to store model specific constants in rails 3.1?
- Is there any Haskell-land equivalent to the Ruby-land's Bundler et. al and, if not, how would a project so structured be contrived?
- Generating Paperclip image uploads with fake data - Ruby on Rails Populator / Faker Gems
- git push heroku master permission denied
- No route matches missing required keys: [:id]
- How do I log the entire trace back of a Ruby exception using the default Rails logger?
- How to test ApplicationController method defined also as a helper method?
- How do I recompile a ruby with RVM?
- How to handle multiple HTTP methods in the same Rails controller action
- Understanding Rails ActiveRecord “single model” self joins
- How to format ruby logger?
- Heroku — deployment from multiple computers?
- PostgreSQL gem pg was unable to install
- What is a elegant way in Ruby to tell if a variable is a Hash or an Array?
- Don't create view folder on rails generate controller
- Rails simple_form attribute required mark (*)
- deploy with capistrano using a pem file
- Rails - How do I check developer mode or production mode in code
- What is DCI and how can it fit with Rails?
- Rails: I can't call a function in a module in /lib - what am I doing wrong?
- rails singular resource still plural?
- Redirect the “puts” command output to a log file
- Rails — self vs. @
- Can't install Ruby rvm on Ubuntu 16.04 due to gpg bug
- Learning Treetop
- Rails Mailer: sending emails to a local file
- Namespacing thor commands in a standalone ruby executable
- Rails JSON request is not parsed correctly into post parameters
- Run two different Rails application on one dedicated server
- Is there any adequate scaffolding for Django? (à la Ruby on Rails)
- Rendering Partials From One Controller’s View to Another Controller’s View in Rails
- Running Pow & MAMP Pro Simultaneously
- Building an appointment booking system in Rails
- How to write if-condition in Haml?
- Best way to stress test a rails web app?
- Rails: how to show user's “last seen at” time?
- Rails, Ruby, how to sort an Array?
- How does local_assigns work in Rails?
- Reading the first line of a file in Ruby
- How can I customize the active admin layout?
- What is the difference between Methods and Attributes in Ruby?
- How do I build a JSON object?
- undefined local variable or method `confirmed_at' for #User
- Building a Windows executable from my Ruby app?
- What is the easiest way I can create a 'beep' sound from a Ruby program?
- Rails after_initialize only on “new”
- Rails Active Model Serializer - has_many and accessing the parent record
- How to check what is queued in ActiveJob using Rspec
- Building a hash in a conditional way
- Ruby Koan 151 raising exceptions
- rails - application.css asset not found in production mode
- Rails: about yield
- How can I group this array of hashes?
- How to get an array with column names of a table
- How can I test :inclusion validation in Rails using RSpec
- How to show SQL query log generated by a RSpec test?
- Using question mark character in Rails/ActiveRecord column name
- Rails 5.2 with master.key - Heroku deployment
- Rails 3: How to display properly text from “textarea”?
- ruby: what does the asterisk in “p *1..10” mean
- Why does Rails 3 with Mysql2 Gem ActiveRecord::Base.connection.execute(sql) return Array not Hash?
- API Authentication using Devise (Ruby on Rails)
- How to preview uploaded image instantly with paperclip in ruby on rails
- What does before_action returning false do in Rails 4?
- Can I pass an argument to rake db:seed?
- How to stop (and restart) the Rails Server?
- Can RSpec stubbed method return different values in sequence?
- How to split a string in Ruby and get all items except the first one?
- how to add html id to rails form_tag
- Passing param values to redirect_to as querystring in rails
- How to avoid nginx “upstream sent too big header” errors?
- Tips and tricks for using emacs to develop a ruby on rails app
- Rails 4 find or create by method doesn't work
- Capistrano & Bash: ignore command exit status
- Ruby C extensions API questions
- How do I introspect things in Ruby?
- How to structure a layout template in Haml
- How to make a Rails 3 Dynamic Scope Conditional?
- Can't put email address field on login form (Authlogic)
- How to save a rendered view as a static file?
- Catch Unknown action in Rails 3 for custom 404
- Rails - Populate test database with development data
- Rails 3: f.select - options_for_select
- Save JSON outputted from a URL to a file
- Where and when to use Lambda?
- rake aborted! You have already activated rake 10.0.2, but your Gemfile requires rake 0.9.2.2
- Ruby on Rails Generating Views
- Redirecting issues when user cannot sign in using Devise
- All possible permutations of a given String?
- How to uninstall all ruby gems on windows?
- Test Rake Tasks
- How to reflect in the database a new belongs_to and has_many relationship in Ruby on Rails
- Ruby: Get all keys in a hash (including sub keys)
- Cucumber not showing coloured output in windows
- How to read a barcode from an image
- Ruby concatenate strings and add spaces
- How can I schedule a 'weekly' job on Heroku?
- Devise - Sign In with Ajax
- How to get a list of all tags while using the gem 'acts-as-taggable-on' in Rails (not the counts)
- How do I convert an existing Rails 3 Application into an Engine?
- Multiple robots.txt for subdomains in rails
- How to compress JSON with gzip in Rails for Android?
- What does .:format mean in rake routes
- unit test in rails - model with paperclip
- Ruby On Rails is slow…?
- Rails: How to determine controller/action in view
- How to render a partial in sinatra view (haml in haml)?
- Using Typeahead from Twitter Bootstrap in a form (formtastic)
- Rails Search Form
- Backbone and Rails associations: Avoiding JSON HashWithIndifferentAccess errors
- Converting External CSS to Inline CSS for Mail in Rails
- Rails 3 AJAX remote form call backs
- Rails Migration to make a column null => true
- Write to rails console
- How can I change cols of textarea in twitter-bootstrap?
- Sunspot with multiple models (in Rails)
- Best practices for loading page content via AJAX request in Rails3?
- How can I send mail with rails without a template?
- How to start passenger in production environment?
- Implementing multiple user roles
- SSL with Ruby on Rails
- Listing the names of associated models
- Can't convert fixnum to string during rake db:create
- Your bundle is locked to mimemagic (0.3.5), but that version could not be found in any of the sources listed in your Gemfile
- How to override :order defined in a has_many
- Format DateTime in Text Box in Rails
- twitter-bootstrap-rails gem workflow
- “merging” multiple models. To create a “recent activity” box
- Generating a unique URL with tokens in Rails 4 for an external form response
- How do I install Ruby gems when using RVM?
- Rails, how to migrate data from development sqlite3 database to production MySQL database?
- How to remove validation using instance_eval clause in Rails?
- how to create a guest user in Rails 3 + Devise
- Why the Ruby on Rails action “destroy” is not named “delete”?
- Augmenting a model from an external gem
- Get a value of object field inside fields_for loop
- javascript_include_tag Rails 4 generating “/javascripts/” instead of “/assets” in production
- How to translate active record model validations
- Calling/applying lambda vs. function call - the syntax in Ruby is different. Why?
- Rails Console - Find where created at = certain day
- Is DatabaseCleaner still necessary with Rails system specs?
- Ruby method with maximum number of parameters
- checking if a method is defined on the class
- Server unable to find public folder in rails 3 production environment
- How to use define_method inside initialize()
- Rails: How to restart sidekiq?
- Adding a Model Reference to existing Rails model
- undefined method `user_path'
- How to get request's target controller and action with Rails 3?
- value_to_boolean deprecated; what's a good replacement?
- object.valid? returns false but object.errors.full_messages is empty
- Ruby on Rails, Paperclip, Heroku, GitHub and AWS - securing keys
- Easiest way to “draw” simple lines over an image with jQuery and save to Rails DB?
- Sinatra success stories
- Rails: capture method
- chef deployment?
- Multi-tenant rails application: what are the pros and cons of different techniques?
- How to disable coffeescript on Rails 5
- Best way to cache a response in Sinatra?
- Run Ruby script in the background
- Rails - Dynamically build deeply nested objects (Cocoon / nested_form)
- How to delete specific characters from a string in Ruby?
- Postgres error “invalid value for parameter ”TimeZone“: ”UTC“”
- Code to generate Gaussian (normally distributed) random numbers in Ruby
- rails - created_at when user for ordering, Should you add an Index to the table?
- Escaping HTML in Rails
- Format of EJS and JST template files in rails-backbone gem
- Nokogiri vs Hpricot?
- Automatic method to set the tabindex using form helpers
- How to override a rails generator template in a gem?
- FactoryGirl + RSpec + Rails 3 'undefined method <attribute>='
- why PG::UniqueViolation: ERROR: duplicate key value violates unique constraint?
- Configure RubyMine remote connection to Heroku PostgreSQL
- Convert JSON String to JSON Array in rails?
- Conditional tag wrapping in Rails / ERB
- Using AngularJS within Haml views of a Rails app
- Using Rails and Devise, I want to send a welcome email on sign up.
- wicked_pdf does not run on Ubuntu server : wkhtmltopdf: cannot connect to X server
- adding a class to a link_to is breaking the link
- Custom thumbnails for file types with Paperclip
- Capistrano killing assets:precompile
- Homebrew installation on Mac OS X Failed to connect to raw.githubusercontent.com port 443
- Rails 3.1 asset pipeline doesn't pick up changes to @import'd sheets
- How to use Rails and Paperclip to store photos on Google Cloud Storage?
- PostgreSQL replication strategies
- Sorting: Sort array based on multiple conditions in Ruby
- How to add pdftk to Heroku Cedar app?
- How to change email address of a user in devise “safely”?
- How do I set up a facet search with a many to many relationship using Sunspot?
- Ruby on Rails 3 best practices example open source application
- Errno::ENOENT: No such file or directory ruby
- Check if current_user is the owner of a resource and allow edit/delete actions
- Ruby’s “method_missing” in Python
- No implicit conversion of String into Integer (TypeError)?
- Rails project using spork - always have to use spork?
- Conditionally setting CSS style from ruby controller
- Cut and Paste audio using web audio api and wavesurfer.js
- Devise: Sign Up Page as Welcome/Landing Page then to User Profile
- Rails: Include External JavaScript
- Rails 4 static assets in public/ or app/assets/
- How to make “bundle install” run faster
- How do I use “gets” on a rake task?
- Ruby: How to make a public static method?
- How to add `unique` constraint to already existing index by migration
- Group and count in Rails
- Shared Variable Among Ruby Processes
- Starting or restarting Unicorn with Capistrano 3.x
- Migrating from Restful Authentication to Devise
- Why does the expression (true == true == true) produce a syntax error?
- Rails converts empty arrays into nils in params of the request
- Rails where date is greater than given date query
- How do I access a Rails configuration value during runtime?
- GROUP BY and COUNT using ActiveRecord
- Handling international currency input in Ruby on Rails
- Logging in Ruby on Rails in Production Mode
- For Rails, how to access or print out config variables (as experiment or test / debugging)
- What is the difference between .erb , .rhtml and .html.erb?
- The opposite of assert_select?
- How to call ApplicationController methods from ApplicationHelper
- Creating categories on Jekyll driven site
- Ruby array each_slice_with_index?
- Check Ruby HTTP response for success
- comparing two strings in ruby
- How to declare a variable shared between examples in RSpec?
- How to read the body text of an email using ruby's net/imap library?
- How do I uninstall Ruby on Rails and do a clean install?
- RSpec test destroy method (Rails Tutorial 3.2 Ch. 9, Ex. 10)
- How do I add two weeks to Time.now?
- Ruby classes: initialize self vs. @variable
- 2 Spaces or 1 Tab, what's the standard for indentation in the Rails Community?
- How to make object instance a hash key in Ruby?
- How “self-documenting” can code be without being annoying?
- Mac OS X Mountain Lion “Rails is not currently installed on this system.”
- Rails load YAML to hash and reference by symbol
- Why does Rails 4 scaffold create json.jbuilder files?
- How do I use Nokogiri to parse an XML file?
- How to return HTTP 204 in a Rails controller
- Rails - Find By with 2 fields?
- If I have a hash in Ruby on Rails, is there a way to make it indifferent access?
- Understanding Rails 3's respond_with
- (JSON::ParserError) “{N}: unexpected token at 'alihack<%eval request(\”alihack.com\")%>
- Bundler throws uninitialized constant Gem::SilentUI (NameError) error after upgrading to Rubygems 1.5.0
- Determine Location Of Ruby Gems
- Rails Schema creation problem
- Where is the documentation on url helpers in rails?
- Capistrano with PostgreSQL, error: database is being accessed by other users
- Rails 3.1 Deploy to Production (with Apache & Passenger) Asset Problems
- Ruby 1.87 vs 1.92 Date.parse
- ActiveAdmin: how to leave user password unchanged?
- how to use one line regular expression to get matched content
- Rails: Best way to make changes to a production database
- How Do I get searchlogic to work with rails 3?
- Rails 3.1.1 asset pipeline Heroku caching gotcha
- Creating an md5 hash of a number, string, array, or hash in Ruby
- Getting the rails 'params' without the defaults?
- Ruby: initialize() vs class body?
- Switching between web and touch interfaces on Facebook login using Omniauth and Rails 3
- Rails/Rspec: Testing delayed_job mails
- $redis global variable with ruby on rails
- Rails LDAP login using net/ldap
- What are the reserved words BEGIN or END used for in Ruby?
- Generate a migration file from schema.rb
- Ruby: Insert spaces every X number of characters
- convert array of hashes to csv file
- Paginate Multiple Models in Kaminari
- How does rails implement before_filter?
- getting started (not) with Heroku: App not found
- Using the after_save callback to modify the same object without triggering the callback again (recursion)
- How to attach a message to RSpec check?
- Get full rails controller name, including the namespace
- How can I use mixins or modules in my controllers in Rails 3?
- No database connection in rails console
- Filtering child objects in a has_many :through relationship in Rails 3
- Rails - Creating temp files in a portable way
- How to test model's callback method independently?
- Rendering partials / view in a rake task / background job / model in Rails 4
- How to test a ruby application which uses mechanize
- Googlebot receiving missing template error for an existing template
- Why locale setting in Rails acts as global (when using Thin)?
- Ruby on Rails and JSON parser from URL
- Ruby on rails log file size too large
- Remove 'Show' link from ActiveAdmin default_actions
- Select enum from form to set role
- Rails 4.2 - Sidekiq not sending emails in development
- Capybara doesn't recognize dynamically added DOM elements?
- CarrierWave: Create the same, unique filename for all versioned files
- Styling form error message - bootstrap/rails
- What is the difference in Rails commands: --no-test-framework, --skip-test-unit, and -T?
- Strange ActiveRecord::AssociationTypeMismatch
- Rails app hosted on heroku: Error R12 (Exit timeout)
- Bundle install: ERROR: Failed to build gem native extension. nio4r gem
- Rails belongs_to association (with :class_name) returns nil
- Do I need a “Users” controller when using Devise in Rails
- composed_of in Rails - when to use it?
- Background image not showing up in heroku
- How to secure a Rails app against Firesheep?
- Where/how to include helper methods for capybara integration tests
- ActionView::Template::Error: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true
- Efficient way to report record validation warnings as well as errors?
- Confusion over choosing Faye or Rails 4 Actioncontroller::Live
- Ruby on Rails: what does the => symbol mean?
- Best way to version a rails app?
- Rails scope find with current user
- will_paginate JSON support?
- Recommended development web server for Ruby on Rails 3
- Failed to build json (1.6.3) with native extension after I installed Xcode 4.2
- Rails & Devise: Override SessionsController
- How can I use Mongoid and ActiveRecord in parallel in Rails 3?
- Is there a Facebook Credits Ruby On Rails gem out there yet? Or ruby version of their Facebook Credits sample app?
- How to add a custom action to the controller in Rails 3
- Mongoid query for array field
- Python, Ruby, Haskell - Do they provide true multithreading?
- What are the uppercase and lowercase rules of ruby method name?
- Rails 3, RSpec 2.5: Using should_receive or stub_chain with named scopes
- rails + compass: advantages vs using haml + blueprint directly
- Unable to render PDF to browser using Prawn PDF for Ruby on Rails
- Rails: Keeping count of users unread notifications
- How to rename the default identifier param “id” in Rails' map.resources()?
- Is there something like bpython for Ruby?
- Using Rails 6, where do you put your “page specific” JavaScript code?
- C# Extension Methods - How far is too far?
- Error about nokogiri while capistrano deployment on ubuntu server
- Installing Ruby 1.8.7 (and other stuff) manually
- Rails one-to-one relationship
- Understanding IO.select when reading socket in Ruby
- Customizing Nginx Configuration in AWS Elastic Beanstalk
- How do I install rvm without root access?
- How do I switch to older versions of the ruby/rails environment?
- Help refactoring this nasty Ruby if/else statement
- twitter bootstrap modal with ruby on rails
- How to make Sign up page be root page in Devise?
- setting up ssl on devise
- How to save http referer in rails
- Rails 3 w/ Devise: How to set two separate homepages based on whether the user is authenticated or not?
- What is the proper way to test 'create' controller actions?
- How to use Ruby MiniTest::Spec with Rails for API integration tests?
- Advanced Java-like enums in Ruby
- How to Monitor Uptime of 20 Websites (Ping or HTTP) in Node.js/RoR
- Ruby on Rails, including a module with arguments
- Rails - display results of index and show actions via ajax
- everytime push to heroku, images is not showed ,paperclip
- Bundler error on deployment
- Rails 3 how do I use link_to to change the value of a boolean in the db?
- installed ruby using apt-get install ruby 2.0.0 succeeded but not using correct ruby version
- All Countries States Cities and Zipcodes in a Application
- Integrating CKEditor with Rails 3.2
- What's the most efficient way to deep copy an object in Ruby?
- What's the difference between a class and the singleton of that class in Ruby?
- A rails app which gets users location using HTML5 geolocation and saves to data base
- how to controller (start/kill) a background process (server app) in ruby
- rails convert string to number
- remove a blank option of select field that was generated by SimpleForm
- How do I use helpers in rake?
- Truncate table(s) with rails console
- Is it possible to run my Rails app on Heroku with Ruby 1.9.3? If so, how?
- group_by in rails by 2 or more attributes
- Can Ruby Fibers be Concurrent?
- Rails pub/sub with faye
- Rails - Delete all Records that Meet a Condition
- Rails — create and create! methods, RoR 3 Tutorial
- Ruby: How do I pass all parameters and blocks received by one method to another?
- Recurring billing with Rails - what are my options?
- ERROR: Failed to build gem native extension - Error installing mysql2
- How to check rails environment?
- How to check if a gem is installed?
- Node.js: How to create XML files
- Does Scala scale better than other JVM languages?
- When working with gems in Rails, what does 'cannot remove Object::ClassMethods' stem from?
- Ruby: What does the snippet: (num & 1) == 0 exactly do?
- Can I install gems with apt-get on Ubuntu?
- How should I upgrade a Rails app to use the latest version of Rails
- Automatic Login with Rails?
- Sunspot-Solr slowing down to a beast once my Application climbed to > 1000 objects [ Solr Logs Included ]
- Rails 4 - how to use sqlite3 in development and PostgreSQL in production w/Heroku
- How to disable adding “.self.” in Sprockets 3.0
- RSpec > Is there a way to run all tests with one command?
- Ruby on Rails: getting the max value from a DB column
- Ruby on Rails - How do I render an action without the application layout?
- Convert string to decimal number in ruby
- How to Properly Configure Rails 4.1 Enums in ActiveAdmin
- What's a reasonable way to read an entire text file as a single string?
- How to render new.js.coffee.erb in app/views?
- How to run AngularJS2 application without Node server
- Option for Cascade Delete for References or On Delete
- What's the difference between “include_examples” and “it_behaves_like”?
- Reprocessing images in Carrierwave
- How can I delete special characters?
- Equivalence of Rails console for Node.js
- Rails ActiveStorage: how to avoid one redirect for each image?
- Should I use class method or instance method, and why?
- /usr/bin/env ruby no such file or directory: Using capistrano 3, capistrano/rbenv, capistrano/bundler and capistrano/rails (using rails 4)
- Sort in Ascending Order Rails
- How to validate the date such that it is after today in Rails?
- rails3 gem: acts_as_something
- How to read lines from file into array?
- Ruby on Rails 3 - Public live chat
- Different background color for different pages in rails
- How to create custom email headers
- Sort an Array of Strings by their Integer Values
- Nested content_tag throws undefined method `output_buffer=` in simple helper
- How to delete all contents of a folder with Ruby-Rails?
- Gemfile.lock write error, permissions?
- Installing Ruby 2.0.0 using RVM
- change column name Rails
- Rails log too verbose
- Combining many rake tasks into one rake task
- before_filter not cancelling action
- Ruby Class vs Struct
- Get substring after the first = symbol in Ruby
- Mapping values from two array in Ruby
- Rails 4 query unique by single attribute
- how do I create a table using loops and haml with ruby?
- Python on Rails?
- Show session information in a view?
- Rails: render doesn't work, still get `Template is missing`
- Rails: include related object in JSON output
- What is the best way to return multiple tags from a Rails Helper?
- getting the flash hash to persist through redirects
- Best SQL indexes for join table
- How to do sane “set-difference” in Ruby?
- Class#allocate and its uses
- Rails: Accessing the username/password used for HTTP Basic Auth?
- How do I generate the first n prime numbers?
- What does the % operator do in Ruby in N % 2?
- Send auth_token for authentication to ActionCable
- bypass application.html.erb in Rails app
- Get absolute URL for paperclip attachment
- Ruby easy search for key-value pair in an array of hashes
- How to download a CSV file in Ruby on Rails?
- All of a sudden started getting “Could Not Run The `Identify` Command. Please Install ImageMagick.”
- link_to in helper with block
- How to do basic authentication over HTTPs in Ruby?
- How do I make a Rake Task run after all other tasks? (i.e. a Rake AfterBuild task)
- Dynamic path helpers rails
- rbenv can't change global ruby version
- using an array with fields_for
- Carry Sass variables through the Assets Pipeline, Rails 3.1 rc1
- Ruby: PUT Request with JSON body?
- Saving a HASH to Redis on a rails app
- Sending a Post request with net/http
- Rails 3 + angularjs + minification does not work in production: Unknown provider: eProvider
- Rails: “head :ok” interpreted as “ajax:error”
- will initialize break the layout settings in rails?
- Reprocessing images of different versions in Carrierwave
- Correct Ruby on Rails 3 replacement for ENV[“RAILS_ENV”] ||= 'production'?
- Gem dependencies versions meaning
- Rails 3 - Customizing the Error & 404 pages
- Rails 3.0.9 + Devise + Cucumber + Capybara the infamous “No route matches /users/sign_out”
- Git-based content management?
- How to fill ckeditor from capybara with webkit or selenium driver
- Making Rails tests aware of Rack middleware outside Rails's internal chain
- Rspec equal method
- Rails: Finding a deeply nested association with a where clause
- Is autoload thread-safe in Ruby 1.9?
- Rails Login Reset Session
- Accessing the “session key” cookie name from anywhere in Rails
- Does Heroku support `rails dbconsole`?
- How to export a Ruby Array from my Heroku console into CSV?
- “rake aborted! stack level too deep” while deploying to Heroku
- rbenv build failed on Ubuntu 14.04
- How to reference an embedded document in Mongoid?
- Binary string literals in Ruby 2.0
- Concerns, Decorators, Presenters, Service Objects, Helpers - Help me Understand Them
- Parsing simple XML with Nokogiri
- How to mock and stub active record before_create callback with factory_girl
- integrating R with Rsruby
- Rails 4: fields_for in fields_for
- Access Ruby hash variables
- Rails eager loading of counts?
- will_paginate with named_scopes
- Active Admin Ruby on rails Dashboard Controller Error
- Uploading multiple files with Fetch and FormData APIs
- What's the difference between controllers and actions in ruby on rails?
- Running delayed jobs on Heroku for free
- Why do dynamic languages like Ruby and Python not have the concept of interfaces like in Java or C#?
- Using fork in Ruby on Rails for creating parallel process
- Assets won't precompile when deploying with capistrano to production on amazon EC2
- Rails 4 Data Toggle link_to
- Rails raw query for csv format, to be returned via controller
- How can I get all field names of the Mongoid Document?
- How to fabricate Mongoid document with embedded document using Fabrication?
- Unicorn unable to write pid file
- Rails: (Devise) Two different methods for new users?
- Ruby: cannot parse Excel file exported as CSV in OS X
- Connecting to SQL Server with ActiveRecord
- After importing data in PostgreSQL, duplicate key value violates unique constraint
- Framework for non-web Ruby project
- Is there a way to use capistrano (or similar) to remotely interact with rails console
- Route concern and polymorphic model: how to share controller and views?
- How do you route an action to the application controller in Rails 3?
- Rails ActiveAdmin: showing table of a related resource in the same view
- Rails 3 - how to save (un)checked checkboxes?
- How can I add a method to the global scope in Ruby?
- Error messages always include attribute name
- Failing validations in join model when using has_many :through
- Removing Cache Busting in Rails Production
- How to split things up in a grape api app?
- How to call Rake tasks that are defined in the standard Rakefile from an other Ruby script?
- bitbucket private repository on heroku
- Open Source ETL framework
- convert unicode into character with ruby
- deploying with capistrano with remote git repo but without git running on production server
- How can I build a front end for querying a Redshift database (hopefully with Rails)
- Ruby remove empty lines from string
- Prawn pdf attachments in the email
- Heroku does not serve background image, localhost does?
- Upload file through c# using JSON request and RestSharp
- Specifying a layout and a template in a standalone (not rails) ruby app, using slim or haml
- Best practice: should I use an AR Model or a global Hash for static data?
- Getting memory usage of my process from OSX using Ruby
- Rescuing errors in Rails 3.2 with `config.exceptions_app = self.routes`
- How to anonymously identify a user and store that information
- how to validate associated model id?
- Autosaving a form in Rails with AJAX
- What should my Rails routes look like to work with pushState Ember.js routes?
- How to match unicode words with ruby 1.9?
- Throttling requests to a Ruby on Rails API
- OmniAuth::NoSessionError - You must provide a session to use OmniAuth. (configured in devise)
- Where does business logic go in rails?
- Write controller and feature specs for ActiveAdmin using RSpec?
- Rails - Adding Custom Fields at runtime in ActiveRecord
- How to mix a module into an rspec context
- How do you handle SSL in development?
- Assigning Each User a Unique 100 character Hash in Ruby on Rails
- How can I work with/around Gmail's SMTP outbound sending limits?
- Rails validating full_name
- Detecting image equality at different resolutions
- Create another model upon user new registration in devise
- Loop through ActiveRecord::Associations::CollectionProxy with each
- Rails 4 + Devise Login with email or username and strong parameters
- Ruby on rails User registration using rest API call and Devise
- Heroku does not precompile assets when deploying
- Rails 3 polymorphic association with Carrierwave and Simple Form
- Safe navigation equivalent to Rails try for hashes
- Rails JSON API layouts with Jbuilder (or other)
- Does has_secure_password use any form of salting?
- Cross-platform means of getting user's home directory in Ruby?
- Default value for input with simple_form
- Best way to handle data attributes in Slim
- Devise: User belongs_to organization
- Calculating Median in Ruby
- Split array up into n-groups of m size?
- Ruby Amazon book search
- How can I call an API (for example Flickr API) in Ruby on Rails? Newbie question
- Rails - Polymorphic Favorites (user can favorite different models)
- Convert Ruby Hash into YAML
- Bundle install installs gems in ./mysql2 folder
- rails - implementing a simple lock to prevent user's from editing the same data concurrently
- How can I make rails_footnotes open files using Sublime Text 2?
- jRails Alternative
- How to debug/display request sent using RestClient
- simple_forms custom data attribute
- How to combine two conditions in a where clause?
- Controller Specs vs Request Specs?
- How can I return a value from a thread in Ruby?
- How can I get Rspec to run all tests nested under a folder?
- Build hash from collection of ActiveRecord Models
- Render Different View (template) for ActionMailer
- How to get the file extension from a url?
- require 'rubygems'
- Ruby on Rails uncapitalize first letter
- Override ActiveRecord << operator on has_many :through relationship, to accept data for the join model
- Reduce Hash Values
- How to auto-generate passwords in Rails Devise?
- Running phantomjs from a Ruby on Rails application
- Ruby: divisible by 4
- How to do case-insensitive order in Rails with postgresql
- RSpec any_instance deprecation: how to fix it?
- sort_by with Boolean in Rails
- Rails route namespaced in omniauth
- How to keep a checkbox and label on the same line in a Rails form?
- what's a RESTful way to save draft posts?
- How to create a migration to remove an index only if it exists, rather than throwing an exception if it doesn't?
- How to check if a record exists before creating a new one in rails3?
- What little things do I need to do before deploying a rails application
- How to create popup window to create new record in rails 3
- Ruby: How to calculate a path relative to another one?
- When and where do I require files in a rails application?
- How to detect browser type and its version
- How do I get 'puma' to start, automatically, when I run `rails server` (like Thin does)
- How to respond to HTML requests made via AJAX in Rails
- Rails: Ignoring non-existant attributes passed to create()
- FactoryGirl + Faker - same data being generated for every object in db seed data
- Easy way to determine leap year in ruby?
- How to re-sync Gemfile.lock on changes to Gemfile
- Rails or Grails?
- How to Remove/Disable Sign Up From Devise
- Ruby on Rails: How do detect if access by JSON?
- Capybara matcher for presence of button or link
- Is it possible to read a file's modification date with Ruby?
- How do you make remove_column reversible?
- Preventing HTML character entities in locale files from getting munged by Rails3 xss protection
- Begin Rescue not catching error
- Ruby on Rails - linecache error while trying to ' bundle install '
- Difference between add_dependency and add_runtime_dependency?
- How to dynamically call routes helper in rails?
- Rails Nested Joins Activerecord with conditions
- Rails Tutorial: nokogiri-1.5.2 error on bundle install
- How to set html on data-disable-with to rails submit_tag
- How do I test helpers in Rails?
- Redis with Resque and Rails: ERR command not allowed when used memory > 'maxmemory'
- Why do I get an undefined method 'have' error when running Rspec?
- Is there a way to detect user agent in Rails 3.1
- Does Rails come with a “not authorized” exception?
- Run code only if script called from the command line
- DEPRECATION WARNING in Rails3 for before_create, before_update, before_save, before_destroy
- Recursively including all model subdirectories
- Rails 3 - link_to with image_tag + text
- rails 3 response format and versioning using vendor MIME type in the Accept header
- Does Ruby support unicode and how does it work?
- Rails 3.1: can't write to column in same migration that adds it
- Rails: Titlecase Only Capitalizes First Word in f.label
- Rails way to detect mobile device?
- How to write a JSON schema for array of objects?
- How to configure an extra/different migrations folder
- Share enum declaration values with multiple attributes
- How do I make a before_action to run on all controllers and actions except one?
- Is there an advantage to running JRuby if you don't know any Java?
- Rails pass params/arguments to ActiveRecord callback function
- Use custom id for check_box_tag in Rails
- How do i set a request.referrer inside my RSpec?
- Passenger: cannot load such file rubygems/builder
- How to pass an argument when calling a view file?
- How to do proper database testing (TDD) on Rails 3 using MongoDB and Mongoid
- Ruby gems in stand-alone ruby scripts
- Rails 3 app server startup time is long
- Get Time Object at Start of Day in a Particular Time Zone
- using webmock with cucumber
- Learning Ruby from Python; Differences and Similarities
- Best hosting for Ruby on Rails (as of 2012)
- Rails change routing of submit in form_for
- Is there any way to create a form with formtastic without a model?
- How to eager load association for an array of model records
- Carrierwave fog Amazon S3 images not displaying
- how to add a class to the input component in a wrapper in simple_form 2
- $ bundle exec rake db:reset command raising couldn't drop db/development.sqlite3
- Rails + Ransack - Drop Down List Collection?
- RubyMine - No Ruby interpreter configured for the project
- How to pre-check checkboxes in formtastic
- Sending a DELETE request from Sinatra
- Is the Unix Philosophy falling out of favor in the Ruby community?
- ActionDispatch::Http::UploadedFile.content_type not being initialized in Rspec test
- Memory leaks on postgresql server after upgrade to Rails 4
- Setting default search parameter on Ransack for rails
- Ruby alternative for Lucene
- Illegal mix of collations in stored procedure
- How to beautify xml code in rails application
- Rails: is it possible to add extra attribute to a has_and_belongs_to_many association?
- Integration of simple_form with bootstrap 3
- ruby, using regex to find something in between two strings
- How can I create a form in Rails without having to use form_for and a model instance?
- Automatic logging of DataMapper queries
- ERROR: While executing gem … (TypeError) incompatible marshal file format (can't be read)
- invalid byte sequence in US-ASCII (Ruby 1.9 + rails 2.3.8 + mongodb + mongo_mapper)
- How to re-name a ActiveRecord Model which can automatically change the table name in DB?
- Rails: Invalid single-table inheritance type error
- How can I run SOME initializers when doing a Rails assets:precompile?
- vcr with capybara-webkit
- activerecord - how to get all column of joined tables
- Rails link_to with remote: true processing html instead of js after page refresh
- heroku - rails - Permission denied (publickey)
- Chef and erb templates. How to use boolean code blocks
- CSV to JSON Ruby Script?
- Dynamically defined setter methods using define_method?
- Rails f.check_box set checked/unchecked values
- Can't get mongoid working with Rails 4
- What are tainted objects, and when should we untaint them?
- Use ActiveModel::Serializers to include two parent json arrays
- Capybara+Selemium: How to initialize database in an integration test code and make it visible in Rails application?
- Ruby GC execution exceeding ~250-320ms per request
- whenever gem have cronjob on only one machine?
- Rails 3 and graph databases
- How to deal with Ruby 2.1.2 memory leaks?
- How to test scopes?
- Ruby LESS gem equivalent in Python
- Update attributes for User only if attributes have changed
- set tag attribute and add plain text content to the tag using nokogiri builder (ruby)
- Multiple pagination with kaminari via Ajax
- disable explain in Rails 3.2
- Glyphicon works locally but not on Heroku
- What actually does Rails ActionController::Metal
- How can you render a template within a layout using Liquid template language?
- Excluding files from assets:precompile in rails
- work with rescue in Rails
- Rails polymorphic dependent: :destroy not working correctly
- Document model attributes with YARD
- Rails3 and safe nl2br !
- Using || in Case switch in Rails
- A selenium webdriver exception
- Rails: submit (via AJAX) when drop-down option clicked
- Simple_Form Association with has_many :through extra field
- ARel mimic includes with find_by_sql
- Implementing Bayesian classifier in Ruby?
- Rails 4 + Capistrano 3 : fatal: Could not read from remote repository while deploying
- Refactoring ActiveRecord models with a base class versus a base module
- Ruby script as service
- Native extensions fallback to pure Ruby if not supported on gem install
- Best way to work with large amounts of CSV data quickly
- How to do live reload with Rails 4 and Ruby 2.0 app?
- Does begin . . . end while denote a 'block'?
- how do I make the URL's in Ruby on Rails SEO friendly knowing a @vendor.name?
- Including a virtual attribute in the respond_with hash
- Rails 3: User Created custom forms?
- Comma separated array with a text_field in Rails
- Netmask to CIDR in ruby
- Multiple Level Nested Layout in Rails 3
- How to fix undefined method `split' for nil:NilClass error?
- How to list all autoload paths in Rails
- Unable to float a twitter bootstrap navbar item right with either class=pull-right or float:right
- After installing a gem within a script, how do I load the gem?
- Installing nokogiri Mac OS X 10.8.2 XCode installed
- Has anyone figured out a way to run the same cucumber scenario on multiple browsers/web drivers?
- How to use multiple Active Admin instances for Complete Separate Models
- Rails - how to include Javascript files only on certain pages
- Ruby regex key search
- Architecture for a modular, component-based Sinatra Application
- Rails 4: Export database to YAML
- Ruby on Rails looks for css in assets instead of public/stylesheets
- ElasticSearch terms aggregation by entire field
- Complex JOIN with ActiveRecord and Rails 3
- Ruby, Tor and Net::HTTP::Proxy
- rails: fields_for select
- Multiple has_many relationships to same model
- Cannot access sinatra app through the local network
- Why doesn't Module.method_defined?(:method) work correctly?
- Why is Pundit not coupled with Rolify like CanCanCan is?
- Rails-tutorial Chapter 1: rails server isn't working on Cloud9
- Rails, rake does not work
- What's a good way to clean up my migrations in Rails?
- LiveReload not working Guard (Firefox)
- how to find best matching element in array of numbers?
- Vim html.erb snippets?? snipMate Need a vim tip
- What path is a mountable engine mounted on
- How to save a timezone correctly with Ruby and MongoId?
- How to join on subqueries using ARel?
- Bundle install to development
- Retrieving image height with CarrierWave
- Rails 3 - Nested resources and polymorphic paths: OK to two levels, but break at three
- Ruby: attr_accessor generated methods - how to iterate them (in to_s - custom format)?
- Use separate authentication model with Devise on Rails
- Backbone and Rails Nested Routes
- Why don't ruby methods have lexical scope?
- ActiveRecord - replace model validation error with warning
- Ruby: eval with string interpolation
- Equivalent of Iconv.conv(“UTF-8//IGNORE”,…) in Ruby 1.9.X?
- How can I find records by “count” of association using rails and mongoid?
- can model “belong_to” two other models and have a nested relationship?
- Ruby on Rails model inside namespace can't be found in controller
- Multitenant Architecture in Ruby on Rails
- Rails 3 + Ajax: how to access my local form builder instance
- How do I set a cookie with a (ruby) rack middleware component?
- has_many :through uninitialized constant
- What's a nice clean way to use an options hash with defaults values as a parameter in ruby
- What grammar based parser-generator tools exist for ruby?
- Create hash from array and frequency
- memorable name generator gem for ruby
- Rails 3 - Update div content with Ajax and jquery (nested resources)
- Unicode characters in Ruby 1.9.3 IRB with RVM
- Can I run a Rails engine's specs from a real app which mounts it?
- Rails users: What exception notification software do you use?
- Chef deploy_resource private repo, ssh deploy keys and ssh_wrapper
- Need Advice: Is this a good use case for a 'NoSQL' Database? If so, which one?
- Outputting jSON in a rails app
- Rails 3 Form Helpers: UTF8 and other hidden fields
- Mac OS X Lion Xcode problems using RVM
- Have Devise create a subdomain on registration
- Sass: Dealing with the IE 4095 selectors per stylesheet restriction
- rails autocomplete tags separated by commas using regex
- Ruby on Rails - Paperclip and dynamic parameters
- Rails: Production Rails console won't start
- How to detect the end of a method chain in Ruby
- How to crop image on upload with Rails, Carrierwave and Minimagick?
- Devise Omniauth “encrypted_password may not be NULL” for new user
- Filter results on index page from dropdown
- Submit Rails 4 form with link instead of button
- Is there a function like String#scan, but returning array of MatchDatas?
- global methods in ruby on rails models
- Rails fragment cache testing with RSpec
- Ruby on Rails 4 - What authentication gem to use?
- Rails Bootstrap how to format form_for (width grid collapses)
- How do I upload a file via Carrierwave over a JSON API?
- Rails 3.0 Engine - Execute code in ActionController
- redirecting domain to nameservers in heroku?
- How to convert ruby array to C array with RubyInline?
- Are foreign keys in Rails generally avoided?
- Ruby on Rails field average?
- Rake task to backup and restore database
- Changing default error messages in Rails
- has_many :through + polymorphic relationships
- How to thumbnail a multi-page pdf with paperclip
- How to install a gem globally without sudo using rbenv?
- Why do I get “including Capybara::DSL in the global scope is not recommended!”
- Regex to match hashtags in a sentence using ruby
- rails paperclip default image with S3
- Write a migration with reference to a model twice
- OmniAuth Facebook expired token error
- How to build a mobile app from scratch with Flutter and maybe Rails?
- How do I make a Ruby script run once a second?
- Rails: Alter migrations during early development phases
- Google Polymer with rails 4
- Can a Ruby script tell what directory it’s in?
- Ruby on Rails Switch
- Rails: Error running wkhtmltopdf — (error while loading shared libraries)
- Heroku takes care of multiple database servers?
- How do I test if all items in an array are identical?
- How to do named capture in ruby
- What does the j function in Rails do?
- Consuming non-REST APIs in Rails with ActiveResource
- faye ruby client is not working
- Retrieve NTLM Active Directory user data to Rails w/o IIS
- Fetching email using Ruby on Rails
- Can you send JSON through a url?
- Need advice on deploying my first rails app to a mediatemple (dv)
- Rails polymorphic many to many association
- Possible to specify unique index with NULLs allowed in Rails/ActiveRecord?
- Adding a “Like/Unlike” button to a post in Rails
- Rails ActiveRecord Query Date Range
- How do I set the HttpOnly flag on a cookie in Ruby on Rails
- Best way to implement voting in a Rails application?
- Backbone model.destroy() invoking error callback function even when it works fine?
- How to sort not simple hash (hash of hashes)
- Add a callback function to a Ruby array to do something when an element is added
- How to specify “http request header” in OpenURI
- Javascript equivalent of Rails try method
- I need precompile assets every time I've made any change to see difference in browser
- How to split string into paragraphs using first comma?
- Read contents of a local file into a variable in Rails
- Rails emits warning: “Rack::File headers parameter replaces cache_control after Rack 1.5”
- Is there a fix for the “Could not find *gem* in any of the sources” error that doesn't involve deleting Gemfile.lock?
- How to organize minitest/unit tests?
- Is there something similar to 'rake routes' in django?
- Is assignment in a conditional clause good ruby style?
- Rake aborted! no such file to load --bundler/setup Rails 3.1
- Rails - How to test that ActionMailer sent a specific attachment?
- Iterate an array, n items at a time
- How to access the base namespace in Ruby?
- How to calculate 32 bit CRC in Ruby on rails?
- Testing simple STI with FactoryGirl
- Is “proc” required with conditional before_action/before_filter?
- ActiveRecord finding existing table indexes
- cocoa pods install on iOS project not working
- Rails : render and exit immediately
- Rails: Render a View (not a partial) From Within a View
- How to select array elements in a given range in Ruby?
- How do I sort a Ruby array of strings by length?
- routes in rails - removing actions when setting up a resource
- Unable to connect to postgresql database after upgrading to Yosemite 10.10
- Loop in Ruby on Rails html.erb file
- how to automatically delete a record from the database in rails
- How do you normally sort items in Rails?
- before_filter syntax when you want to “except” controller “abc”
- Where do rspec tests for code under lib/ go?
- Deleting the current session with Rack::Session::Cookie
- Rails: get #beginning_of_day in time zone
- Add association (<<) without committing to database
- Capybara: exception trace in log
- How to dynamically call accessor methods in Ruby
- Start ruby debugger if rspec test fails
- how do I get name of the month in ruby on Rails?
- Are view models used in rails?
- How does an around_action callback work? An explanation is needed
- How to setup a one to many relationship?
- Can't mass-assign protected attributes
- How can I print information about a NET:HTTPRequest for debug purposes?
- How to enable compression in Ruby on Rails?
- Ruby find and return objects in an array based on an attribute
- Machinist vs FactoryGirl - pros and cons
- render_to_string in lib class not working
- What is the difference between `size` and `length` methods
- Ruby array to hash: each element the key and derive value from it
- Selectively turning off Devise's flash notices in Rails 3
- Ruby escape ARGV argument or string as argument to shell command
- How do I add gem 'minitest' to my test helper?
- when does factory girl create objects in db?
- Generate Rails models with mandatory/required fields (i.e not null) from command line
- Are there ruby equivalents to car, cdr, and cons?
- Rails 4: Show SQL in console in production
- Do routing specs support redirect routes? [RSpec]
- Can't run rake db:create in Dockerfile with docker-compose
- Weird JSON Javascript problem in Rails
- What is the difference between #encode and #force_encoding in ruby?
- Time manipulation in ruby
- How can I do a LEFT OUTER JOIN using Rails ActiveRecord?
- How to use secrets.yml for API_KEYS in Rails 4.1?
- Use MariaDB instead of MySQL in my Rails project
- Rspec view undefined method stub_model
- PostgreSQL string(255) limit - Rails, Ruby and Heroku
- save an active records array
- How do you log the URL ActiveResource uses?
- How do you run and debug Ruby on Rails from Visual Studio Code?
- Strange TTFB (time to first byte) issue on Heroku
- Rails custom validation - Only one record can be true
- Rails 4 Update Nested Attributes
- Ruby + Rspec: How should I be testing attr_accessor?
- Devise with Sinatra
- Map an array modifying only elements matching a certain condition
- warning: string literal in condition
- rspec test result from csv.read mocking file
- How to validate file content type to pdf, word, excel, and plain text for paperclip?
- What is the use or effect of freezing Symbols and Numbers in Ruby?
- Ruby - Array.join versus String Concatenation (Efficiency)
- Gemfile.lock Use in Rails?
- Rails find or create based on two fields
- SASS, Rails 3.1: Loading stylesheets in vendor/assets
- Parsing JSON without quoted keys
- Changing href attributes with nokogiri and ruby on rails
- Rails 4 strong parameters without required parameters
- Failed to install “gem install eventmachine”. I need starling in my project, for starling i need to install eventmachine
- How do I format datetime in rails?
- Bootstrap - could anyone give me any example, how to set up JS buttons?
- Are there any Ruby ORMs which use cursors or smart fetch?
- Ruby - each starting offset
- Building Hash by grouping array of objects based on a property of the items
- Rails how to redirect if record is not found
- how to avoid saving empty records on a nested rails form
- Built in way to list directories in a directory in ruby
- gem install mongrel fails with ruby 1.9.1
- Ruby on Rails: “couldn't find file 'jquery-ui'”
- Rails - default value in text_field but only for new_record?
- Postgres accent insensitive LIKE search in Rails 3.1 on Heroku
- What is the “rails way” to enforce a has_many but has-only-one-current association?
- How to create database from schema.rb without initializing Rails?
- Rails 5.1 Routes: dynamic :action parameters
- What is the most elegant way in Ruby to remove a parameter from a URL?
- How to touch a HABTM relation
- Passing variables to Rails StateMachine gem transitions
- rbenv: ruby: command not found
- What is the standard way to dump db to yml fixtures in rails?
- Cucumber/Capybara vs Selenium?
- Rails nested with_option :if used in validation
- Get HTTPS response
- curl command line POST
- Ruby on Rails: How to override the 'show' route of a resource?
- sleep until condition is true in ruby
- How to use foreman to export to upstart?
- How can I globally ignore invalid byte sequences in UTF-8 strings?
- How to change how ActiveAdmin displays time (every time)
- rake db:create - Could not find a JavaScript runtime
- Adding new action to devise registrations_controller
- If monkey patching is permitted in both Ruby and Python, why is it more controversial in Ruby?
- Carrierwave how to get the file extension
- Ruby on Rails Static List Options for Drop Down Box
- Why URI.escape fails when called on ActionView::OutputBuffer?
- Dynamically generate scopes in rails models
- ActiveRecord Association select counts for included records
- Running delayed_job worker on Heroku?
- Looking at the database on heroku
- “certificate verify failed” error when installing Ruby gems on Windows
- mechanize how to get current url
- How to get generators call other generators in rails 3
- (Ruby) How do you check whether a range contains a subset of another range?
- rake db:migration not working on travis-ci build
- Update multiple records simultaneously with ActiveRecord in Rails using one query?
- Is there a Ruby http client library with a response cache?
- Translating Rails Timezones
- Validate uniqueness of in association
- Skip database migration while deploying Rails application using Capistrano 3
- RSpec: how do I write a test that expects certain output but doesn't care about the method?
- How do I write a UNION chain with ActiveRelation?
- Why is the gem `therubyracer` commented out by default in Gemfile?
- how to run a simple file on heroku
- Accessing nested model attributes inside a fields_for without using FormBuilder
- Add an 'active' class to all active links in rails?
- require lib in RSpec with Ruby 1.9.2 brings “no such file to load”
- Running Webrick server in background?
- Capistrano 3 + Sprockets 3 + Rails 4.2.1 won't deploy?
- Referencing Model with String input
- Is there a way to return error code in addition to error message in rails active record validation?
- What are the limitations of Opal?
- Connect to Tor network with ruby
- Custom rails configuration section
- alias_method and class_methods don't mix?
- respond to only json in rails
- How to push keys and values into an empty hash w/ Ruby?
- How can I find a memory leak on Heroku?
- Setting up env, OSX rbenv and bundle battle
- Rails: Is there away to get the Date object that is the closest Monday to today?
- Paperclip: upload from url with extension
- Add a class to f.submit but keep default functionality?
- escaping a string in Ruby
- ActiveModel - View - Controller in Rails instead of ActiveRecord?
- Sidekiq and rails 4 actionmailer never delivers emails
- How Does Ruby handle bytes/binary?
- Rails 4 assets.precompile
- Trouble on rendering a template passing a local variable
- Devise NoMethodError 'for' ParameterSanitizer
- Is it possible to see the ruby code in a proc?
- How to stop God from leaving stale Resque worker processes?
- Upgrade to Rails 3.1.0 from rc6, asset precompile fails
- Ruby rest-client file upload as multipart form data with basic authenticaion
- rails 4 bootstrap 3 ajax modal
- How to rescue timeout issues (Ruby, Rails)
- Convert 12 hr time to 24 hr format in Ruby
- rspec returns “PG::Error: ERROR: relation ”table_name“ does not exist”
- Display link in Rails form error message
- Ruby gem listed, but won't load (gem in user dir, not ruby dir)
- Is there a Ruby database migration gem, that helps you move content from an old structure to a new structure?
- How come Factory Girl isn't sequencing unique attributes?
- Free SSL security certificate on Heroku?
- Best way to share ActiveRecord models and data between different Rails Apps?
- “missing required :bucket option” for Paperclip/S3
- Removing duplicate db migrations from git repository
- Sinatra and session variables which are not being set
- Can I do STI and still use polymorphic path helpers?
- Arel: How to cleanly join multiple conditions with OR?
- ExecJS coffee script not showing line numbers for compile errors (Rails asset pipeline)
- Helpers in rails
- Rails 5 api only app with home page
- Stubbing Chained Methods with Rspec
- Mail gem - how to clean up the body string
- Stream and unzip large csv file with ruby
- ActiveRecord SQL execution time
- Why are RackMultipart* files persisting in my Rails /tmp directory?
- How to get words frequency in efficient way with ruby?
- Decoding Facebook's signed request in Ruby/Sinatra
- How to find the closest pairs (Hamming Distance) of a string of binary bins in Ruby without O^2 issues?
- Carrierwave file upload with different file types
- Can a Rails 3 engine access models from it's parent application?
- Initializing instance variables in Mixins
- How to Create Download Link
- CanCan difference between :read and [:index, :show]?
- Can't launch simple Sinatra app using rackup and jRuby (no response from web server)
- Setting environment variables with puppet
- rails: how do i access a method in my application controller?
- Rails - only find records where has_many associated records are present
- Ruby: How do I send a JSON POST request using Curb?
- SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A - Faraday::Error::ConnectionFailed
- How to keep DRY with a ActiveAdmin or RailsAdmin, separate from the main application
- How to adjust pry colors
- How I know my document's size inside MongoDB with the ruby driver
- Ruby on Rails: How do I do nested forms with a has_one relationship?
- How to enable SSL for a standalone Sinatra app?
- Elastic Beanstalk: can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
- Ruby mathematic gem
- How to color countries using google maps?
- Database Cleaner issue with Capybara webkit
- Dynamically Create Class Attributes with attr_accessor
- Rendering a JSON object of a join-model and its associated models
- How to use Firebase with Ruby on Rails?
- Invoke delayed_job capistrano tasks only on specific servers
- How to build remote Webdriver for Chrome
- How to Get Aggregate Data by Time Slice (sum, avg, min, max, etc.) in Rails 3
- MongoMapper and bson_ext problem
- Rails - etags vs. page caching (file cache)
- Convert HTML to plain text (with inclusion of <br>s)
- How can I reorganize an existing folder hierarchy with CarrierWave?
- How to use Rails 5.1.0 and jQuery
- Install old cocoapods?
- How can I migrate CarrierWave files to a new storage mechanism?
- How do you call a method from the view in rails?
- Rails validate uniqueness of date ranges
- How to set up form for a hash in Rails?
- HMT collection_singular_ids= deletion of join models is direct, no destroy callbacks are triggered
- “autotest/rails […] doesn't […] exist. Aborting”
- Unable to find input class for json - handling JSON type in Active Admin
- “gem update --system is disabled on Debian” error
- Raise exception when accessing attributes that doesn't exist in OpenStruct
- How can I dynamically require assets in the Rails 3.1 asset pipeline?
- Form with nested attributes with a has_one association not working in Rails 3
- Mongoid random document
- How does one - without inheritance - override a class method and call the original from within the new method?
- Ruby: NoMethodError, but why?
- How can I set the Rails environment for my somewhat stand alone Ruby script?
- Why is rails not rendering the .js.erb file?
- How do I tell ActiveRecord not to log any control chars
- Active Admin: sorting on multiple columns
- Does Ruby have something like Python's list comprehensions?
- What is the right way to clear cache in Rails without sweepers
- how do you test that Rails mailer credentials are valid?
- How to render two paginated and ajaxable collections in the same view?
- DRY up js.erb files (include another js.erb file)
- vagrant install plugin from github
- Rails: Routing subdomain to a resource
- Devise with rails 3 and remote => true
- Polymorphic association
- Pass a parameter to the new action in Active Admin
- non-RESTful actions in Rails
- Are there other search options for heroku
- RVM, Capistrano and bundler path issues
- How to pass a parameter to controller action from view in rails through link_to helper
- Ruby on Rails / Devise - Bypassing custom validation option in model when resetting password
- Rails 3/Cucumber problem: “…already activated builder 3.0.0, but your Gemfile requires builder 2.1.2”
- Devise authenticate_user
- Ruby, run linux commands one by one, by SSH and LOG everything
- rake db:create fails, authentication problem with postgresql 8.4
- conditional convert options paperclip
- Heroku is not pre-compiling my assets to prepare my app for asset pipeline
- Wait for element to load when testing an iOS app using Appium and Ruby?
- How does Delayed Job work in Ruby on Rails ?
- Can't install rmagick gem on Ubuntu 13.04
- Ruby code to JAR
- Rails: is Passenger Standalone suitable for production deployment?
- Ruby Net::SMTP - Send email with bcc: recipients
- Nested Object w/ Checkboxes - mass-assignment even with accepts_nested_attributes_for?
- Dynamic CSS in Rails asset pipeline, compile on fly
- How to set defaults for parameters of url helper methods?
- rvm gem install error?
- Using ActiveRecord interface for Models backed by external API in Ruby on Rails
- Can't force Rails into production environment via Passenger/Nginx
- Syntax Highlighting
- Adding Username to devise rails 4
- How to get the actual HTTP request from a model in rails 3?
- Carrierwave and mini_magick finding widths & height
- How to build task 'elasticsearch:import:model'
- How to simply validate a checkbox in rails
- Rounding Lat and Long to Show Approximate Location in Google Maps
- What is an Algorithm to Diff the Two Strings in the Same Way that SO Does on the Version Page?
- Docker Ignore is not woking well with docker compose and my file structure
- How to rotate, override, or turn off logging from Sunspot Solr Rubygem?
- Getting First Name/Last Name/Email from Twitter using OAuth
- Storing a directory structure in database
- With paperclip, how can I change the image location to a “:parent_model_id/:id” folder format?
- RoR Achievement System - Polymorphic Association & Design Issues
- XPath to select between two HTML comments?
- Heroku Force Clear Varnish Cache
- Rails omniauth - twitter asking for app authorization each time user logs in
- Assets pipeline when updating to Rails 3.1 on Heroku
- Rails routing: Giving default values for path helpers
- Allow anonymous/guest user to “try out” functionality without registering in Rails/Devise/CanCan app
- Convert a partial to method/block for speed
- Syncing objects between two disparate systems, best approach?
- Accessing one controller variable in another controller in Rails
- How to catch all HTTP traffic (local proxy)
- How to get a remote-file's mtime before downloading it in Ruby?
- Ubuntu RVM Rails bash command not found
- Creating SEO friendly URLs in Rails 3
- Facebook Open Graph from Rails Heroku
- Ruby on Rails: Are “form_for(:product, …)” and “form_for(@product, …)” equivalent?
- Rails two-legged OAuth provider?
- Google Cloud Platform App Engine Node Flexible Instance Ruby sitting at 50% RAM usage
- whenever gem: I set :output but the logfile doesn't show up where I'd expect it to
- Devise authentication gem: How to save the logged in user id?
- Rails: Authorization with Authlogic
- Heroku: PG::ConnectionBad: could not connect to server: Connection refused
- Not case sensitive search with active record
- Sequel accessing many_to_many join table when adding association
- Returning from rails controller
- good example applications combining rails 3 and sproutcore
- Connecting to web services using Rails (HTTP requests)?
- Autoscaling workers for delayed_job in Rails 3
- Convert XML collection (of Pivotal Tracker stories) to Ruby hash/object
- What is the purpose of Rolify?
- When adhering to Liskov Substitution Principle (LSP) can a child class implement additional interface?
- Migrating some objects from one database to another
- Devise controllers rails
- the best way to implement a friendship model in rails
- Ruby - Difference between :variable and @variable
- How do I inherit abstract unit tests in Ruby?
- Rails devise simple form not saving all fields
- Using public_activity with acts_as_follower and devise, how can I show only the user's activities and those of the people he follows?
- XPath to find all following siblings up until the next sibling of a particular type
- Create dynamic forms in ActiveAdmin
- Rails custom Twitter Bootstrap modal for delete method, Problem with callback
- Changing value of ruby variables/references
- git: how to get changes nicely back into master when working with submodules
- import SASS partial over http instead of filesystem
- Is it possible to plug a JavaScript engine with Ruby and Nokogiri?
- Dynamic form fields in Rails3 with jquery
- Rails: Has many through associations — find with AND condition, not OR condition
- ruby on rails named scope implementation
- Can ActiveRecord connect to PostgreSQL remotely and protect the DB password?
- How to use and configure omniauth with yahoo, google, facebook strategies in various environments?
- Rails: How to add link_to with target blank
- How to upgrade the :update=>'div_id' option of remote_form_for from Rails 2 to Rails 3?
- How to remove all elements that satisfy a condition in array in Ruby?
- responding with multiple JSON renders. (Ruby/Rails)
- Why does Ruby use respond_to? instead of responds_to?
- How to read source code of Rails sample project?
- How can I modify the input type of the Rails datetime_select helper?
- What do folks use app/services/ in rails applications
- List dynamic attributes in a Mongoid Model
- How to resolve deserialization error in delayed job?
- uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError)
- How to integrate rubocop with Rake?
- Reverse a hash in Ruby
- When is File.join useful?
- Show loading screen while performing task in Rails 3
- Testing hash contents using RSpec
- Why doesn't “case” with “when > 2” work?
- How to elegantly symbolize_keys for a 'nested' hash
- What is the difference between 'File.read' and 'IO.read'?
- Does Rails run initializers for rake task?
- Rails validates_presense not validating on boolean?
- Rspec: How to assign instance variable in controller spec
- Rails join a list of strings with commas and “and” before the last
- Integrating AdminLTE into Ruby on Rails
- Error “uninitialized constant AWS (NameError)”
- Ruby on Rails Mobile Application
- How can I make a check box default to being “checked” in Rails 1.2.3?
- Rails - Using %W
- Rails: How to validate format only if value is present?
- cattr_accessor in Rails?
- What do you use Sinatra for?
- Rails and jsonb type “jsonb” does not exist
- An error occurred while installing curb (0.8.5)
- xpath parent attribute of selection
- Easy breadcrumbs for RESTful rails application
- How to use jquery validation plugin in rails
- Ruby on Rails with IMAP IDLE for multiple accounts
- Testing after_commit with RSpec and mocking
- Does RubyMine 2.0 earn its $99 as a Rails IDE?
- What is the point of object.presence?
- Rails 3: How to get image path in Controller?
- Rails include javascripts assets folder recursively
- Alias of task name in Rake
- Sorting an array of arrays in Ruby
- Bundler cannot find a version of a gem, but gem install with the same name works
- Error while installing Ruby 1.9.3
- Get available diskspace in ruby
- is there a ruby one-line “return if x”?
- Problem with Factory_girl, association and after_initialize
- Skip JSON format in rails generate scaffold
- NameError in Ruby
- PHP equivalent for Ruby's or-equals (foo ||=bar)?
- Ruby - Open file, find and replace multiple lines
- Bundle command not found Windows x64
- Why is a string key for a hash frozen?
- convert hash to object
- Current_user method using devise
- How to create a folder (if not present) with Logger.new?
- Set ruby version in Gemfile
- How can I select the longest string from a Ruby array?
- rails redirect_to :back not working
- How to use FactoryGirl to create an attribute called “alias”?
- Is there a way to print javascript console.errors to the terminal with Rspec/Capybara/Selenium?
- Iterating through every record in a database - Ruby on Rails / ActiveRecord
- Rails 3: validates :presence => true vs validates_presence_of
- Unable to trigger mouse event in Capybara test
- Rails: form_for checkbox set to true or false whether the box is checked/unchecked
- How to make the f.select rails selected
- simple_form with Bootstrap check box
- How to read POST data in rack request
- How do I redirect to root - public/index.html?
- Simulating race conditions in RSpec unit tests
- Rails 4 Sum by Model Method
- How should I stub a method globally using RSpec?
- rails and bootstrap: Uncaught ReferenceError: jQuery is not defined
- simple regex — replace underscore with a space
- How rails database connection pool works
- Do “like” queries with ActiveRecord in Rails 2.x and 3.x?
- Rails is not rendering my application layout
- How to eager load associations with the current_user?
- Ruby on Rails Helper Method - HTML is displayed as plain text
- Ruby on Rails guides document on Activerecord association incorrect?
- Ruby method, Proc, and block confusion
- Manually Clear Fragment Cache in Rails
- rails - how to render a JSON object in a view
- Rails - return an array of months for a select tag
- How can I make routes from a Rails 3 engine available to the host application?
- Rails: PG::InsufficientPrivilege: ERROR: permission denied for relation schema_migrations
- How can I create a Rails 3 route that will match all requests and direct to one resource / page?
- Rails controller lifecycle
- Why was auto_link deprecated in Rails?
- Group records by both month and year in Rails
- Race conditions in Rails first_or_create
- Why can't the pg gem be installed in AWS Elastic Beanstalk?
- RMagick complaining about libMagickCore.5.dylib not found in OSX
- Rails escape_javascript creates invalid JSON by escaping single quotes
- Watermark in existing PDF in Ruby
- Best way to fill development db in rails
- What are these numbers in Goto Anything of Sublime Text 2
- Rails - Parameter with multiple values in the URL when consuming an API via Active Resource
- Require file without executing code?
- Is it possible to download a Ruby gem without installing it automatically?
- How does ruby handle array range accessing?
- Displaying simple_form error messages in top <div>
- Rails: order using a has_many/belongs_to relationship
- “script/console” vs. “script/console --sandbox”
- Fresh install of RVM in Ubuntu isn't letting me install gems (zlib error)
- Ruby, How to add a param to an URL that you don't know if it has any other param already
- What gives Smalltalk the ability to do image persistence, and why can't languages like Ruby/Python serialize themselves?
- Make a custom helper available to both Mailer and View in Rails 3.1
- How to store long text to MySql DB using Rails?
- Lazy loading in Rails 3.2.6
- RSpec Request - How to set http authorization header for all requests
- How to add `:include` to default_scope?
- General rescue throughout controller when id not found - RoR
- How do get a random DateTime rounded to beginning of hour in Rails?
- Capybara, finding within a css element
- Should rbenv be installed system-wide, or at a user level?
- Rails return JSON serialized attribute with_indifferent_access
- File download using Paperclip
- How to use present? in Ruby projects?
- Calling super's super method
- Writing To The Response in Rails? (Like “echo” in PHP)
- can you create / write / append a string to a file in a single line in Ruby
- How do you use Ruby CSV converters?
- Converting Time in UTC to Pacific time
- Naming conventions for boolean attributes
- Rails: What is the location option for in the render method
- Prompt in select_tag
- upgrade sass-rails gem to 5.0 gives deprecation warning
- Zip up all Paperclip attachments stored on S3
- Error: Validation failed: Images imageable must exist , rails-5.0 , paperclip-5
- Unexpected SQL queries to Postgres database on Rails/Heroku
- rvm install 1.9.2 fails when running autoconf?
- Redirect from old domain to new one (SEO friendly)
- Colon in the front: YAML syntax
- Rails: get all field for an object coming from the database
- How to log specific request details to rails server logs
- Rails: Why “has_many …, :through => …” association results in “NameError: uninitialized constant …”
- Can't run rails server after accidentally running $ gem update --system
- Implicit argument passing of super from method defined by define_method() is not supported
- Passing binding or arguments to ERB from the command line
- rspec, unknown attribute question
- Determine if one array contains all elements of another array
- Where does RACK log to?
- First ever bundle install, stack level too deep
- How do I remove all characters in a string until a substring is matched, in Ruby?
- Backtrace Silencer not working
- how do i test cookie expiry in rails rspec
- Undefined method when accessing hash element
- how to store a Ruby array into a file?
- When trying to generate a model with Rails and PostgreSQL, the command hangs without error
- Delete a Has-Many Relationship ONLY
- Why is Ruby throwing a Segmentation fault on only my system, and only in this Rails application?
- How to reset auto increment field in a ActiveRecord migration?
- Rails 3, i18n: Interpolating html tags into text
- rspec testing a controller post changing my params from symbols to strings and breaking my tests
- Normal Variables Vs Instance variable in Ruby, Whats the difference?
- Heroku: unable to connect to chromedriver 127.0.0.1:9515 when using Watir/Selenium
- Devise - Confirming after the user edits email
- How do I replicate class_inheritable_accessor's behavior in Rails 3.1?
- Can't install RMagick 0.0.0. Can't find Magick-config
- libxml-ruby: Failed to build gem native extension
- How can I restrict Paperclip to only accept images?
- Couldn't run migration after spring update in Rails
- Jquery + Rails problematic, is that true?
- How to fail Ajax request in Rails?
- why does psych yaml interpreter add line breaks around 80 characters?
- Rails i18n: Can I turn off “translation missing” errors?
- When to use self in module's methods
- Why do I need asterisk before an array?
- Rails + SSL: Per controller or application-wide?
- What programming language features are well suited for developing a live coding framework?
- How to extend a class from an initializer and have it reload in development environment?
- delayed_job stops running after some time in production
- Celluloid async inside ruby blocks does not work
- How to force Rails ActiveRecord to commit a transaction flush
- Rake: logging any task executing
- Include has_many results in REST JSON result
- What does Ruby's BEGIN do?
- New Ruby on Rails Setup : “Expected string default value for '--rc'; got false (boolean)”
- Eager Load Depending on Type of Association in Ruby on Rails
- “No available formula for gcc46” while installing Ruby 1.9.3 on OS X with RVM:
- VIM Blockwise Insert
- Spork and cache_classes problem with rspec, factory_girl and datamapper
- Ruby metaprogramming, how does RSpec's 'should' work?
- Is there a web UI for modifying I18n locales for Rails 3?
- What do I need to do to get Hash.from_xml() to work?
- Rails app fails on Heroku: (No route matches [GET] “/”)
- Creating multiple resources in a single RESTful POST in rails
- How to get systemd to restart Rails App with Puma
- how to run ruby in haml in javascript definition?
- Ruby Rake load tasks from a gem
- What's the easiest way to detect the user's operating system in Rails 3?
- Can I use CoffeeScript in the views executed on render.js?
- How to migrate has_and_belongs_to_many to has_many through?
- Rake db:test:prepare task deleting data in development database
- Partials in Coffee HAML (.hamlc)
- How to change primary key in rails migration file?
- how to reload routes /config/routes/* in rails 4?
- Failure to install old mysql2 gem
- Populating a Select with Model Data in Rails
- Html escaping in a Rails 3 view
- Rails is not passing the “commit” button parameter
- Rails: Validating association after save?
- Ruby/RVM with @global gem - bundle run fails with `require': cannot load such file — bundler (LoadError)
- Vim syntax highlighting for ruby 1.9
- Moving towards Ruby on Rails from ASP.NET
- Heroku always runs assets:precompile with the production environment for Rails 3.2
- How to enable TLS for Redis 6 on Sidekiq?
- Ruby String#scan equivalent to return MatchData
- Singleton method vs. class method
- Passing additional parameters to Rails Generate Model?
- Which Ruby REST API client for neo4j?
- Error: Postgres database import in docker container
- Using rest-client to download a file to disk without loading it all in memory first
- Uninitialized constant Encoding with sqlite3-ruby on windows
- DHH on Unit Testing : Is RSpec indeed needlessly complicated?
- Getting all links of a webpage using Ruby
- Why is Google PageSpeed Insights telling me to minify javascript & CSS (using Rails 3.2 with JS & CSS compression) and how to fix?
- How to fill tinymce-rails editor with capybara and selenium?
- Unicorn + Rails + Large Uploads
- Deploying to Heroku with sensitive setting information
- Update rails to a specific version
- How can I send a parameter to a before filter?
- Unwanted form parameters being appended to pagination links
- Labeled fixtures for associations in Rails 3 broken
- Best Practices for using partials in Rails
- Standalone ruby — How to load different environments from database.yml
- How to serialize an array and deserialize back
- Why is this rspec request spec not updating the model?
- Uninstall Rails 3 with dependencies?
- Robustly call a flaky API: proper error handling with Net::HTTP
- Is it possible to combine a series of PDFs into one using Ruby?
- What if any source code of a rails project should be obscured even for an open source project?
- Accessing headers from Sinatra
- Rails 3.2.2 log files unordered, requests intertwined
- Better autocomplete in VIM
- Chrome sends a request multiple times
- Proper “Rails” way to perform javascript on specific pages
- jRails vs. Prototype
- Rails Devise Invitable redirect after send invititaion
- “sh: make: command not found” when running “$ bundle” after adding redcarpet gem to Rails app
- How to create a JWT for use with Apple Music
- Check if the sum of two different numbers in an array equal a variable number?
- Rails Installation error :The 'atomic' native gem requires installed build tools
- create event with fullcalendar when clicking on calendar (rails)
- How to calculate next, previous business day in Rails?
- sqlite3-ruby gem can't find sqlite3.h on ubuntu
- Ruby YAML parser by passing constructor
- Rails counter_cache for Model.count without any association, in order to make SELECT COUNT (*) faster
- How to setup neo4j with dBpedia ontop of ruby-on-rails application?
- cannot install ruby gems - zlib error
- Rails 3 app, How to get GIT version and update website?
- Finding all by Polymorphic Type in Rails?
- How are values cast when assigning to a Boolean field in Rails ActiveRecord?
- One table - two models
- Why I am getting Could not find multi_json-1.3.1 in any of the sources?
- How do I make a method available to both my controller and model in Rails?
- ActiveRecord not saving any attributes, saving default values
- Rails 4 and Leaflet: assets/images not found?
- Datepicker does not display the calendar
- Reading in file contents rails
- Reduce Heroku Compiled Slug Size
- how to customize devise error messages with classes
- What's the difference between “=” & “=>” and “@variable”, “@@variable” and “:variable” in ruby?
- Rails colour highlighting for the Test::Unit/rake command?
- Can't change RVM default
- Why is rails constantly sending back a Set-Cookie header?
- Capybara not working with action_cable
- save string to file
- How to mock aws-sdk gem?
- error installing RDoc documentation: incompatible encoding regexp match
- Learning Objective C without a Mac
- ActiveRecord find_or_build_by
- Raise exception on shell command failure?
- Using Ruby CSV to extract one column
- Sort a list with multiple conditions Ruby on Rails
- How to validate a model's date attribute against a specific range (evaluated at run time)
- Check if model instance falls within named_scope in rails
- How would you do this Rails sub-query using Squeel?
- which is the most popular Ruby on Rails AUTHORIZATION gem/plugin at the moment?
- multiple database connections with has_many through
- ActiveRecord query much slower than straight SQL?
- Render JSON with header
- Rails image disappears with error: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
- How can I specify the Facebook permissions (aka scope) OmniAuth asks for DYNAMICALLY?
- include bootstrap role attribute in rails form helper
- Call javascript function onclick in Rails
- Generating sequential numbers in multi-user saas application
- How do I get rid of the div that wraps every input in a simple_form?
- Overriding a resource route to / (root) in Rails3: not changing the path helper?
- Rails mailer mimepart visible as text in message body
- How do you sort site.tags by post count in Jekyll?
- Chef and ruby templates - how to loop though key value pairs?
- Ruby on Rails Collection select - how to pre-select the right value?
- Ruby on rails foreach with bootstrap3 row class
- How to add a custom service to ActiveStorage
- Saving the order of associated records in a Rails has_many :through association
- Carrierwave / Fog / S3 “is not a recognized storage provider”
- Using RVM, but can't set current Ruby version (Ubuntu 11.10)
- Determining whether one array contains the contents of another array in ruby
- ways to define a global method in ruby
- compute geo distance in elasticsearch
- validate and update single attribute rails
- Fast fuzzy/approximate search in dictionary of strings in Ruby
- Properly using Log4r in Ruby Application
- Rails chartkick: want only integer values on axes. Use discrete or something else?
- How to “nest” the inclusion of modules when using the Ruby on Rails ActiveSupport::Concern feature?
- Access posted json data from ajax in rails controller
- rails generate rspec:install - no such file to load --sprockets/railtie (LoadError)
- Discriminate first and last element in each?
- getting error from devise “User does not respond to 'devise' method” when running “rails generate devise:install”
- how to handle errors like 404 / 500 in rails3
- Absolutely stuck trying to create nested association in rails form with has_many through
- RoR: has_one “or the other”? (Or, polymorphism without the inheritance.)
- Rspec request specs and Rails 5
- How to get the list of all engines in Rails 3 app
- I can't remove whitespaces from a string parsed by Nokogiri
- uninitialized constant Moped::BSON in rails 4 app on heroku
- deadlock detected with capybara-webkit
- Switching over to zsh breaks rails in command line
- Ruby On Rails - Using concerns in controllers
- Jquery file upload in rails 4
- require in capistrano deploy.rb cannot find file
- Is there a way to force case sensitivity in MySQL / Rails for a single find?
- How to list all models including a concern
- Installing PL/Ruby for PostgreSQL 8.3
- Breaking a large rails app into smaller apps?
- How to share worker among two different applications on heroku?
- Using authlogic_api for Rails REST API access
- Where do you put your app-config-files when deploying rails with capistrano and svn
- Re-opened nested module anomaly in Ruby
- Does anybody have any tips for managing polymorphic nested resources in Rails 3?
- Ruby on Rails 3: link_to create new nested resource?
- Remove element at specific index from redis list
- Ruby on Rails 4 javascript not executed
- What's the efficient way to multiply two arrays and get sum of multiplied values in Ruby?
- Selecting columns with DISTINCT in PostgreSQL
- Ruby on Rails, Devise gem. How to remove current password when password is blank?
- Easiest way to store images in database on Heroku?
- How to align input and label from collection_check_boxes?
- What is the difference between using “:” and “@” in fields_for
- I'm having trouble using the event.preventDefault(); for an ahref on my DOM
- Time-of-day range in Ruby?
- How to get the picture of Facebook User using Koala gem?
- In Rails when using the Devise gem how to create a user without email and password?
- gem install dm-postgres-adapter build error
- What are some examples of using Nokogiri?
- acts_as_votable ordering by upvotes
- How to restart Rails from within Rails?
- Sunspot / Solr / Rails: Model Associations are not updating in the Index
- Getting remove_entry_secure error while using ruby application
- Ruby on Rails: two references with different name to the same model
- Devise Registration form on any page
- Rails 3: nested_form, collection_select, accepts_nested_attributes_for and fields_for
- Save files using paperclip via API
- How to use your own mysql database server with heroku?
- Rails elasticsearch aggregation
- Twitter bootstrap: do I need both bootstrap-sass and twitter-bootstrap-rails gems?
- IP Range to CIDR in Ruby/Rails?
- Require old password to make new password
- Customizing Paypal Express's Review Page using ActiveMerchant
- Why is guard stopping?
- Ruby/Rails Collection to Collection
- Extending a ruby gem in Rails
- How to populate production database (heroku) with development data? (Rails)
- Fake a composite primary key? Rails
- How to get routes by Grape API
- Rails 4 i18n, how to translate routes where subdomain is used for the locale
- Good resources to learn MacRuby
- Where does Ruby's have_header method look for header files?
- Library to parse ERB files
- Set compression level when generating a ZIP file using RubyZip
- ruby syntactic sugar: dealing with nils
- Can node.js replace Ruby?
- time_select with 12 hour time and Time Zone in Ruby on Rails
- Dynamic Variables Jekyll Liquid
- Memory issues with HTTParty and download large files
- RVM With JRuby 1.7.0 “Unknown Ruby Interpreter”
- put_connections() to Facebook graph in Koala fails after a very long delay
- Save each email before sending rails 4
- How to track online users in Rails?
- rails 4 has_secure_password render password confirmation optional
- Rails: Best association model for Users ->posts -> comments model in a forum kinda of website?
- Set Environment variables on Engine Yard
- Where is the best place to add methods to the Integer class in Rails?
- How to use Galleria plugin with Rails 4 Pipeline
- ruby block and returning something from block
- Rails broken - bundle not working - ovirt-engine-sdk - ERROR: Failed to build gem native extension. Cloud9 AWS
- Bit banging in ruby
- What's the easiest way to send a message through Outlook with Ruby?
- Running a shell command from Ruby: capturing the output while displaying the output?
- Rails 4 - Toaster notifications rather than flash notifications
- Rails - How to accept an array of JSON objects
- Rails 4.1.1 w/ pg_search - “PG::SyntaxError: ERROR: syntax error at or near ”AS“” Bug
- SSL Error on HTTP POST (Unknown Protocol)
- How can I export a rails model to json schema?
- OAuth in Rails - google, twitter, facebook, connect for login like login
- Extend model in plugin with “has_many” using a module
- Failed to build iconv gem on ruby 1.9.2
- Multiple DB connection in rails
- Updating Elements in Rails with Ajax
- Ruby on Rails - generating bit.ly style identifiers
- How can I save Ransack searches to the database?
- Stop Rails from unloading a module in development mode
- Devise + CanCan just prevent other users from editing objects
- Ruby - Problems with Expect and Pty
- document.observe('dom:loaded', function() {
- Javascript with embedded Ruby: How to safely assign a ruby value to a javascript variable
- Uploading large files on Heroku with Carrierwave
- AssociationTypeMismatch (Object expected, got HashWithIndifferentAccess) in Rails app
- haml with markdown claims rdiscount not found
- How to manage non-autoincrement primary key in Rails?
- Unary Ampersand Operator and passing procs as arguments in Ruby
- Why do some page requests hang when fetching Javascript/image assets using Safari and Apache 2.2.3?
- Rails way to render different actions & views based on user type?
- How to return a fixed length binary representation of an integer in Ruby?
- Are there “rules” for Ruby syntactic sugar?
- Disable devise's :confirmable on-the-fly to batch-generate users
- How to use the Countries gem
- Can't store UTF-8 in RDS despite setting up new Parameter Group using Rails on Heroku
- Ruby on Rails Triggers Update on Serialized Attribute Every Time
- Rails plugin development documentation and resources
- run selenium with chrome driver on heroku: `cannot find Chrome binary`
- Change rails text_field form builder type
- Solid tutorial for building a simple wiki application in Ruby on Rails?
- Rails 3: Multiple has_one associations & seeding
- OS X Mavericks install rvm WARNING
- remove rows in file - Ruby
- Multiple Foreign Keys for a Single Record in Rails 3?
- Rails - I need a checkbox to change a field in the DB
- Carrierwave cannot remove image
- Download file from S3 to Rails 4 app
- Rails 3.1 Rspec Creating test case validate field for Model
- Lion: Problem with RVM installing rubies - problem related to openssl
- Rails 3 - Pass a parameter to custom validation method
- How can I make a custom environment in rails a default environment?
- Download and write .tar.gz files without corruption
- Rails Render Partial in Helper
- How to get rufus-scheduler working with a Rails app deployed to Heroku?
- Date range facets with Sunspot in Ruby on Rails
- Modeling many-to-many :through with Mongoid/MongoDB
- How to host a rails web application
- Server-side Push in Rails
- Is Ruby pass-by-value or pass-by-reference?
- Understand “current_user” concept when creating a login session in ruby
- Undefined method 'devise' when including User model outside Rails
- How can I remotely inspect the data in my RedisCloud DBs?
- Nested Simple Form in Rails4 - has many through, save multiple records
- How do I mock AWS SDK (v2) with rspec?
- Running a continuous running worker process on Heroku
- Question about Google Analytics Tracking (w/ Rails)
- Test sorting with Cucumber and Capybara
- Migrating to Vim from RubyMine - Interpreted Auto completion
- Best practice for limiting the number of associations within a has_many relationship?
- Rails HABTM with polymorphic relationships
- Add session id to each log in Rails
- How to make block local variables the default in ruby 1.9?
- Rails Searchkick / Elasticsearch has_many and belongs_to associations
- iOS, rails, devise: How to persist user login (session vs authentication_token)
- SQLite to Postgres (Heroku) GROUP BY
- redirect to 'www' before force_ssl
- Sql Server (Entity Framework): created_at , updated_at Columns
- How to arrange entries from Ancestry tree in dropdown list in Rails 3?
- Passenger & Nginx => 502 Bad Gateway Errors in Production
- rake db:migrate error (Function 'inotify_init' not found)
- How to copy rails app using git and deployed to heroku
- Rails Devise User Exists on empty DB
- Providing an XML-RPC service from a ruby on rails application?
- How would I store a date that can be partial (i.e. just the year, maybe the month too) and output it later with the same specifity?
- Using jquery tokeninput and acts_as_taggable_on
- Send email with rails 4, mail form, and ajax?
- RESTful login with devise (Rails 4)
- How to safely fix “invalid date format in specification” for webrobots-0.0.10.gemspec
- How can I handle this type of multi level forms in rails
- Ruby (with Rails) convert a string of time into seconds?
- How to write appspec.yml for Ruby on Rails on AWS CodeDeploy
- How do I import using FasterCSV a row with a name like “Ciarán”?
- How to resolve deprecation warnings for OpenSSL::Cipher::Cipher#encrypt
- JQuery + thumbs_up gem render vote count?
- Using acts_as_paranoid plugin for soft delete - what about validations?
- Rails 3.2 and phonegap
- Rails 4: Use MySql and MongoDB together
- How to find out the starting point for each match in ruby
- Which HTTP web server can I use to debug ruby code using Rubymine 3.0.1?
- Setting the environment in Gemfile for bundling install/update based on a customize file
- Why are my thread variables intermittent in Rails?
- Connect Rails Application To Existing Database
- Multiple Paperclip default_urls
- Rails named_scope with has_and_belongs_to_many
- OS X time until (system/display/disk) sleep?
- Ruby On Rails - Geocoder - Near with condition
- Static pages and assets in Rails 3.1.1
- Help with HTTP Intercepting Proxy in Ruby?
- Rails - How to calculate daily, weekly, mothly total price on rails
- How do you specify a minimum Ruby version in a gemspec?
- Which is faster “count” or “length”?
- Equivalent Ruby .times in Coffeescript
- Loading JSON Tags into Select2 with AJAX
- escaping the .each { } iteration early in Ruby
- Ruby on Rails: conditionally display a partial
- How to best create a random float in a range between two floats
- How do I write a Capybara assertion that checks for the presence of a button and its enabled or disabled state?
- Access translation file (i18n) from inside rails model
- Programmatically getting FULL Ruby version?
- Validate API with Authlogic
- Ruby w/ Sinatra: Could I have an example of a jQuery AJAX request?
- ERROR NoMethodError: undefined method `debug_rjs=' for ActionView::Base:Class
- ruby sort_by multiple fields
- Relationships of model
- issues with Spree
- AES CBC PKCS5Padding Java to Ruby
- <NoMethodError: undefined method `read_attribute_for_serialization' for #<Record::ActiveRecord_Relation:
- Rails, Mongoid & Unicorn config for Heroku
- Retrieving Rails Model Column Names
- Difference between as_json and to_json method in Ruby
- RoR, Can't iterate from DateTime/TimeWithZone
- How to get a hash value by numeric index
- best way to remove file extension
- 3.days.ago, 2.hours.from_now etc without Rails?
- Changing type of ActiveRecord Class in Rails with Single Table Inheritance
- How do you declare a Rake task that depends on a parameterized task?
- Coping with “string contains null byte” sent from users
- How can you return everything after last slash(/) in a Ruby string
- Can I access a variable within a heredoc in Ruby?
- Truncate a floating point number without rounding up
- What is the difference between ruby send and ruby public_send method?
- Rails 3 UJS driver events
- How do I add Devise's 'timeoutable' module to an existing Devise install? - Rails 3.1
- Difference between Action Job/Mailer's `deliver_now` and `deliver_later`
- How can I tell if Rails code is being run via rake or script/generate?
- how to specify multiple relationships between models in rails using ActiveRecord associations
- Is it possible to use pointers in Ruby?
- How do I run multiple lines of Ruby in html.erb file
- Why does Array#each return an array with the same elements?
- How to create a new DateTime object in a specific time zone (preferably the default time zone of my app, not UTC)?
- Sending http post request in Ruby by Net::HTTP
- Can multiple sidekiq instances process the same queue
- ruby on rails ails with couldn't find file 'jquery.ui.all'
- ruby on rails 3.1 move .swf to asset pipeline?
- Rails secret token
- Have a parent class's method access the subclass's constants
- Using %i and %I symbol array literal
- Rails: How to raise I18n translation is missing exceptions in the testing environment
- What is the default expiry time for Rails cache?
- What exactly is a gem native extension?
- How to add attribute to Nokogiri node?
- Upsert in Rails ActiveRecord
- Rails simple_form: custom input id
- Rails - Get the current week's and month's start and end dates
- ArgumentError: You need to supply at least one validation with :if
- Benefits of using `Hash#fetch` over `Hash#[]`
- Rails has_one with class name and foreign key
- ArgumentError: An SMTP To address is required to send a message. Set the message smtp_envelope_to, to , cc, or bcc address
- Ruby Array concat versus + speed?
- How to test render status: 404 with Rails4 and RSpec when using rescue_from
- What's the purpose of assigns method in Rails tests (MiniTest)?
- How can a nested class access a method in the outer class in Ruby?
- How do open a file for writing only if it doesn't already exist in ruby
- Formatting timestamps
- Ruby equivalent to Python's help()?
- Randomly generated password Rails 3.1
- What's inside my rails ./bin directory?
- Rails routing: resources with only custom actions
- Sinatra Sub-Directory Views
- Validate that a value is in a certain range, e.g. 1 <= val <=2
- Case insensitive Rspec match
- Ruby: Controlling printing in scientific notation
- Ruby Time.parse gives me out of range error
- Rails first or initialize by one value, but add more values if created
- Ajax pagination with the Kaminari gem
- Is there a definitive reference document for Ruby syntax?
- activeadmin: adding delete for a nested resource
- Ruby no implicit conversion of Fixnum into String (TypeError)
- RoR devise: sign_in always returns invalid email/password
- Get table name from ActiveRecord
- Rails 4 Friendly Id Slug Not Updating
- Rails + Dalli memcache gem: DalliError: No server available
- Specify custom index name when using add_reference
- Rails + Cucumber/Capybara: How to set/retrieve cookies in tests?
- How can I pass named arguments to a Rake task?
- RSpec gives error 'trait not registered: name'
- Why does 'bundle' install production gems on my development machine?
- Does cucumber do away with the need to write unit tests?
- Ruby on Rails Active Record return value when create fails?
- Can Ruby return nothing?
- What is the new format for rake tasks? (task :t, arg, :needs => [deps] versus task :t, [args] => [deps])
- In Ruby, is there a way to remove only 1 match in an Array easily?
- Rails: Get the controller and action of the current request
- Ruby inject with index and brackets
- ruby: how to load .rb file in the local context
- How to make single digit number a two digit number in ruby?
- Filter to exclude elements from array
- Sum on multiple columns with Activerecord
- Instance Variables Inheritance
- How to retrieve EXIF information of an image in Rails
- stub method only on the first call with Rspec
- Get two associations within a Factory to share another association
- Custom Devise 401 unauthorized response
- Parsing HTTParty response
- Why Array.reverse_each is faster than Array.reverse.each
- Rails 5, “nil is not a valid asset source”
- Rails 3 - set the filename in a respond_to
- button_to with GET method option in Rails
- ActiveRecord::StatementInvalid. PG Error
- Ruby: Multiply all elements of an array
- Rails - Asset is not present in asset pipeline when using image_tag
- rbenv and bundler: “bad interpreter: No such file or directory”
- Rails Guides offline documentation
- How do I create XML using Nokogiri::XML::Builder with a hyphen in the element name?
- Understanding assert_difference in Ruby on Rails
- Match an option in select form with boolean values
- When do you need to pass arguments to `Thread.new`?
- Does an RSpec2 matcher for matching Hashes exist?
- How to disable Turbolinks in a specific page?
- Ruby group hashes by value of key
- How to delete all relationships in neo4j graph?
- Rails named_scopes with joins
- How write into CSV file properly
- How to do a non-model form in ruby on rails?
- Rails: Is it possible to write view helpers with HAML syntax?
- What is the difference between a symbol and a variable in Ruby?
- RAILS_ROOT require?
- Why am I getting “Unable to autoload constant” with Rails and grape?
- ActionMailer pass local variables to the erb template
- Programmatically determine gem's path using bundler
- How to tell if sidekiq is connected to redis server?
- Rails for Zombies Lab 4 > Exercise 3
- Rails remove old models with migrations
- Capybara headless chrome in docker returns DevToolsActivePort file doesn't exist
- How to encode (.) Dot in url Rails
- How to devise destroy session and sign out from controller?
- Rails - how do I validate existence of a row referenced by foreign key
- What determines if rails includes id: :serial in a table definition?
- More efficient Ruby way to map attribute in array of objects to another array?
- save_and_open_page not working with capybara 2.0?
- What does “No binary rubies available” mean?
- Trying to get svn2git working on Windows
- What Does Rails Do With Both :dependent => :destroy and cascade delete/nullify/restrict
- Rails SSL issue: (https://example.com) didn't match request.base_url (http://example.com)
- Rails4 ActionController::InvalidAuthenticityToken error
- alias_method on ActiveRecord::Base results in NameError
- NoMethodError: undefined method `on' for main:Object
- What's the impact of eager_load=true?
- “Interfaces & Abstract Classes unnecessary in Ruby” --> Can someone explain?
- Delete duplicate records based on multiple columns
- Can OptionParser skip unknown options, to be processed later in a Ruby program?
- Why is there a wrong number of arguments error when using redirect_to in Rails 4.2?
- Ruby string strip defined characters
- Paperclip and Amazon S3 how to do paths?
- Ruby Debug “no such file to load --spec_helper”
- Getting PDF from WickedPDF for attachment via Carrierwave
- Rails, select helper, adding style
- Using Paperclip within seeds.rb
- Which Ruby XML library would you recommend for a 2.4MB XML file?
- Using resources with custom controller names
- How to render HTML inside Slim templates
- Rails: ActiveRecord db sort operation case insensitive
- undefined method `fog_host='
- Rails 3.0.0.beta Install problem: can't find executable rails
- Filtering sensitive data with VCR
- How do I print variables in Rust and have it show everything about that variable, like Ruby's .inspect?
- Rails 3.1 with Asset Pipeline, link_to :confirm message showing twice?
- Under what circumstances would you want Rails to be set NOT to reconnect to MYSQL
- Rails 5.1 webpacker “import” a .js.erb file?
- Rails3 form_for hidden_field undefined method 'merge'
- Rails 4 doesn't detect application
- undefined method `serializable_hash' for String
- How do I get cucumber and databasecleaner to leave my seed data in my rails test db?
- Unwanted symbol to string conversion of hash key
- Open a file case-insensitively in Ruby under Linux
- Is there a way to write tests for 500 error page in Rails?
- Ruby comparison operators? == vs. ===
- How to “break” out of a case…while in Ruby
- Rails validates_uniqueness_of across multiple columns with case insensitivity
- will_paginate find out if I'm on the last page
- ruby at_exit exit status
- Rails: rendering XML adds <hash> tag
- How can I automatically escape HTML content using Jekyll and Markdown?
- Tool to convert SQL syntax to ActiveRecord query
- Disabling asset fingerprinting with asset_path for a single asset
- connect: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
- Turn off animations in Capybara tests
- Rails: How do I require ActiveSupport's rescue_from method?
- Use multiple SASS files
- link_to with :protocol isn't working
- rails periodic task
- How to test that a before_filter works correctly with RSpec in Rails
- Pundit policies with two input parameters
- How to override single files from gem assets for assets:precompile?
- Interpolation within single quotes
- How can I test helpers blocks in Sinatra, using Rspec?
- Heading into 2013, should I go with Dragonfly or Paperclip or Carrierwave?
- rvm can no longer install 1.8.7-p352 on Mac OS X Mountain Lion
- How to create a custom sort method in Ruby
- Ruby PostgreSQL tutorials
- Mongoid and has_secure_password
- ruby 1.9 how to convert array to string without brackets
- configure redis auth on sidekiq
- How to turn a Rails app with Devise into an OAuth provider?
- Communicate between a Rails app and a Node.js app
- Can I tell a Ruby method to expect a specific parameter type?
- How to test strong params with Rspec?
- how to use rails format.json
- Passenger Error: The application spawner server exited unexpectedly: Unexpected end-of-file detected
- How do I remove backslashes from a JSON string?
- Ruby: is it acceptable to put more than one class in a file?
- What hash function does Ruby use?
- Join table for has_many through in Rails
- Building queries dynamically in rails
- Rails with Twitter Bootstrap: still serving an old asset
- How do I share code across Chef cookbooks in a chef-repo?
- Thread-safe Rails controller actions - setting instance variables?
- Capybara & Cucumber | Getting cookies
- cucumber re-run failed scenarios automatically with a tag?
- How do I use instance variables, defined in the controller, in the view with ActiveAdmin?
- Ruby 1.9 regex as a hash key
- ActiveModel::ForbiddenAttributesError - Rails 4
- Devise gem skip confirmation and skip confirmation via email both at once
- Turbolinks with carrierwave images as CSS background-image
- undefined method `map' for #<ActionController::Parameters> Rails 5.1
- How to make Delayed_Job notify Airbrake when an ActionMailer runs into an error?
- How do I set Expires: header when using send_data
- Deleting items from an array requires multiple passes to remove them all
- Change Time zone in pure ruby (not rails)
- Way to “flatten” Rails migrations?
- what would happen if you use belongs_to without having a corresponding has_one?
- In ruby, is truthiness idiomatic for a method name ending with a question mark?
- Rails 4: You should not use the `match` method in your router without specifying an HTTP method
- Rails3: How to pass param into custom will_paginate renderer?
- RSpec 'Expect' Syntax and Idiomatic attribute spec
- Rails 4 - Name Of Current Layout?
- Why doesn't the 'bundle install --without production' command not require '--without production' after update?
- Forcing HTML Escaping in Rails 3
- dependent destroy not working
- How do I use the Bootstrap form select css with a Rails model?
- Rails: permission denied for relation schema_migrations
- Can't update RubyGems
- How does string.unpack work in Ruby?
- How can I profile a request in Ruby on Rails?
- error Could not find i18n-0.7.0 in any of the sources
- Why the unit test frameworks in Fortran rely on Ruby instead of Fortran itself?
- Find tag with id including [] with Nokogiri
- Accessing module in lib directory (Ruby on rails)
- Python or Ruby for a .NET developer?
- What's the best way to test delayed_job chains with rSpec?
- How can I run a continuous background job with Sidekiq?
- Where are keywords defined in Ruby?
- Can has_one association be used when the model has one or zero instances of another model?
- Start webrick in port 80 (mysql2 gem issue)
- Rails and Postgres Hstore: Can you add an index in a migration?
- Rails i18n and routes in javascript
- Accessing Microsoft Exchange server from Ruby
- Using shoulda to refactor rspec tests on Rails models
- How to set in a middleware a variable accessible in all my application?
- Convert User input to integer
- Loading Javascript per controller in rails
- Paperclipped on Heroku?
- How to parse days/hours/minutes/seconds in ruby?
- Rails nested attributes: require at least two records
- Documentation for creating custom Sprockets processors?
- Portable scripting language for a multi-server admin?
- Get value from string representing local variable
- Adding rspec test for library module doesn't seem to pickup Expectations and Matchers
- Make text scrollable within div
- Fields_for disappear when adding accepts_nested_attributes_for
- Using interval in PostgreSQL with Ruby on Rails
- Paperclip + S3: Migrating existing files from one :path format to another
- Yield and default case || do not output default case
- Why use GemSpec + GemFile when checking for dependencies?
- Rails 3.1 Error Catching
- Ruby: check if object is nil
- CarrierWave::FormNotMultipart error when creating records using seed.rb file
- Delayed Job: Configure run_at and max_attempts for a specific job
- What is ruby's StringIO class really?
- Is there an easier way of creating/choosing related data with ActiveAdmin?
- how to convert a fraction to float in ruby
- Faraday timeout
- Server Sent Events and Rails Streaming
- Rails inline Javascript and Best Practices
- How to fix a deadlock in join() in Ruby
- How do you handle serialized edit fields in an Active Admin resource?
- How to do joins on subqueries in AREL within Rails
- How to decorate nested attributes (associations) with Draper in Rails 3?
- Should I joint-index an ActiveRecord polymorphic association?
- ActionMailer password security
- capybara-webkit: automatically save a screenshot on an RSpec test failure
- How to custom ActiveAdmin using find_by request instead of ID for all actions
- Ruby require 'file' doesn't work but require './file' does. Why?
- Is it possible to run capybara-webkit (i.e. forked webkit_server) on Heroku Cedar?
- Rails 3. sort by associated model
- How to compare keys in yaml files?
- Nested Resource with Devise - Rails3
- Nils and method chaining
- Turn SQL query into ActiveRecord Relation
- Rails what's difference in unique index and validates_uniqueness_of
- execute only one of many duplicate jobs with sidekiq?
- Ruby Timeout::timeout doesn't fire Exception and doesn't return what documented
- Add a reverse proxy to heroku
- Running Rails unit tests on Heroku
- Rails, jQuery, .js.erb files, JS not executed by the browser
- How to get Meta Keywords using Nokogiri?
- How to define a custom path in rails?
- ruby how to generate a tree structure form array?
- railstutorial.org - undefined method `Factory'
- need help setting up ruby on rails javascript runtime environment
- ruby on rails - rack-cors multiple origins with different resources
- Still getting 413 Request Entity Too Large even after client_max_body_size 100M
- Rails 3: uninitialized constant IRB::ReadlineInputMethod::Readline (NameError) in Heroku
- Sortable UUIDs and overriding ActiveRecord::Base
- gem install pg for ruby on rails
- Rails 3 has_many changed?
- TypeError: glob pattern string required
- Fastest way to skip lines while parsing files in Ruby?
- Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working (I am not using MySQL)
- Distinct Records with joins and order
- connection rejected from solr in Rspec
- ActiveAdmin — How to access instance variables from partials?
- ERROR: Failed to build gem native extension on Windows
- How to redirect from /:id to /:friendly_id
- How to get records created at the current month?
- Ruby Code not in Any Method
- Ruby On Rails: pluralize for other languages
- How best to DRY will_paginate options
- Mocking file uploads in Rails 3.1 controller tests
- Rails: How to increment an integer field of selected instances of a model?
- Rails 5.2 ActiveStorage with UUIDs on Postgresql
- How can I restrict Markdown syntax in Ruby?
- Using HTTP PUT to send JSON with Jquery and Rails 3
- Ruby on rails path helpers
- How to handle 404 not found errors in Nokogiri
- Merging ActiveAdmin users with existing user model
- Has Python changed to more object oriented?
- Uncaught TypeError: undefined is not a function rails3/backbone/js
- database.yml in Rails reconnect set to true or false
- How to catch an “undefined method `[]' for nil:NilClass” error?
- Embedding JSON in a Rails 4 JS/ERB template
- Do Ruby objects have a size limit?
- Is there a command line framework for ruby?
- Setup cookie.signed in Rails 5 controller integration tests
- Papertrail and Carrierwave
- Deploy Rails 5.1 / Webpacker app with Capistrano
- Using rails_admin with rails_api
- Running Ruby Sinatra inside a Docker container not able to connect (via Mac host) or find commands (in different scenario)?
- Rails 3 AJAX solution for updating tables?
- Where to reopen a class in RoR
- Running “bundle install” fails and asks me to run “bundle install”
- Sorting a hash in ruby based on value and then key
- PostgreSQL ilike with multiple matches in Rails ActiveRecord
- Saving the DOM as HTML after modification
- Creating multiple csv-files and download all in one zip-archive using rails
- How to send file to user with carrierwave?
- IronRuby On Rails VS. Ruby On Rails (Getting Started)
- How to integrate elasticsearch with rails application specifically using “Elasticsearch” gem
- From Namespace to Subdomain?
- Deploy rails react app with webpacker gem on AWS elastic beanstalk
- rails, getting syntax error with coffee script
- How to use omniauth to make authenticated calls to services?
- Test helper method with Minitest
- Rails 3: Access to twitter bootstrap variables + mixins without importing it
- Stripping commas from Integers or decimals in rails
- Ruby trying to grasp a new notation. (inject(: ) vs select(&:even?); why one has &?)
- Heroku: Display Git Revision Hash and Timestamp in Views?
- How do I print a multi-dimensional array in ruby?
- How do I combine results from two queries on the same model?
- Ruby: How can I convert an array of data to hash and to json format?
- Thinking sphinx doesn't start - “Failed to start searchd daemon”
- Persisting a shopping cart in Ruby on Rails
- Skipping :touch associations when saving an ActiveRecord object
- How to get Sidekiq working on Heroku?
- How do you perform javascript tests with Minitest, Capybara, Selenium?
- DRY Controllers in Rails 3.2
- creating Rdoc for a rails app
- Duplicate column name error when running migration
- Rails 4 remove test generators (especially test_unit)
- Crontab not running ruby script
- Why use instance variables to “connect” controllers with views?
- Ruby: class C includes module M; including module N in M does not affect C. What gives?
- Ruby On Rails - Where to gems actually go
- Why can't the Mail block see my variable?
- first_or_create by email and then save the nested model
- String Concatenation Error
- Rails redirecting invalid route to root
- get first_name and last_name fields from facebook omniauth
- Using RVM in eshell of Emacs
- Ruby on Rails 301 redirection
- Phusion Passenger with Ruby 1.8 and 1.9?
- Operator precedence of unary operators
- Statically compile pdftk for Heroku. Need to split PDF into single page files
- Rails - Where MongoDB (Mongoid) stores db and logs?
- Remove older versions of Ruby (on Windows)
- get all products of category and child categories (rails, awesome_nested_set)
- Scope of rakes in a rails project?
- Using Google Search REST API in Ruby
- Dockerized selenium browser cannot access Capybara test url
- Dynamically render view in a partial with Rails and jQuery
- How to customize bulma variables in rails
- configure: error: C compiler cannot create executables when installing Ruby 1.9.3
- Rails ActiveRecord - Search on Multiple Attributes
- How do I override generic activerecord error messages in ruby-on-rails?
- Issue installing gems on windows 7 with proxy
- Need help installing Ruby 2.7.2 on Mac
- Make text input fields and their labels line up correctly
- Rake uninitialized constant RDoc::RDoc
- Ruby—Open3.popen3 / how to print the output
- Authlogic's current_user object in models
- How to specify Regexp options using Regexp.union
- How do I build a gracefully-degrading HTML5 Range?
- Display selected option when editing a form (Rails 4)
- Resque: one worker per queue
- gem install kgio ERROR
- Rails3 ActiveRecord::StatementInvalid:… no such table in every test
- Using UTC with Sequel?
- Proper usage of Ruby statement modifiers
- Facebook Redirect url in ruby on rails open ssl error
- Configuring routes in devise when only using omniauth for authentication
- Confirmation email from devise on rails3 using gmail not arriving
- pg.rb segmentation fault [Mojave upgrade]
- Rails 3, HTTP extensions (WebDAV) and Rack App mounting
- How to use variable arguments with ruby's OptionParser
- Could not find capistrano-2.13.3 in any of the sources
- RVM finding system gems' executables
- multiple image upload with dragonfly
- How to combine images in Ruby
- Is it possible to create form for simple class
- Thin + Nginx + Websockets configurations | Rails
- Multi step form with image uploader
- make: /usr/bin/mkdir: Command not found during `gem install nokogiri` in Ubuntu 20.04
- Ruby access hash element
- Paperclip Errno::EACCES (Permission denied - /system)
- How do I parse a number from a String that may have a leading zero?
- How do I unescape c-style escape sequences from ruby?
- Distributing Rails Applications as Native Applications
- Monitor Multiple Rails Applications
- Error installing Ruby in Yosemite
- How can I load HABTM-with-foreign-key relationships in my fixtures?
- How to expire fragment cache when locale changes?
- Find a process ID by name
- Escaping Strings For Ruby SQLite Insert
- What is TOPLEVEL_BINDING in ruby?
- Ruby linkify for urls in strings
- Running python/ruby script on iPhone?
- respond_with & Flash Notice
- Can you have required keyword arguments in Javascript or Python?
- How well does your language support unicode in practice?
- Rails not finding rake-10.5.0
- Robust way to deploy a Rack application (Sinatra)
- Using Restforce gem with SalesForce API and Oauth 2.0
- Failing on production/heroku: WHERE a.attrelid = '“schools”'::regclass
- What is Returned in Ruby if the Last Statement Evaluated is an If Statement
- How do I stub/mock a call to the command line with rspec?
- Rails 3: Use of lambda with scopes in model
- Devise with Ruby on Rails - Force user to change password on first login
- Parsing a CSV file using different encodings and libraries
- rails 3.1 asset pipeline: ignore assets from a gem
- CamelCase instead of snake_case in Rails DB
- Ruby code blocks versus javascript anonymous functions distiction
- Convert html.slim views to html.erb - Rails, Slim, ERB
- Can't log into Active Admin. Any way to create an admin user?
- Adding Bootstrap icon to button in Ruby on Rails
- Creating a Ruby on Rails environment on Windows, in a VM Vagrant Box
- Paper Clip failing to save attachment
- Running Capybara without rack produces errors when using url parameters
- has_many and single table inheritance
- How to deliver fonts from a non-standard directory using Asset Pipeline
- Omniauth Session expires when browser is closed
- Collection_select within a nested model form
- Guard --listen-on with vagrant
- Adding bootstrap-datepicker-rails to date_select in form
- Rails 3 Sum Product of two fields
- Using wget via Ruby on Rails
- Is there a way to flush html to the wire in Sinatra
- how to implement curry(partial function) in ruby
- Heroku Slug Size After Multiple Deployments
- validates_presence_of with belongs_to associations, the right way
- How to access a toplevel entity in ruby, from inside a module which defines the same name
- How to set facebook authentication keys depending on environment?
- Asciifolding not working Elastic Search Rails
- How to fix difference in behavior of activesupport 3.0.0 compare to 2.x?
- rails 3.1.1 engines - with mountable engines, is it possible to access parent app assets, default layout?
- Adding find condition to all Active Record Models in Rails
- Ruby: Converting a nested Ruby hash to an un-nested one
- Require tree in asset pipeline
- What could happen if I use :without_protection=>true when creating a new model in rails 3.1?
- Ruby readline fails if process started with arguments
- OmniAuth before_filter for requiring login
- Rspec extremely slow
- How to handle 404 errors with Ruby HTTP::Net?
- How do I attach back to the WEBrick server
- Explanation of Ruby code for building Trie data structures
- Reflection in ruby?
- Posting Ruby data in JSON format with Net/http
- How does Ruby's sort method work with the combined comparison (spaceship) operator?
- How to (massively) reduce the number of SQL queries in Rails app?
- Rails form_for collection_select ignoring remote ajax call that select_tag accepts
- Rails 3 - How to get the row number from a model with an order by
- How to set Rails Cache log level separately?
- Is it still advisable to test routes in Rails 4 with Minitest?
- Why does including this module not override a dynamically-generated method?
- How do I read text from non visible elements with Watir (Ruby)?
- Is it a bad practice to randomly-generate test data?
- Ruby attr_reader allows one to modify string variable if using <<
- Using rails presenters - memoizable getting deprecated in 3.1 - use ||= instead?
- Generate models from existing tables using Rails 3
- Puzzled over palindromic product problem
- Ruby on rails dropdown <select> menu - how to style or apply class to the options?
- undefined local variable or method `flash' for #<Devise::OmniauthCallbacksController:0x007fb5d1741e48>
- Netlify deployment “failed during stage 'building site': Build script returned non-zero exit code: 42”
- Deleting a specific line in a text file?
- How to use postgres extensions on Heroku? And how to handle their migrations?
- Simple_form class form-horizontal with bootstrap 3 not working in rails 4
- sunspot solr how to search multiple models correctly? All examples online fail
- Rails accepts_nested_attributes_for callbacks
- Change Autoincrement values in migration (PostgreSQL and SQLite3)
- Getting all combinations of pairs from a list in Ruby
- Issue with will_paginate page links
- Is it possible to test Java application with Capybara?
- How to sync new ActiveStorage mirrors?
- Rack: How do you store the URL as a variable?
- Speed up csv import
- Rails 3.1, assets pipeline and IE 6 & 7 in production mode - some CSS & js are not loaded properly
- Securely Display an Image Uploaded with paperclip gem
- Custom HTML Error Wrappers for Form Elements
- Is it possible to emit valid YAML with anchors / references disabled using Ruby or Python?
- How can I get Nokogiri to parse and return an XML document?
- How to add an onchange listener for form elements in Ruby on Rails?
- I am getting this gem install error for kgio gem when i do a bundle install
- In Ruby, how to be warned of duplicate keys in hashes when loading a YAML document?
- Rails on Netbeans: Uncaught exception: no such file to load — script/server or script/console
- Rails3 Active Admin - How to filter only records that meet all checked items in collection
- Many to many table with an extra column in Rails
- ActiveRecord Join table for legacy Database
- rails - root model or application model
- Add new row dynamically with Javascript/JQuery/Rails 3
- Ruby / Active Record: custom sorting order
- How to programmatically remove “singleton information” on an instance to make it marshal?
- Strong parameters with nested hash
- Including methods to a controller from a plugin
- Mongoid and ActiveRecord generators
- Rails — fields_for not working?
- Using multiple yields to insert content
- How to search for a text with Active Record in Ruby on Rails 3?
- Pod Install in Xcode Bots Trigger
- Watir Changing Mozilla Firefox Preferences
- Getting NoMethodError (undefined method `name' for nil:NilClass) when creating a new model in Heroku console
- How to add values dynamically to I18n?
- Auto Refresh a page in Rails 3
- Install ruby headers with rvm
- Using Ruby with Mechanize to log into a website
- Ruby - Generate all two letter words
- How to internationalize content on ruby on rails?
- Storing image using open URI and paperclip having size less than 10kb
- I need to go from HTML to markdown, any suggestion?
- Why are my cucumber scenarios failing when steps are run together, but pass when run singularly?
- How to override Rails' default migration generator template
- Is it possible to render blob images in a prawn document?
- Should I move my custom methods to model from controller?
- How to convert ruby formatted json string to json hash in ruby?
- New To Rails 3, ajax request with json response
- using gem unread with public_activity
- gmaps4rails shows just half of the map when iside tab. Any idea why?
- Broken Rails Routes after implementing Single Table Inheritance
- Adding and removing from a has_many :through relation
- gitlab Error 500 after updating when viewing projects
- Ruby/Rails Audio Conversion Plugins?
- Getting query results with Legato gem
- Giving an example of a cycle in a directed graph
- Facebook auth for a Rails app using Clearance?
- How to handle OmniAuth callbacks in multiple environments?
- How do you generate the form for an existing model in Rails?
- Rails button_to fails with path doesn't exist for a path that exists
- How to use cancancan?
- List Array of Days Between Two Dates
- loading/unloading/updating class in ruby
- Shellwords.shellescape implementation for Ruby 1.8
- Starting with Redmine locally - how easy is migration to server later?
- Stripe Connect - retrieving access token
- Rails simple_form association
- Rails 3 - notice and error flash cannot be rendered in a partial
- In Ruby, how does a class defined in a module know the module's constants?
- Rails Client side / Server side rendering using single template (handlebars or Mustache) with Sammy.js
- Rails partial in modal (render partial from different model)
- How to calculate number of chars common to two strings?
- Streaming CSV Download from Rails 3.2 app
- Rails 3 protect_from_forgery not working correctly?
- AJAX Rails Validation
- ActiveRecord error messages: translation for fields
- Rails: has_many, but also has_one by a different name
- How do you block specific IP adress in Ruby on Rails
- Getting error: update rubygems while deploying/migrating to Heroku
- Rails: How do I make my rails project a Hexagonal rails project?
- jQuery UI datepicker not working with Rails
- Do I need to install passenger as a regular gem even though my app uses bundler?
- Is it efficient to load a YAML file as a constant in my Rails controller?
- undefined method `admin?' for nil:NilClass
- Output the source of a ruby method
- Time availability comparison, using Ruby on Rails
- Strong_parameters not working
- DateTime to NSDate
- Instance Variables in Rails Model
- Debugging in Rails?
- JPG to PNG using RMagick
- Body class for controller in Rails app
- ruby on rails tutorial section 3.2 rspec testing error
- ROR- Step by step multiple images using Paperclip
- Http streaming with thin & eventmachine
- Unable to get Rails 3.1, Compass, Sass, Blueprint working on Heroku Cedar
- Rails - Active Record: Find all records which have a count on has_many association with certain attributes
- Validate In-App-Purchase Android/Google on Server side
- HABTM relationships and accepts_nested_attributes_for
- rails, activerecord sum then order
- Can I evaluate a block inside a Proc?
- How to deploy a Test App on Dreamhost Rails 3.0.4?
- How do I compare xml output in a Cucumber step using a multiline string example?
- How do I unmarshal a ruby object in java?
- Are there any good googlemaps plugins for rails?
- Can you specify the HTTP method to use with Sinatra's redirect?
- Rails find record with all association ids matching
- Ruby 1.9 If I have a shebang pointing to ruby, why doesn't the system see it?
- Building an XML tree from an Array of “strings/that/are/paths” (in Ruby)
- Make omission in ruby truncate a link
- Asynchronously iterating over the response of a request using Thin and Sinatra
- Foreign key (class_id) not populating in belongs_to association
- Second devise model not using generated views
- Installing Ruby offline using rvm
- How to permit hash with * key => values?
- datatables bootstrap pagination - only show previous / next
- Adjust Zoom Gmaps4Rails
- Rails 3.1 force .html instead of no extension
- Rails counter cache vs calculation
- How to access html request parameters for a .rhtml page served by webrick?
- Converting escaped XML entities back into UTF-8
- Rails 3 ActiveRecordStore session_id tampering
- Angularjs ngResource '@id'
- Page Caching with Memcached
- Why shouldn't javascript be placed in view if it is only used on specific pages?
- How to print (barcode) labels from a Ruby on Rails Application?
- how to remove header and footer from some of the pages in ruby on rails
- Gem Ransack doesn't return any results when searched with full name
- I need a tool to parse Lua tables, preferrably in Ruby or Java
- How to open file in default application. Ruby
- How to match a multidigit number range with Ruby regex?
- Rails 3.1 - How do I organize multiple index actions for the same model?
- How do I see real-time activity of my users in Rails 3?
- Nokogiri in Ruby 2.0
- rails precompile Why javascript does not work locally but at heroku it works
- Rails and Javascript minifier and aggregator
- Show name instead of ID in has_many view table
- Is it possible to have a dynamic storage path with carrierwave?
- Rails: redirect_to specific Twitter Bootstrap tab
- Made a mistake installing RVM with sudo. How to reverse?
- Ruby On Rails Query with sum and group?
- Paperclip and Amazon S3 Issue
- Overriding instance variable array's operators in Ruby
- Rails 3 - suddenly pending migrations error
- Problems while making a generic model in Ruby on Rails 3
- How to click on specific element in canvas by its coordinates (using WebDriver)?
- Form_For New Related Model
- How Can I Use (Ruby) RGeo to Transform (Unproject) Coordinates
- How to check if lat long is in the city limits
- Rails 3: alias_attribute and Unkown column error
- Default URL not loading with Carrierwave in Rails
- Constructing Custom Heroku Ruby/Rails Buildpack for Web App Using Taglib-Ruby
- how to have linked drop downs in a rails form
- ActionCable: How to use dynamic channels
- Database Structure for Multiple Form Checkboxes in Rails
- How can I remove duplicate XML nodes using Ruby?
- Rails3 custom logging options?
- Rails: Searching multiple tables from one query
- Rails 3/jquery - Tabs rendering partials using ajax
- Can you combine replace_html with a visual_effect in Rails RJS?
- Sidekiq to execute at specific time in every timezones
- How do you handle single table inheritance in SimpleForm so a single helper handles all models?
- How to reverse a linked list in Ruby
- More-efficient way to pass the Rails params hash to named route
- how can i insert data into table by the help of migration and that table is generated previously through another migration
- RVM Requiremets tries to tap deprecated homebrew/versions
- OpenSSL::SSL::SSLError Ubuntu 12.04 only
- How can I load seeds.rb into the test database without breaking FactoryGirl?
- Carrierwave: Scale image if the size is larger than (conditionally create versions)
- Multiple Rails versions for multiple projects
- How to crop and then resize with Paperclip
- Rails: method defined in application_helper.rb not recognized by categories_controller.rb
- How to resize image only if width exceeds with Graphics/Image Magick
- Git: forcing tests before pushing to local or remote master
- Using Rails as a framework for a large website
- Cucumber embed for screenshots not linking to screenshot
- How to multi-level Associations?
- how to host gem in Github and use it?
- Using Cucumber With Modular Sinatra Apps
- Difference between Unit::Test versus Rspec
- When installing JQuery, why does my “delete” link break?
- ActiveStorage issue to set record_type on active_storage_attachments
- Using CarrierWave with Amazon Elastic Transcoder in a Rails app
- Displaying a modal for one entry in a .each loop - Rails / Bootstrap
- Rails, Facebook API, Koala gem — get all profiles of users who 'Like' a page
- How can I use Rspec to test that a model using Paperclip is validating the size of an uploaded file?
- Rails security: Avoiding mass-assignment altogether
- Delete in Many to Many Relationship Not Symmetric?
- SQLite3::SQLException: duplicate column name while migrating
- Visit pages using PhantomJS directly when writing specs with TeaSpoon - Jasmine
- Integrating Shipping with Ruby on Rails
- Filtering a list using checkboxes
- Ruby: start reading at arbitrary point in large file
- How to get all message history from Hipchat for a room via the API?
- Rails: Force user to create child object before saving parent
- How to give foreign key a name in RoR 3?
- Choosing adequate Rails session store
- Heroku cedar, Rails 3.1rc6, subdomain routing
- Selective Rails 3.2 asset pipeline compression per file
- Access an instance variable from child classes
- Polymorphic controller and calling object
- rails 3 & activerecord: do I need to take special record locking precautions to update a counter field?
- How to install wraith on windows 7
- What's the best way to extract Excel cell comments using Perl or Ruby?
- “Previous post” and “Next post” link in Show View (Nested Resources)
- What is the best way to load files from the lib folder that add methods to ~existing~ classes in Rails 3?
- Sparklines not drawing when using bootstrap and using tabs
- How to split two vertical pane inside a horizontal pane in tmux using tmuxinator
- How do I access a ruby array from my c extension?
- Rails ActionCable Connection(Server) with NodeJs(Client)
- Rails-y way to query a model with a belongs_to association
- I want to use EtherPad (or a clone). My site is running Ruby on Rails. API or local install?
- nginx rewrite rules with Passenger
- RoR: how do I test my app against multiple databases?
- Rails 3 ActiveRecord: order and group by association count
- How can I use HTML ID links with the Bootstrap navbar-header?
- Simple use of EM::Synchrony#sync causes 'root fiber' FiberError — my fault?
- Rails 4 memory profiling
- Snow Leopard / 64-bit ruby gem problem?
- Ransack Search Results - to_xls?
- How do I create thor::group generators as args of my_command
- How to scrape a website with the socksify gem (proxy)
- rails sorting blog posts by title
- Rails] Images erased after a new commit on heroku
- ActiveAdmin list of registered pages and resources
- Rails group by hour of the day for created_at column
- Recording Audio through RTMP/Rails
- Upgrade to jquery-datatables-rails 2.2.3 from 2.2.1 breaks code in RailsCasts 340 Datatables
- Rails 3.2.2 with Twitter Bootstrap Tabs Ajax not working
- Non-crud rails actions in Ember.js
- How to pass params to a block in Rails routes?
- Trouble saving tags in Ruby on Rails 4 with acts_as_taggable
- How to validate overlapping times in Rails with postgresql
- What are some good Ruby on Rails blogs?
- How to make devise RegistrationsController to show sign_up page only if user is already signed in?
- Help to fix strange sqlite3 error - dyld: Library not loaded: /usr/lib/libsqlite3.0.dylib
- Rails query that sorts based on the count of a nested model?
- Rails - search and sort based on first letter
- Ruby on Rails - Converting Twitter @mentions, #hashtags and URLs within a string
- How do I create dynamic definitions for state machine based on user defined data in DB
- Install Ruby on Rails using rvm on Ubuntu 12.04
- Dynamically creating models for a table in rails
- getting a 'name' based URL in RESTful routes instead of an id based url
- AES PBE Encrypt in Java / Decrypt in Ruby
- How to do Application-only authentication in doorkeeper (oauth2)
- Improve readability of object name in Rails
- Factory Girl with polymorphic association for has_many and has_one
- Ruby: Parse, replace, and evaluate a string formula
- Can't change Strings into int in `[]`
- How do I create an association with a has_many :through relationship in Factory Girl?
- carrierwave setting content_type incorrectly
- Passenger error “library not loaded”
- Calabash iOS: how to get value using query command
- Syntax error, unexpected tIVAR, expecting '('
- Devise Views with Multiple Models
- Jekyll private deployment?
- How to “push ahead” records with a given value?
- Heroku - Page Doesn't Exist
- Rails: How do I model preferences? Should I use has_many :through?
- Omniauth Facebook Manual Rails Routes
- Return hash with modified values in Ruby
- Missing Required Packages? - Including libyaml
- Rails has_many :through, null belongs_to, multiple belongs_to and deletion of belongs_to?
- Rails: How to Select Records Which Don't Have a Specific Related (associated) Object (SQL EXISTS brief how-to)
- Rails model with foreign_key and link table
- Rails Updating Data in one Model from another Model's Controller
- How to iterate over part of a hash in Ruby?
- Anyone have experience with devise_invitable?
- What's an efficient way of associating Post, Comment, User and Vote models in Rails?
- How do you setup protractor with angular in a rails app?
- Creating a simple drop-down menu in Rails
- trying to decrypt attr_encrypted stored value from Java
- Rails .each show once for duplicate results
- Setting locale on a per-user basis when using devise and rails 3
- Does Ruby have any construct similar to Clojure's pmap for parallel processing?
- DB Schema for Appointment Booking App: What is the correct relationship between Doctors, Appointments, TimeSlots, Patients?
- “gem install mysql2” on Mac with MAMP 2.2
- Rails, upload progress bar
- Rails search functionality
- How to detect identical part(s) inside string?
- Could not find RubyGem railties
- Jquery ajax create multiple objects in single ajax call (to Rails)
- Problems encoding/decoding using AES-128-CBC
- RSpec stopped working after upgrading to OSX Lion
- Accessing the irb in a modular Sinatra application
- Rails join from two table: how select attribute
- rails 3.1 assets are not available
- Calling base class method from overloaded method in sub-class
- I am having trouble testing my controller's update action using Rspec, what am I doing wrong?
- Rails App with 3 different types of Users
- Rails devise add fields to registration form when having STI
- Is it possible to negate a scope in Rails 3?
- Save image with watir-webdriver
- extracting specific value from a multidimensional hash in ruby by key name
- How to perform Triple DES calculations in Ruby in hexadecimal?
- Nested model form not submitting everything
- Bundler could not find compatible versions for gem
- Rspec to have(n).items undefined method
- Difference between save(false) and save(:validate => false)
- All possible variants of a string with capital and lowercase letters
- HAML: remove white space after “link_to”
- rails: displaying a user friendly message for a routing error in rails
- migrations: t.references doesn't allow index name to be specified
- Using XPath on single node returns elements in all nodes
- Is there a shorthand if (without else) statement in Ruby on Rails?
- Bundle install error: Source does not contain any versions of
- Sorting an array of strings in Ruby
- File upload field causing ActionController::InvalidAuthenticityToken exception
- How can the cache for the views with translations be invalidated?
- Should I stub the model in Factory girl or in the spec file while testing?
- how to make ActiveRecord bump updated_at on new has_many association
- How to show d3.js circle pack graph in a Rails application?
- History of rails script/generate commands
- Rails javascript database queries
- How do I stub out a current user's attributes in a view spec
- On Unix, find if user who executed the program is root?
- How to translate timezone full names to tz abbreviations?
- Trying to get a POST to return 400 bad request
- Rails 3.1: Ruby idiom to prevent .each from throwing exception if nil?
- Why are there frozen constants everywhere?
- rails validate in model that value is inside array
- How to test which validation failed in ActiveRecord?
- Updating several records at once in rails
- Is there a way to glob a directory in Ruby but exclude certain directories?
- Change the ruby process name in top
- ActionMailer best practices: Call method in the model or the controller?
- Jekyll theme could not be found
- Rails - redirect to current url without one of the GET params
- next versus if in a .each loop?
- Can the rails tmp/cache/assets files be safely deleted?
- Ruby best practice : if not empty each do else in one operator
- ERROR: must be owner of language plpgsql
- Difference between __callee__ and __method__
- Rails Paperclip: update vs. update_attributes
- How to get all digits from string regexp ruby
- Updating timestamps with #update_all
- Where should warden callbacks be placed in a rails app?
- Turn off “updated_at” column in Rails
- Rails : simple_form : Getting an empty string from checkbox collection
- Rails : Create a drop table cascade migration
- returning struct data as a hash in ruby
- Setting a default queue for ActionMailer deliver_later?
- Why does Ruby use nil to name the null object?
- What does assigns mean in rspec
- In Rails why is my mail body empty only in my test?
- Acquire Asset Path from JavaScript
- Is it possible to create a dynamic regular expression in Ruby
- How to add data attribute in Rails form select tag?
- Converting an empty string to nil in place?
- Rails mailer previews not available from spec/mailers/previews
- exception_notification gem raises ActionView::Template::Error (code converter not found (UTF-8 to UTF-16)) only on Heroku production mode
- Ruby test coverage tool
- rails renaming associations
- How do you write a binary literal in ruby?
- Reversible migration for change_column_default from not having any default in Rails
- Multiple level nesting in YAML
- Why does Rails want to return “head :no_content” for JSON PUT requests?
- rails 3 : Do i need to give return true in a before_save callback for an object.save to work?
- FactoryGirl: Factory not registered
- Rails - Creating a select tag from a object hash
- How to iterate over an array of arrays
- Rails 4: How to use includes() with where() to retrieve associated objects
- render :action with params
- Why isn't the Ruby 1.9 lambda call possible without the dot in front of the parentheses ?
- before(:each) for all tests except one
- Ruby: What's the proper syntax for a boolean regex method?
- rails 3 + devise: how do I make the email confirmation links use secure https (not http)
- rails where() sql query on array
- Removing whitespaces in a CSV file
- How do you test a Rails controller method exposed as a helper_method?
- Gmail does not detect the reply-to field
- Using Ruby, how do I convert all array values to a given type?
- How to add a method to an activerecord collection?
- Rails missing image
- How to use ruby gsub Regexp with many matches?
- Should I use Google Web Toolkit for my new webapp?
- Access Slack files from a slack bot
- What does render_views do in rspec?
- Ruby On Rails with Windows Vista - Best Setup?
- Custom HTML attribute requires a custom helper?
- Rails: validating a field is present only if another is present
- Rails Nested Singular Resource Routing
- Audio assets in Rails brings No route matches
- production.log empty on Rails 4 / Capistrano / Passenger / Nginx server (digital ocean)
- How to ping for reachability of remote host in Ruby
- How can I keep my initializer configuration from being lost in development mode?
- What do =~ and /\ mean in Ruby?
- Ruby Oneline Rescue
- Pluck associated model's attribute in Rails query
- uninitialized constant ApplicationRecord
- How I can set 'attr_accessible' in order to NOT allow access to ANY of the fields FOR a model using Ruby on Rails?
- How to properly work with jQuery in Rails 3.1 asset pipeline?
- Ruby shorthand for “use this if it isn't blank, otherwise use that”
- Heroku push rejected: can't find jquery-rails-2.0.0 in sources
- Visualize Rails schema.rb with tool/plugin/script
- Rails4 Sprockets; Asset logical path has no extension
- Using multiple buckets with ActiveStorage
- Running Sinatra on port 80
- How do I configure Travis-CI to use the correct time zone for a rails app?
- Is there a way in Rails to skip a before_filter if the request is xhr?
- Why can private helper methods still be accessed in views?
- How can I add a child to a node at a specific position?
- Actionmailer not delivering mail, with rails 3
- Ruby: methods as array elements - how do they work?
- How to use bootstrap Modal with link_to in rails?
- Bind rails server to 127.0.0.1 by default
- Can I get Heroku Logs to return only lines outlining errors?
- In IRB, can I view the source of a method I defined earlier?
- Rails 4: Error when installing tiny_tds gem?
- Stop rails from generating hidden field for fields_for method
- :confirm in rails not working
- Could not find devise mapping for path “/sessions/user” devise log in error
- Get caller class
- Could not find 'cocoapods' (>= 0) among N total gem(s) (Gem::LoadError)
- Remove '#_=_' from the Facebook redirect URL
- NoMethodError: undefined method `deliver_now'
- rails select and include
- Ruby on Rails: How would i stay on the same page if the post is not saved?
- What is the meaning of $$ in Ruby?
- How to close browser with Capybara?
- Is there a convention for memoization in a method call?
- Ruby/Rails - How to convert seconds to time?
- rake test and error : log writing failed. “\xE2” from ASCII-8BIT to UTF-8
- capistrano, :db role, what's it for?
- Ruby on rails - cannot load such file — net/ssh
- How can I get url of my attachment stored in active storage in my rails controller
- Rails 3 Sandbox Console
- How to set ca-bundle path for OpenSSL in ruby
- How do you communicate between Rake tasks?
- Can Ruby interface with r?
- RESTful design, how to name pages outside CRUD et al?
- How do I execute Rake tasks with arguments multiple times?
- has_many build method, Rails
- Rails - How to declare attr_accessible for multiple roles without duplication
- Factory Girl / Capybara deleting records from database mid-test?
- Fixing the “ruby installation is missing psych” error?
- Rails before_action for ActionMailer that would use mailer arguments
- Ruby debugger fails on STDIN.gets user input
- How to parse a string representation of a hash
- attr_accessor for array?
- How to fix PG::DuplicatePstatement: ERROR?
- ActiveRecord: Do I need both belongs_to and has_one
- Can I make an array of links using link_to in Rails?
- Overcoming a basic problem with CSV parsing using the FasterCSV gem
- Why does my rails command always create a new application?
- Reload factory_girl factory
- Sort a table_for in rails activeadmin
- Preserve variable in cucumber?
- Skip jbuilder files when I generate a scaffold?
- Rails prevent layout during AJAX request
- How to get Heroku to recognize a yarn.lock or package.json within a subdirectory (not root)
- AWS: S3 Bucket AWS You can't grant public access because Block public access settings are turned on for this account
- Ruby split by comma absorbing trailing space
- Include Assets Only If They Exist
- Ruby on rails - Error during bundle install
- factory girl uniqueness validation fails for associated factories
- How can I get JavaScript style hash access?
- Why can't I use attr_accessor inside initialize?
- Why cant there be classes inside methods in Ruby?
- Generating a new secrets.yml file
- With Google API Client, how to create client
- mongoid .limit does not work in mongoid 3.1.x
- Fastest way to find 2 missing numbers in an array
- Rspec - wrong number of arguments when raising error
- 'twitter/bootstrap/bootstrap.less' wasn't found
- Block scope in ruby
- Set “secure” flag on session cookie in RoR even over HTTP
- Rails & Postgres: Migration to change_colomn gives error “cannot be cast to type timestamp without time zone”
- Dynamically replace method implementation on an object in Ruby
- Javascript includes not loading for later in the page
- what is X-Cascade header
- Regex to check alphanumeric string in ruby
- Setting Content-Type header for RSpec and Rails-API
- How to disable post-install messages from rubygems?
- In Rails, how can I allow some html in a text area?
- rails 4 - rake command shows deprecation warning everytime I run the rake db:migrate command
- The 'tap' method on String object doesn't return expected result
- Rails 5 throw abort : how do I setup error messages?
- Bundle install fails to install libxml-ruby
- Ruby Net::OpenTimeout: execution expired
- (In Ruby) allowing mixed-in class methods access to class constants
- How to switch between different version of gem installed?
- find_or_initialize_by doesn't work with 2 columns
- rails access view name inside partial
- Passing Array to a select_tag
- Ruby check if even number, float
- Local Time Zone in Ruby
- What's the difference between :include_blank and :prompt in the Rails select helper?
- Rspec test CSV file download
- Rounding problem with rspec tests when comparing float arrays
- Subdomains and locally installed Rails app
- Get current user id in devise
- Ajax Delete links log out current_user
- Integer ordinalization in Ruby/Rails
- Rails functional test: sending URL query parameters in POST request
- package configuration for libffi is not found in macOS while installing travis-cli
- Force SSL for specific routes in Rails 3.1
- What is the proper way of adding a default boolean value that works in MySQL?
- Should native validations be tested in rails?
- How to include ActionMailer class in rake task?
- Padding printed output of tabular data
- What's the difference between rack app vs. rails app?
- Verifying a remote image is actually an image file in ruby?
- how to build a select tag from a range in rails
- How do I get colour with Windows command prompt using RSpec in Ruby?
- How can I use rdiscount on Heroku?
- Ruby On Rails in MAMP mySQL Snow Leopard
- How can I stop Heroku Dyno that is running a Rails task through Heroku Scheduler?
- What is the difference between @@ and @ in Ruby?
- How to specify the path of the public directory in a ruby on rails app?
- HTTP disconnect/timeout between request and response handling
- Mocking ActiveRecord relationship beheavior in RSpec tests
- How to check entire rails project for compilation errors
- Is it possible to cache custom sql queries in Rails?
- Where is libintl3 and libiconv2 for gnu make on windows, needed to compile vim with ruby on MinGW
- Unit Tests w/ Full Stack Traces
- What is the Rails Presenters folder for?
- Rails: how to treat alternative Accept: content-types as JSON?
- Ruby serialize struct with JSON
- railstutorial where is debug information coming from
- Rails 3 build a select tag with has_many belongs_to association
- you should require 'minitest/autorun' instead. in ruby on rails
- Function pointer in Ruby?
- Rails utf-8 problem
- Nested strong parameters in rails - AssociationTypeMismatch MYMODEL expected, got ActionController::Parameters()
- Sidekiq VS. RabbitMQ
- f.collection_select not displaying the selected value
- How to limit Phusion Passenger memory usage?
- The asset “application.js” is not present in the asset pipeline
- testing with specs, capybara from railstutorial chapter 3 does not work (have_selector('title', :text => ' | Home'))
- Java Filter For Logstash
- Rails multiple belongs_to assignment
- How can I generate an image in Ruby without external dependencies?
- Latest omniauth-facebook gem breaks devise
- wicked_pdf Error: PDF could not be generated
- Difference between ActiveRecord and ActiveRecord::Relation objects
- Redirect to after successful ajax form
- Schedule Rails Task to run at a certain time
- rails activesupport notifications - wrong db runtime value
- How to resolve factory_girl wrong number of arguments error
- Validate on inclusion within array of options OR be nil
- Devise action filter for actions that require authentication
- Devise 'translation missing' error with subclassed controller
- Rails: Can't resolve image into URL: to_model delegated to attachment, but attachment is nil Rails 5.2
- How can I choose which version of a module to include dynamically in Ruby?
- Accessing object of form in formtastic
- how to add new field to mechanize form (ruby/mechanize)
- How do I get only the query string in a Rails route?
- render_to_string partial format error in controller
- rails4 - Psych::BadAlias: Unknown alias: test
- Equivalent of Ruby method_missing in Objective C / iOS
- How do I use .html.erb as a file extension for my views with Sinatra?
- conditionally apply skip_before_filter with :if => condition in rails 4
- ActiveRecord… activerecord-mysql-adapter
- Execute external program in ruby and wait for its execution
- How do I wrap span tags in a link_to in slim?
- How can I use Ruby to parse a time as though it is in a time zone I specify, with zone in the format America/Los_Angeles?
- Rails: differences in db/schema.rb - null: false at created_at/updated_at columns
- First Call to a Controller, Constant is defined, Second call, “uninitialized constant Oauth”?
- Is it possible to invert a named scope in Rails3?
- Heroku + Apartment PG::Error: ERROR: function pg_stat_statements_reset() does not exist
- Symbols in query-string for elasticsearch
- Can store hash in a cookie?
- Understanding Celluloid Concurrency
- Rails - Generating migration script from model
- How to change ActiveRecord's table name during runtime
- :autosave ignored on has_many relation — what am I missing?
- Rails API + AngularJS + Websocket-Rails gem
- Multiple threads calling the same function
- How to search by attribute value
- Way to load folder as module constant in rails app directory
- Error reporting when sending emails with delayed_job
- Remove “http://” and “https://” from a string
- How to make fish shell use an rvm ruby by default
- How to convert CSV to Excel?
- Rails 3.1 asset pipeline vendor/assets folder organization
- Devise: Allow users to register as “UsErNaMe” but login with “username”
- How can I convert JSON to XML in Ruby?
- has_many nested form with a has_one nested form within it
- Ruby - create gem: reload console with updated gem content
- Can procs be used with case statements in Ruby 2.0?
- undefined method `id' for #<ActiveRecord::Relation []>
- Can't install ZenTest 4.8.4
- How do I access Sinatra's Logger outside the Request Scope
- Rails + PostgreSQL SSL decryption failure
- Asset Precompilation OK, but 404 when trying to get files
- What is the best way to override Rails ActiveRecord destroy behavior?
- Ruby auto deleting temp file?
- When should we consider using private or protected?
- Building an extension framework for a Rails app
- Charts library for Ruby
- action cable subscribing locally, but not on heroku
- Making Ruby Net::HTTP::Get request with cookie
- How does ruby's String .hash method work?
- Rails 3 Route with Multiple Optional Parameters
- What's the profit of using /.*?/
- Devise Test Helper - sign_in does not work
- why does subtraction between dates return a Rational type?
- how to skip a few iterations in a loop in Ruby?
- Rails no route matches with nested resources
- DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support will be removed in Rails 4.0
- What does $:<< “.” do to Ruby's require path?
- Unable to connect to Geckodriver
- Rails shows IP as 127.0.0.1 when accessed from private NIC, but Nginx shows the correct IP. Public IP gets forwarded fine
- searchkick index related model fields
- How do I use the public swagger-generator docker image to generate a client?
- Ruby difference between send and instance_eval?
- Rails - How do I 'merge' or append a value to an array within the URL?
- How to get a line break in a plain text email RoR?
- Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem
- How to manually construct an AST?
- Is there something similar to Nokogiri for parsing Ruby code?
- Has_Many :Through or :finder_sql
- What does config.gem (in environment.rb) do?
- Rails meta_search gem: sort by count of an associated model
- Is rails console limiting the query output?
- Rails 4 Mountable Engine, couldn't find file 'jquery'
- Capistrano error when change repository using git
- Rails Functional Test of Arbitrary or Custom URLs
- Using pry-rescue to debug exceptions in Cucumber steps
- How can I configure puma when running Capybara?
- How to get full belongs_to object in json render?
- Capturing STDOUT and STDERR of an external program *while* it's executing (Ruby)
- Cannot resolve file in RubyMine
- active model serializer not working with rails-api gem
- Rufus scheduler running multiple times with unicorn, fixed with :lockfile, but how to eliminate the error msg?
- HTML5 FormData file upload with RubyOnRails
- Return false and rollback in after_save callback
- Activeadmin stops my jQuery working
- recognize Ruby code in Treetop grammar
- Ruby Watir: Clicking OK on JavaScript Alerts?
- Creating seo friendly url from a string
- handling order with has_many through relationship
- Using jQuery plugins in Rails 3
- rubymine - Could not find gem “jquery-rails”
- Button_to uses POST Link_to uses GET, why? ROR
- Rails 4 API deployment example to Amazon EC2 using Capistrano 3, Nginx, Puma, GitHub, and RVM?
- Load Ruby gem into a user-defined namespace
- Active storage seed Rails
- Passenger doesn't seem to be running (Capistrano/Rails/Apache/Ubuntu)
- TinyMCE and Bootstrap Modals — Works only one time
- rails 3 - code shared between multiple controllers - where to put it?
- What is an Illegal octal digit?
- How to convert STDIN contents to an array?
- Rails 3/Devise confirmation email server settings
- Best authentication method to grant API access to Rails app
- How can I run headless browser system tests in Rails 5.1?
- Rails 3 - Asset Pipeline — What does it mean to me?
- ice_cube and recurring_select gems and occurrences
- Installing ruby gems in a npm project
- Rails RESTful resources using to_param for a field that contains separator characters
- How to get detailed error messages from rails console?
- Using link_to in a class in a Rails helper
- do not include required files into vim omnicompletion
- How to properly diagnose a 500 error (Rails, Passenger, Nginx, Postgres)
- How to apply a scope to an association when using fields_for?
- Unable to connect mysql from Sequel gem
- Sinatra Variable Scope
- Multiple content_for on the same page
- Why shouldn't Helpers have html in them?
- Filter long log parameters in Rails
- Implementing HTTPS certificate/pubkey pinning with Ruby
- ActiveRecord has_many :through duplicating counter caches on mass assignment
- How to automatically set all links to nofollow in Rails
- Getting 256 colors out of ruby-ncurses
- Partial SSL in rails
- How to show SQL statements in Rails console like WEBrick?
- Rails 5.2 Net::SMTPAuthenticationError - 535 Authentication failed: account disabled When Sending Email (Localhost and Heroku)
- Using CSS to style Ruby objects in erb
- Cartesian Product Ruby
- Ruby, Source Code of Splat?
- How can multiple trailing slashes can be removed from a URL in Ruby
- How to solve undefined method `to_key' for #<Book::ActiveRecord_Relation:0x007fb709a6a8c0>?
- Efficiencies of set operations vs array operations in ruby
- Docker-compose - Redis at 0.0.0.0 instead of 127.0.0.1
- What are the current differences between jQuery and Prototype?
- Wrong date with ruby Date.today and DateTime.now
- How to change a document's _type in Mongoid?
- rails 3 rendering view without action
- Turbolinks and Controller-specific assets
- How does Ruby know where to find a required file?
- Trying to understand the Ruby .chr and .ord methods
- Ambiguous Relationship in Mongoid
- Formtastic select with grouping
- What's the deal with rubygems on Debian? It's different and strange
- Rspec Controller tests, passing JSON params
- newbie: error message when 'rake -T'
- What actually occurs when stating “private”/“protected” in Ruby?
- Ruby equivalent of PHP's ucfirst() function
- Access chef resources inside ruby block
- Throw an exception whenever someone tries to mass-assign protected attributes
- custom action in rails 3
- What is `stringify_keys' in rails and how to solve it when this error comes
- Rails Tutorial: RSpec test decoupling
- Names of HTML form naming conventions
- Test a base (abstract) controller
- How to stub a class method using rspec/rspec-mocks
- originals indexes of sorted elements in Ruby
- how can a controller manually set validation errors for a certain field
- Easy way to do ajax uploading with paperclip in rails?
- Rails, Ruby 1.9.3p0, and mysql gem
- Rails 3 override Devise sessions controller
- Serializing an object to JSON, XML, YAML?
- Rails3 button_to is calling POST action, trying to call PUT action
- Ruby 1.9.1-p234, Passenger 2.2.5, Rails 2.3-stable closed stream on POST request
- How should I avoid memoization causing bugs in Ruby?
- what is the equivalent of “find_all_by_id” in rails 4
- Graphql Field doesn't exist on type
- JSON breaking back button in Chrome, Reload Button in IE (Showing as naked data)
- The string count() method
- Rails how to tell if a sidekiq worker is done with perform_async
- Rails Cannot call method 'charAt' of undefined
- Can't mass-assign protected attributes for creating a has_many nested model with Devise
- RSpec and Machinist error: Too many open files
- Datamapper: Sorting results through association
- How to remove nested keys from a hash list in Rails
- Difference between mattr_accessor and cattr_accessor in ActiveSupport?
- What is Ruby's equivalent to Python's multiprocessing module?
- Ruby module prepend vs derivation
- Rails Mongoid model query result returns wrong size/length/count info even when using limit
- what is the time complexity of Array#uniq method in ruby?
- Is it correct to have files that mix Javascript and ruby? ie. (.js.erb)?
- Why is the rack env hash empty in Rails test environment?
- When should I test Views separately in Cucumber & RSpec workflow?
- What testing frameworks are used for Rails?
- Ruby 2.0.0 RVM fails compilation OS X 10.8.2 Mountain Lion
- 1.week.ago.in_zone(Time.zone) for Rails?
- Error when compiling Ruby 1.8.7 from source: math.c:37: error: missing binary operator before token “(”
- Rspec testing of counter_cache column's returning 0
- Using credentials.yml with Rails and Heroku
- How to combine two procs into one?
- Devise, how to override send_confirmation_instructions
- Rails server does not start?
- what happened to mongrel? any alternatives on windows?
- Rails 3.1.0 - undefined method `page_cache_extension' for ActionController::Base:Class
- rails find: using conditions while including same table twice via different named associations
- An error occurred while installing json (1.8.3), and Bundler cannot continue. on Ubuntu
- check https status code ruby
- CanCan - Access denied - Way to make CanCan Specify in the LOG Why?
- How add hash parameter to url using redirect_to?
- Setting environment variables for Phusion Passenger applications
- Single sign-on, multiple domains on same server, ruby on rails
- How to insert a new element in between all elements of a Ruby array?
- Rails routes: Nested, Member, Collection, namespace, scope and customizable
- Clearing a Rails Session during Development
- Rails 3.1.3 using anchor attribute with link_to tag from posts/index to posts/show/id not working
- Rails: How to listen to / pull from service or queue?
- Assign a rendered partial to an instance variable
- How do you access the symbol table in Ruby?
- rails prepend_view_path of mountable engine
- Ruby form using ajax with remote: true gives ActionController::InvalidAuthenticityToken error. Classic submission does not
- Howto compile vim with ruby 1.9.2
- RSpec can't find Factorys from Factorygirl
- Transform XML with XSLT and preserve CDATA (in Ruby)
- Converting Microsoft Timezone to standards timezone data in rails
- 'bundle exec' complains about gem not being installed, even after 'bundle install'
- How to iterate over an array with HAML?
- Every link_to on my rails 4 application is being called twice
- Rails has_many :through with conditions and building associations
- brew install redis (osx 10.7)
- Can someone provide an example for how to post XML using HTTParty and Ruby on Rails?
- How to get ip address, referer, and user agent in ruby?
- Installing gems from behind a corporate firewall
- Find all indices of a substring within a string
- How to add a (pre/post)_install_hook to ruby gems
- Extract the AST from a Ruby block
- Dynamically create after_add and after_remove callbacks for has_many or habtm?
- Rails system test with capybara and headless selenium browser in Docker
- Perl - Ruby mapping?
- The heroku command exists in these Ruby versions?
- Rails - include module into controller, to be used in the view
- How to make Ruby file run as executable?
- run multi delayed_job instances per RAILS_ENV
- Catching Invalid JSON Parse Errors with Rack Middleware
- Avoid printing after executing command in console
- undefined method `explain' for #<ActiveRecord::ConnectionAdapters::MysqlAdapter
- How do I change a string column into a bigint?
- Reading files in a zip archive, without unzipping the archive
- Is there a module like Perl's LWP for Ruby?
- Comparing objects in ruby
- How to insert timestamp into rails database-column
- Rails rendering instance variable from application.html.erb
- How to skip validations as admin during update_attributes?
- Making a custom plugin/gem/engine for Rails 3 app
- Rails.root from engine
- Warning: input is a void element tag and must not have `children` or use `props.dangerouslySetInnerHTML`. Check the render method of null
- Ruby's range step method causes very slow execution?
- How do you override the getter method for a Rails has_one association?
- How to use Rails I18n.t to translate an ActiveRecord attribute?
- Difference between bundle & bundle install
- join two tables to get data rails 4
- Why is hex -> base64 so different from base64 -> hex using pack and unpack?
- How to unscope an associated record in Rails 3
- How does Ruby's Enumerator object iterate externally over an internal iterator?
- Authorization in Rails 3.1 : CanCan, CanTango, declarative_authorization?
- Class variables in rails views?
- Redis pipelined order of execution
- What does Bundler offer over RVM?
- Ruby Integer(), Array(), et al — what are they? Where do they come from?
- Rails url helpers in subdomains - remove the subdomain
- How do you remove units of measurement from a Sass mixin equation?
- Ruby Module Declaration
- Loading class descendants in rails development
- When does ActiveRecord establish connections?
- Google Calendar API v3 - Update Event
- How do I get the size of a ruby object in mb in Rails?
- Rails 3: Lazy loading versus eager loading
- Rspec bundle is broken in TextMate and rvm
- Ruby on Rails Passing Parameter In URL
- Getting nokogiri to use a newer version of libxml2
- Rails error resource_name - devise help routing and rendering
- Rails 3: “:method => :post” doesn't work… seems to be 'GET' when it should 'POST'
- Rails doesn't convert timezone (PostgreSQL)
- Why Active Record relation is not returned in console?
- Button_to in Ruby on Rails bad route
- Principles on how to send a mass mailer without it ending up in junk mail
- Integrate Grunt into Rails asset pipeline
- Customise layout (components ) for activeadmin
- How do I copy a file from one server to another?
- How can I access an ActiveRecord grandparent association through a parent association that has not yet been saved?
- Rails: Handling a scaffolding, such as “Sheep,” that has the same plural and singular form
- Delayed Job giving a undefined method error
- Rails 4 wicked_pdf saving pdf on server in model
- monitoring multiple delayed job workers with monit
- Rails proxy controller not pulling images through properly, how to modify appropriately?
- How do I use domain objects from middleware with cache_classes off?
- Start another Rails Server from within Rails App with backticks
- is there any Ruby or Rails reporting tools based on customizable templates?
- Ruby on Rails private link sharing: Google Docs Style
- ruby regex scan versus =~
- Rails: Get placement of records?
- Rails view/controller testing with rspec best practices
- polymorphic_path for custom collection route
- Tree and graph data structures in ruby
- Cucumber: find the input with label text X?
- Convert string to hexadecimal in Ruby
- Scope in Ruby and Python
- The Authlogic record method. What does this do
- mongodb connection refused docker-compose
- How to enable Rails I18n translation errors in views?
- Rails - Alphabetical Pagination/Navigation
- can't get “rails console” to work on ubuntu 11.10
- Back again to use Rails 2.3.5 from Rails 3
- Initialize class object variable in Ruby
- Using RVM with different gemsets in TextMate
- Is there any difference between `def self.myMethod` and `def myMethod`?
- Run multiple tests in one script in parallel using Ruby Test Unit
- Requiring a sprockets-preprocessed file with Browserify and browserify-rails
- Ruby - find the key(s) of the largest value(s) of a hash
- Error Compiling CSS Asset
- Testing “Post create” with Rspec
- How to perform a Sidekiq callback when a group of workers are complete
- Could not resolve host when trying to install RVM
- Garbage collector in Ruby on Rails?
- Is it possible to undefine a variable in ruby?
- How to make dynamic multi-dimensional array in ruby?
- Rails: validation error codes in JSON
- undefined method `has_many' for Formtastic
- Is there a way to seek through a file without loading the whole thing into an array?
- Creating WYSIWYG form builder (á la Wufoo) in Rails
- what's the best way to format an xml string in ruby?
- generating css file from new sass format (scss) with sinatra and haml
- sleep 0 has special meaning?
- Postgres Query JSON Array that contains something
- DoubleRenderError in Rails 4.1 when rescuing from InvalidCrossOriginRequest
- Authenticate using Devise and Rails Admin for particular routes
- How to create a multi-page PDF-file with Gnuplot?
- Background images using prawn on all pages
- How to restart Phusion Passenger + Apache in Production mode on Ubuntu server for Ruby on Rails?
- Missing secret key base for production environment
- Rails 4 radio button form helper, true not validating
- How best to “merge” two objects and their associations in rails?
- What is flash hash in ruby on rails
- How do I force double-quotes when dumping YAML?
- bundler: Using a custom path while using system gems is unsupported
- Rails 4: favicon not showing
- :counter_cache => true for storing sum
- Given an array of size y, containing arrays of size n, how can I return all logical combinations using Ruby?
- Any font for generating pdf that will handle Chinese, Cyrillic… ?
- Rails 3: datetime_select with am/pm options
- Emacs, ruby: convert do end block to curly braces and vice versa
- Factory Girl and has_one
- Rails flash messages in Java
- How to use Nokogiri's xpath and at_xpath methods
- Rails Admin vs Active Admin : Rails Admin generation tools
- Importing CSS with webpacker in Rails 6
- Rails render json including methods with parameters
- Building a rails form to filter an index page?
- Rails RESTful Routing With '/' and Slugs
- Rails 4 HABTM custom validation on associations
- Mixing radio buttons and text_field
- Check for consecutive numbers
- How can you make sure a username won't conflict with an existing route?
- Getting “SSL_connect returned=1 errno=0 state=error: certificate verify failed” when connecting to S3
- Newlines resolved as =0A in Sendgrid X-SMTPAPI header
- Ruby on Rails: Cucumber: how do I follow a link that opens a new window?
- generate ZIP from generated PDFs with wicked_pdf
- High-performance REST API - Which language/stack?
- Ruby Gem Twitter - certificate verify failed (Twitter::Error::ClientError)
- ActionView::Template::Error (variable @fontAwesomeEotPath_iefix is undefined)
- In Rails, where to put useful functions for both controllers and models
- Rails caching: Expiring multiple pages for one action
- How to alias a class method within a module?
- Get image dimensions using Refile
- Get path of corresponding controller action view file
- install bundler using rvm, ruby 1.8.7 with gcc 4.7 on linux
- How can I match Korean characters in a Ruby regular expression?
- Two gems share same require?
- file upload progress bar with paperclip on heroku
- Can't mass-assign protected attributes: tags_attributes?
- How can I mock with a block in minitest?
- Why does $(window).load() work but not $(document).ready()?
- Why does truth && “string” return “string”
- Can't run RubyMine debugger with RVM, Ruby 1.9.2 and Rails 3
- Best way to implement an “endless page” in rails?
- show only posts created in last week
- Rails 4 app… in development environment javascript not firing unless page is refreshed
- unable to save or cancel subscriptions using Stripe
- stop ruby http request modifying header name
- Not recognizning ENV variables in S3.yml in rails
- Connection refused - connect(2) with rake db:seed on Mongodb
- Ruby Programming Techniques: simple yet not so simple object manipulation
- “Web console is activated in the test environment” when testing app
- Active Storage with Amazon S3 not saving with filename specified but using file key instead
- How do I exclude password fields from validation during record update? (Rails 3.0.4, Ruby 1.9.2)
- How to implement a Counter Cache in Rails?
- Rails 3 Server Startup problem with fastercsv
- Question about ActiveRecord#default_scope method and default ordering
- Mysql2: close client connection
- My jquery AJAX POST requests works without sending an Authenticity Token (Rails)
- jQuery validation plugin: valid() does not work with remote validation?
- You cannot specify the same gem twice with different version requirements
- Regulating / rate limiting ruby mechanize
- How can I use scopes with Ransack in Rails 3?
- Radio button value in rails form_for not being part of params[:model]
- PrivatePub is not defined error Rails 3.2 private pub
- Flatten Ruby method in C#
- Best practice for processing a lot of data while the user waits (in Rails)?
- How to test if carrierwave file changed?
- Best practice for adding a Ruby extension methods to Rails 3?
- undefined method `blank?' for “123”:String (NoMethodError)
- I need to scrape data from a facebook game - using ruby
- Any tips on getting Rails to run with an Access back-end?
- staging and live app with capistrano
- My text is written in a bad direction when I use a template
- Connect to uncertified host via FTP over TLS/SSL
- Output to console while preserving user input in ruby
- 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?
- 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?
- 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-e