]> git.openstreetmap.org Git - rails.git/commit
Add profile location
authornertc <davidtsiklauri7@gmail.com>
Fri, 25 Apr 2025 14:31:39 +0000 (18:31 +0400)
committernertc <davidtsiklauri7@gmail.com>
Fri, 25 Apr 2025 14:31:39 +0000 (18:31 +0400)
commitbafaf78c7de4e8a224e1957f5b7c3f054ad05211
tree70b8c8317fd00646caaabbfec75e6e2f1b7dd58e
parent5688b483b7804b7f131d6fcb93dfe67ce1a3689e
Add profile location
12 files changed:
app/assets/javascripts/home_location_name-endpoint.js [new file with mode: 0644]
app/assets/javascripts/user.js
app/controllers/profiles_controller.rb
app/controllers/searches/nominatim_reverse_queries_controller.rb
app/models/user.rb
app/views/profiles/edit.html.erb
app/views/users/show.html.erb
config/locales/en.yml
db/migrate/20241030090336_add_user_location_name.rb [new file with mode: 0644]
db/structure.sql
test/controllers/searches_controller_test.rb
test/system/user_location_change_test.rb [new file with mode: 0644]