TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3733
To review
21
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3733
To review
21
37 questions
Medium
2 votes120 runs0 comment
Create a Rails controller with a bar action and a value parameter.
Olivier Millaat Nov 11, 2021
Hard
1 vote123 runs0 comment
Rails: The #create action raises an exception if the request parameters do not contain a :foo key.
Olivier Millaat Dec 2, 2021
Hard
1 vote113 runs0 comment
Use the I18n gem to translate a string, a date and a pluralized string in Rails
Olivier Millaat Nov 11, 2021
Medium
1 vote109 runs0 comment
What is the effect of setting config.eager_load = true in Rails?
Olivier Millaat Dec 2, 2021
Hard
1 vote81 runs0 comment
Translate the string 'hello_world' to French in Rails
Inconnuat Jan 5, 2022
Hard
0 vote121 runs0 comment
Rails validations: :state, :inclusion, :valid?
Olivier Millaat Nov 11, 2021
Expert
0 vote118 runs0 comment
Write a Rails controller and view that renders a list of foos.
Olivier Millaat Dec 2, 2021
Medium
0 vote111 runs1 comment
Return all Bar objects whose foos have data set to true.
Olivier Millaat Nov 11, 2021
Medium
0 vote110 runs0 comment
How to make a method available in all views in Rails
Olivier Millaat Dec 2, 2021
Medium
0 vote109 runs0 comment
Add subfolders of app/models to the list of paths to load at application startup
Olivier Millaat Dec 2, 2021
Easy
0 vote109 runs0 comment
Calling user.foos executes a single database query
Olivier Millaat Nov 11, 2021
Medium
0 vote108 runs0 comment
Medium
0 vote108 runs0 comment
Create a task in the lib/tasks/namespace.rake file with the command rails g task namespace task1
Olivier Millaat Dec 2, 2021
Hard
0 vote108 runs0 comment
Easy
0 vote107 runs0 comment