Search Results for "rails-generators-explained"
Lessons
Forum Threads
Custom Rails Generators for API Clients Discussion
1
General
Always a pleasure seeing you spelunking into source code
Chris Oliver replied
Extracting Reusable Base Classes In Ruby Discussion
3
General
The cat is still playing in the background 😂
Rails latest (6.1.1) with Ruby latest (3.0.0)
4
General
Starting to teach another semester I like to recommend the latest versions that work correctly and/or are recommended by the maintainers. I can’t find a proper recommendation, and I’ve seen a few g...
Pito Salas replied
rails new demo without getting a error message?
1
Rails
I did the basic installtion from a book I'm reading and i get the following error message when i type in the command `rails new demo` in my terminal.
```
Michaels-MacBook-Air:~ michaeljonathanamay...
Michael Amay replied
How do I get bin/rails app:template LOCATION=.. to actually work? (rails template with existing app)
7
Rails
I remember Chris mentioning in the "Rails Application Templates" video that he was covering only templates for new rails apps because applying templates to existing apps is "complicated." I'm begin...
Jeff Helman replied
Open Source Vlog - Rails Generators Discussion
0
General
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...
Open Source Vlog - Rails Generators | GoRails - GoRails
2
General
Hey Chris, I just want to say thank you for these screencasts. I've learned a lot, and I'm a bit more confident in my rails development skills to actually apply for Jr. Positions. Your videos have ...
Someone replied
Setting Up Rails 4 with MongoDB and Mongoid Discussion
11
General
If you have time could you please make a guide for OSX Users? :)
Joe Guerra replied
How to use devise with Adminitrate?
7
Gems / Libraries
Great tuts, please how can i use this with devise? when i run rails generate administrate:install, it generate error... says admin is not a class, already have a devise called admin, also have a vi...
Oyewole Samuel replied
Should I switch to RoR from Laravel?
6
General
Hello there,
I'm a web developer and using Laravel for day-to-day life.
It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel.
And I feel ...
Tonni Alex replied
Solved
Issues with loading either rails s and rails c
0
Gems / Libraries
Recently made some modification and created a new file onto controller, views, but as soon as try to load with rails s or rails c, error message from the (server side, rails :
root@DESKTOP-MI3G...
Using custom scaffold templates for Rails models and controllers?
1
Rails
After getting tired of rebuilding all my default scaffold models, views and controllers I decided to create custom templates as outlines on various blogs / SA questions etc.
I created:
/lib/t...
Dan Tappin replied
Solved
How to Contribute to Rails: Adding rich_text field generators Discussion
5
General
This is so cool. You make it look so easy, and maybe it is. I should try committing to rails too.
Sahil replied
Getting undefined Local var method model_resource_name on Rails g Scaffold Model
0
Rails
Running
$ rails g scaffold Poop
returns:
Running via Spring preloader in process 13525
invoke active_record
create db/migrate/20181928173828_create_models.rb
create app/m...
Megazoor posted
Doorkeeper Omniauth OAuth Client Discussion
27
General
Thanks for the heads up! What a pain in the butt.
Rails Application Templates Discussion
39
General
Hello,Im gettingCould not find "Procfile" in any of your source paths. Your current source paths are:
/Users/my_user/Documents/dev/my_app/https:/raw.githubusercontent.com/excid3/jumpstart/masterUsi...
Ryan Girton replied
Admin Interfaces with Administrate Discussion
25
General
*shudder*.. "automagically"
Making a gem like thoughtbot's refills gem
3
Gems / Libraries
Heya,
I saw on HN the other day that USDS has released a styleguide/component system based off of Bourbon. I'd like to toy around with making a gem based off of the Refills gem that allows me to l...
Chris Oliver replied
Meaning of “Expected string default value for …”
6
Rails
So i am starting a new project, and have done this meany times now. However this is the first time i have hit this issue!
I created the app as normal **`rails new myapp -d postgresql`**
I've crea...
Alan Reid replied
Solved