[Rails] New Opportunity :: Ruby Developer , NYC, NY

2018-09-10 Thread chtw1007
Hi All, I need some candidate for the following role asap. Please send your resume at chtw1...@gmail.com *Role : Ruby Developer* *Location : New York, NY* *Duration: Long Term W2* Visa : Any Rate : open Starts : ASAP 2 Openings *Job Description* - Take part in the

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Nielson Rolim
You can use just Yarn without webpacker too. On Monday, September 10, 2018 at 6:33:45 PM UTC-3, Rob Zolkos wrote: > > These problems are largely solved by webpacker now in Rails. Just add > npm packages to your package.json (just as easy as adding to a Gemfile) and > it works great with the

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Rob Zolkos
These problems are largely solved by webpacker now in Rails. Just add npm packages to your package.json (just as easy as adding to a Gemfile) and it works great with the asset pipeline. On Tue, 11 Sep 2018 at 6:50 am, Walter Lee Davis wrote: > Someone reminded me off-list that I was thinking

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Rob Zolkos
Are you thinking of https://rails-assets.org/#/ On Tue, 11 Sep 2018 at 6:18 am, Greg Navis wrote: > I found https://github.com/endenwer/npm-rails but it uses a separate > file, not Gemfile. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails:

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Walter Lee Davis
Someone reminded me off-list that I was thinking of https://rails-assets.org, which is for Bower, not NPM. Lovely tooling, gone too soon. Walter On Monday, September 10, 2018 at 4:18:40 PM UTC-4, Greg Navis wrote: > > I found https://github.com/endenwer/npm-rails but it uses a separate >

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Greg Navis
I found https://github.com/endenwer/npm-rails but it uses a separate file, not Gemfile. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Walter Lee Davis
Nope, neither of those. I recall that you would just be able to add lines to the Gemfile for each npm package, and they would be auto-loaded into the application.js. Walter On Monday, September 10, 2018 at 3:34:26 PM UTC-4, Joe Guerra wrote: > > or this? >

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Joe Guerra
or this? https://github.com/rstacruz/npm-pipeline-rails On Monday, September 10, 2018 at 3:32:47 PM UTC-4, Joe Guerra wrote: > > this ? > https://github.com/endenwer/npm-rails > > On Mon, Sep 10, 2018 at 3:28 PM, Walter Lee Davis > wrote: > >> I am having a very hard time googling for this.

Re: [Rails] What is the name of that gem?

2018-09-10 Thread Joe Guerra
this ? https://github.com/endenwer/npm-rails On Mon, Sep 10, 2018 at 3:28 PM, Walter Lee Davis wrote: > I am having a very hard time googling for this. It's a gem you add to your > rails application, and it allows you to then request Node modules as if > they were gems, and get them added to

[Rails] What is the name of that gem?

2018-09-10 Thread Walter Lee Davis
I am having a very hard time googling for this. It's a gem you add to your rails application, and it allows you to then request Node modules as if they were gems, and get them added to the asset pipeline. It's a combination of a gem and a packaging service that wraps (maybe auto-wraps) the