TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3641
To review
24
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
3641
To review
24
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 vote120 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 vote111 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 vote106 runs0 comment
What is the effect of setting config.eager_load = true in Rails?
Olivier Millaat Dec 2, 2021
Hard
1 vote77 runs0 comment
Translate the string 'hello_world' to French in Rails
Inconnuat Jan 5, 2022
Hard
0 vote119 runs0 comment
Rails validations: :state, :inclusion, :valid?
Olivier Millaat Nov 11, 2021
Expert
0 vote114 runs0 comment
Write a Rails controller and view that renders a list of foos.
Olivier Millaat Dec 2, 2021
Medium
0 vote108 runs0 comment
How to make a method available in all views in Rails
Olivier Millaat Dec 2, 2021
Medium
0 vote108 runs1 comment
Return all Bar objects whose foos have data set to true.
Olivier Millaat Nov 11, 2021
Medium
0 vote106 runs0 comment
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
Hard
0 vote105 runs0 comment
Medium
0 vote105 runs0 comment
Calling user.foos executes a single database query
Olivier Millaat Nov 11, 2021
Medium
0 vote103 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 vote102 runs0 comment