Search Results for "is-it-possible-to-open-a-file-via-file-explorer-in-ruby"

Lessons





















Forum Threads

Is it possible to open a file via File Explorer in Ruby?

0
Ruby
For example: if you open Microsoft Word, you can open the File tab and Open a file. This opens up the File Explorer and allows you to choose a .doc or .docx file to open. [appvalley](https://getapp...
BontieFernandes posted

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

File Uploads with Refile Discussion

94
General
Awesome.
Someone replied

Exporting Records To CSV Discussion

58
General
Is there some magic happening when you call @users.to_csv ?? As I understand @users is an ActiveRecord::Relation, how is the method 'to_csv' sended to the User class ??
Nathan Anderson replied

Problems with 'generate' command.

4
Rails
Hello everyone, as you read in the title I have an issue with the 'generate' command from the terminal. following you will find pasted the command i am giving: ``` MacBooks-MacBook-Pro:squirrool...
Zanger02 replied

Refactoring CSV Uploads with ActiveModel::Model Discussion

20
General
Awesome episode, Chris! Would be nice to continue with moving CSV parsing to a background job and adding ajax progress bar to provide visual feedback on import progress
Arthur Ariza replied

Deploy Ubuntu 22.04 Jammy Jellyfish Discussion

46
General
Thanks a lot for this step by step guide! Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs: Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied

Recurring events with the ice_cube gem Discussion

47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...
Margarita Barvinok replied

Direct Messages in Realtime with ActionCable Discussion

20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos replied

Rails & Vue.js Trello Clone - Part 1 Discussion

34
General
Glad you decided to do this :)
don mclamb replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Group Chat with ActionCable: Part 4 Discussion

69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

Using Vagrant for Rails Development Discussion

159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion

77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

How to use Bootstrap with Webpack & Rails Discussion

50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied

Setup MacOS 10.10 Yosemite Discussion

141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

Looking for Rails work? / Hiring Rails developers?

52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work. *Please lead with either SE...
Azmat Ulhaq replied

Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion

77
General
Chris, this is awesome!I was hoping you'd do a Searchkick/ElasticSearch video since you did the Ransack video!Thanks for all the great videos!