Skip to content

Instantly share code, notes, and snippets.

View Elbar's full-sized avatar
🚀

Elbar Elbar

🚀
View GitHub Profile
@Elbar
Elbar / build related.sh
Created June 5, 2024 12:04 — forked from xiorcal/build related.sh
usefull adb commands #adb #android
@Elbar
Elbar / README.md
Created July 20, 2018 04:48 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@Elbar
Elbar / 0_reuse_code.js
Created April 29, 2016 00:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Elbar
Elbar / gist:14ce7182d4a887f782c2
Created February 28, 2016 15:38 — forked from rspiridonov/gist:5083190
Тестовое задание для RoR-разработчика

Используя фреймворк Ruby on Rails необходимо создать веб-приложение, которое содержит следующее:

Модели:

  • Экскурсия (аттрибуты: заголовок, описание, признак публикации)
  • Категории экскурсии (n-n). Например, историческая, городская, природная, музейная и т.д.
  • Город экскурсии (1-n).

Клиентская часть: