Ruby Passive FTP problems (Windows NT Server - Net::FTPReplyError, Net::FTPProtoError)
I'm having trouble using net/ftp to connect to a Windows NT ftp server. It seems some other clients are having ...
I'm having trouble using net/ftp to connect to a Windows NT ftp server. It seems some other clients are having ...
Getting following error when trying to run hbase shell in OSX(version: 10.11.4): warning: -J-Dfile.encoding=UTF-8 argument ignored (launched in same VM?) ...
I use rails 4.1.6 and ruby 2.2.0 When I create a table without any columns like that: create_table "carts", force: ...
I am getting error when executing the following code in rails console: .to_enum.next Trace: (irb):1: Segmentation fault ruby 1.9.2p320 (2012-04-20 ...
I am using Rails 3.2.8 and Devise 2.1.2 (latest) and am baffled as to why I can create a user ...
What is the process of finding the documentation for a method in Ruby/Rails api Let's take method ActiveRecord::Base.update as an ...
Last week we upgraded a small project which was running on Rails 3.0.1 to Rails 3.2.2. Shortly after the upgrade ...
I see that converting SVGs to absolute commands is a common ask: However, it looks like most solutions are in ...
I have MyModel with: has_one_attached :video I see I can do this: my_model = MyModel.create!() my_model.video.attach(io: File.open("path/my_video.webm"), filename: "video.webm") And ...
I'm using windows XP and I need to use watir with ruby, the installation went pretty well, my last try ...
completely new to this and trying to set up the very basics to be able to control Selenium Webdriver. Windows ...
Getting the following error when running rspec tests unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055) in rails ...