This is a list of advanced JavaScript learning resources from people who responded to this [Tweet][13] and this [Tweet][20].
-
[You Don't Know JS][3]
-
[Frontend Masters courses by Kyle Simpson][12]
-
[@mpjme][6]'s [YouTube videos][5]
| test: | |
| service: Disk | |
| root: <%= Rails.root.join("tmp/storage") %> | |
| local: | |
| service: Disk | |
| root: <%= Rails.root.join("storage") %> | |
| amazon: | |
| service: S3 |
| module BulkCreator | |
| extend ActiveSupport::Concern | |
| module ClassMethods | |
| def bulk_create(columns, values, *args) | |
| records_to_create(values, args).each_slice(500) do |records| | |
| self.connection.execute bulk_insert_sql(columns, records) | |
| end | |
| end |
lntro: Currently, I am searching for a job as a ruby on rails developer, I had many interviews and still going on hunting. I hope when you will be on the same track, these question will definitely help you to prepare for rails interview. If you find some new question please comment here. For now I am adding just a list of questions but next, I will add solutions and links too.
Mostly Interviewer asks whatever you have mentioned in your resume/cv: