TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
37
To review
0
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
37
To review
0
37 questions
Medium
2 votes117 runs0 comment
Create a Rails controller with a bar action and a value parameter.
Olivier Millaat Nov 11, 2021
Hard
1 vote119 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 vote110 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 vote105 runs0 comment
What is the effect of setting config.eager_load = true in Rails?
Olivier Millaat Dec 2, 2021
Hard
1 vote76 runs0 comment
Translate the string 'hello_world' to French in Rails
Inconnuat Jan 5, 2022
Hard
0 vote117 runs0 comment
Rails validations: :state, :inclusion, :valid?
Olivier Millaat Nov 11, 2021
Expert
0 vote113 runs0 comment
Write a Rails controller and view that renders a list of foos.
Olivier Millaat Dec 2, 2021
Medium
0 vote107 runs0 comment
How to make a method available in all views in Rails
Olivier Millaat Dec 2, 2021
Medium
0 vote107 runs1 comment
Return all Bar objects whose foos have data set to true.
Olivier Millaat Nov 11, 2021
Medium
0 vote106 runs0 comment
Add subfolders of app/models to the list of paths to load at application startup
Olivier Millaat Dec 2, 2021
Medium
0 vote105 runs0 comment
Hard
0 vote105 runs0 comment
Medium
0 vote104 runs0 comment
Calling user.foos executes a single database query
Olivier Millaat Nov 11, 2021
Medium
0 vote102 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
Easy
0 vote101 runs0 comment