how scrabe data every day
You guys are awesome. :) Mechanize is good. I've used that before. I've never checked out Scrapy or Wombat, but I'm sure they are awesome too. Using [whenever](https://github.com/javan/whenever) ...
Chris Oliver repliedYou guys are awesome. :) Mechanize is good. I've used that before. I've never checked out Scrapy or Wombat, but I'm sure they are awesome too. Using [whenever](https://github.com/javan/whenever) ...
Chris Oliver repliedFound the correct way that worked, leaving the code below in case anyone else needs help with it. **Index.html.erb** ``` Search for a User: ...
Omar Khedr replied • SolvedThanks to both for the information. I've been looking for some regex tips on validating URLs and some better email validation techniques. :)
shakycode repliedFinally worked , the issue was separating "@" and the "domain.org" part i used +@+mydomain\.org
John Munyi repliedNot sure if anything can be done about this other than raising the bottom of the terminal window a bit higher, but the Video controls constantly hide what you're doing since you're typing in at the...
Jerry Lupo repliedEditing the password with an empty string (i.e. not filling the fields and clicking right away on the submit button) doesn't throw any error, Current.user.update(password_params) returns true and t...
Alex replied1. You'll definitely want to do some parsing and validation. For example, leaving out the protocol happens all the time where someone might type in just `gorails.com` into the field. The protocol i...
Chris Oliver replied • SolvedHey everyone, Maybe this is a controversial topic but I've been wondering for a while about a JSON alternative. Being able to serialize objects, array, string, numbers and booleans is nice and fit...
Charlesmartin postedBeautiful, that was it. Thanks so much
Alex Deering repliedHere's what worked for me: I chose to abandon ActiveStorage completely (don't worry, this makes things easier). Once the upload button is clicked on the client, a GET /presigned_url is sent to the ...
Noredeen Al-Zu'bi repliedJust watching this Episode Chris and I must say I love it. I look forward to watching more. I hope you still do Refactorings!
Marc Gayle repliedYou can still create a users controller even if you use Devise so you can make the /users.json endpoint. Devise doesn't define a GET route for /users, just POST and PUT which means you're free to c...
Chris Oliver repliednice Introduction Cris, it looks like this is going to be a great feature for future rails applications comes
joelGarcia93 repliedAll the navigation is in `app/views/shared/navbar.html.erb` 👍
Chris Oliver replied • SolvedSImple app has a two models and does the function to add nested model fields dynamically through JavaScript. But this stuff does not working with the Turbolinks 5. How to refactoring this code by J...
Dmitrii Amelchenko postedI'm wanting to capture all hastags from the richtext field. I thought I had a solution until I came across testing where the richtext editor put HTML entites into the markup. ``` /#([\w]+)/ ``` `...
Stephen Sizer posted