Комментарии:
IT's WONDERFUL TUTORIALS THANKS YOU 😍😍😍😍
ОтветитьIT'S WONDERFULL TUTORIAL 😍😍😍
ОтветитьGreat tutorial. Easy to follow. Look forward to more tutorials. Thank you very much!
ОтветитьGreat....Keep up the good work
ОтветитьPlease keep it coming! Ive been learning rails for a month now and I absolutely love it!
Ответитьthanks for the awesome video!
ОтветитьI would like the option when creating posts to either upload an image, or to link to an exisiting image already online. How can this feature be added ?
ОтветитьI get this error whenever i am trying to insert images in posts . NoMethodError in Admin::PostsController#create.
ОтветитьWhy did you use a CDN instead of downloading the js and CSS files so that the asset pipeline could manage them?
ОтветитьThis was quick awesome and overall a great tutorial.
ОтветитьAs soon as i get to the point to "rails db:seed" i get an error:
rails aborted!
LoadError: cannot load such file -- bcrypt_ext
im on windows 10. Ive searched everyhwere but cant find any working solution.
Du U have any idea?
Nice Tut!!!
ОтветитьThanks man, very useful. Not completely noob friendly, but it was fine for me :)
ОтветитьHey i'm getting the following error
ActionView::MissingTemplate in Posts#index
Showing /Users/daveytee/Desktop/portfolio/app/views/layouts/application.html.erb where line #19 raised:
Missing partial shared/_alerts with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}. Searched in:
* "/Users/daveytee/Desktop/portfolio/app/views"
* "/Users/daveytee/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/bundler/gems/activeadmin-78324a83fa01/app/views"
* "/Users/daveytee/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/kaminari-0.17.0/app/views"
* "/Users/daveytee/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/devise-4.2.0/app/views"
Extracted source (around line #19):
17
18
19
20
21
22
<%= render 'shared/header' %>
<%= render 'shared/alerts' %>
<%= yield %>
<%= render 'shared/footer' %>
Rails.root: /Users/daveytee/Desktop/portfolio
Application Trace | Framework Trace | Full Trace
app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb__2204882479571987337_70153578072080'
Request
Parameters:
None
Toggle session dump
Toggle env dump
Response
Headers:
None
My code matches yours so i'm not sure why i'm getting this error?
this is my first tutorial its very useful, but I have a little problem undefined method `image?' for #<Post:0x007ffe940966f0>
Did you mean? images?
images
images=
you will know how to fix it
thanks bro you really made a good video!
Ответить/bundler/dsl.rb:544:in `parse_line_number_from_description': incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string) (Encoding::CompatibilityError)
ОтветитьAwesome tutorial, sir!
Ответитьhey guy! for example I have this in my method new. @comments = Comment.all
@comment = Comment.new because in 1 view I wanna show my comments and I wanna create comments too there. all is Fine but when I clicked to add the comment I get this. undefinided method each for nil: NilClass. i can notice that the problem is @products but I need to use it to show the comments "/ what can i do? thanks for all
What's the name of that Sublime theme?
Ответитьit goes very well thanks for the knowledge bravo!
ОтветитьWould you help me to know how can i proceed doingthis blog by using react.js?
i´ve install the react gem and then i made bundle install
but the when i put : rails g react:install
comes this error:
You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming.
Great tutorial! Thankyou.
ОтветитьSic video bro, some things were a lil over my head as a advanced beginning but i'll watch again to figure it out, thanks for posting
Ответитьim confused by the avatar that we changed to image.. What are they and why did we change them, are they just variables?
ОтветитьCan you please reveal what sublime text theme you're using? Looks so clean.
ОтветитьGREAT TUTORIAL THANK YOU!
ОтветитьHey I successfully built portfolio site. Do you mind make another rails video? I would love to watch about ecommerce + cms in rails
ОтветитьWhat is The admin Eamil PAssword For your Github project?
Ответитьoverall a good tutorial but in some cases, not very well explained of the already generated code in that case we just blindly follow you
ОтветитьThank you so much! This helped me a lot!
Ответитьhello
ОтветитьI have a problem installing active_admin... does anyone have the same problem? I am using rails 5.0
Ответитьhi, i received this error when getting to the part with adding the image to the blog post:
Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=development
I followed the video exactly and am now stuck. Do you know how to fix this?
great video thanks man. are you going to do more tutorials?
ОтветитьThis is a very well featured app.
Active Admin is a gem I've not come across and adds WordPress like features to your blog managing posts, users and comments. Thanks very much for making this available.
when click on new post then how post redirect to main home or index page?
ОтветитьIn case anyone encounters this error in the future: After generating a migration for the image in post, I ran my migration, but had an error that "Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:"
Super simple fix. Just go to the migration file and add the Rails release number to the end of your migration (you can reference your previous migrations). Looks like:
class AddAttachmentImageToPosts < ActiveRecord::Migration[5.1]
One screencast closer to being a pro RoR dev.. thanks man..
ОтветитьI like the pacing because it's not beginner level. Good for a review when coming back to Rails after a while.
ОтветитьCould someone help me, im following the video but im getting an error.
Missing partial shared/_header with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:
* "C:/Sites/port/app/views"
<%= render 'shared/header' %>
<%= render 'shared/alerts' %>
<%= yield %>
<%= render 'shared/footer' %>
any help would be great.
Thanks.
open-labs, I'm currently using a virtual environment "vagrant" to build apps. How do I build rails 5 apps without replacing rails 4? Sorry if this is an easy question, I'm still new to this.
ОтветитьI am beginner with ROR, & didn't get sublime text command. please let me know.
Ответитьmy image for the post is huge and idk why. I think I pasted everything related after I tried to do it on my own originally
ОтветитьThe title is confusing.
Ответитьthis voide has taught me a lot,thank you!
Ответить