173 links
12 private links
  • Fourre-tout de Norore
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
21 results tagged rails x
  • ruby - How to completely remove webpack and all its dependencies from Rails App - Stack Overflow
    January 19, 2023 at 21:09:44 GMT+1 - permalink -
    QRCode
    - https://stackoverflow.com/questions/49107973/how-to-completely-remove-webpack-and-all-its-dependencies-from-rails-app
    rails css
  • Convert a belongs_to Association to a has_many :through Association in Ruby on Rails

    Convertir une association de type belongs_to en has_many

    January 19, 2023 at 15:39:25 GMT+1 * - permalink -
    QRCode
    - https://stevepolito.design/blog/rails-convert-belongs-to-association-to-has-many-through-association/
    rails association bdd
  • Ruby on Rails - The Modular Way
    April 6, 2020 at 10:29:30 GMT+2 - permalink -
    QRCode
    - https://www.airpair.com/ruby-on-rails/posts/ruby-on-rails-the-modular-way
    rails module mount engine
  • The 10 Most Common Mistakes That Rails Developers Make | Toptal
    April 3, 2020 at 10:04:37 GMT+2 - permalink -
    QRCode
    - https://www.toptal.com/ruby-on-rails/top-10-mistakes-that-rails-programmers-make
    rails veille
  • How to use rake db commands in the correct way - DEV Community 👩‍💻👨‍💻

    Usage de la commande rake

    August 13, 2019 at 15:59:32 GMT+2 - permalink -
    QRCode
    - https://dev.to/neshaz/how-to-use-rake-db-commands-in-the-correct-way--50o2
    rails guide rake veille
  • How to remove old database migrations in Ruby on Rails

    Pas à pas du nettoyage de migrations dans un projet Ruby on Rails.

    Note du 6 Novembre 2023 :

    J’ai dû utiliser cette méthode de façon détournée sur un vieux projet Rails dans lequel il n’y avait ni fichier de migration, ni schema.rb, afin de pouvoir "transformer" une colonne d’une table en une table indépendante et remplacer les occurrences de la colonne par les références idoines.

    August 13, 2019 at 15:31:53 GMT+2 * - permalink -
    QRCode
    - https://naturaily.com/blog/remove-old-migrations-ruby-on-rails
    rails tutoriel migration
  • Securing Sensitive Data in Rails
    May 24, 2019 at 18:18:09 GMT+2 - permalink -
    QRCode
    - https://ankane.org/sensitive-data-rails
    rails sécurisation veille
  • Ruby on Rails Database Setup

    Encore un tutoriel, mais plus court, sur comment configurer Ruby-On-Rails pour l'utiliser avec PostGreSQL

    May 15, 2019 at 15:45:55 GMT+2 * - permalink -
    QRCode
    - https://www.tutorialspoint.com/ruby-on-rails/rails-database-setup.htm
    rails postgresql veille
  • How To Setup Ruby on Rails with Postgres | DigitalOcean

    Un tutoriel sur comment configurer Ruby-On-Rails afin de l'utiliser avec PostGreSQL

    May 15, 2019 at 15:42:30 GMT+2 - permalink -
    QRCode
    - https://www.digitalocean.com/community/tutorials/how-to-setup-ruby-on-rails-with-postgres
    rails postgresql veille
  • web server - Restarting Puma using init.d - Server Fault

    Création d'un script systemd pour lancer puma

    À voir pour le convertir en script systemctl ?

    March 22, 2019 at 15:07:15 GMT+1 * - permalink -
    QRCode
    - https://serverfault.com/questions/892338/restarting-puma-using-init-d/892558#892558
    rails déploiement
  • Deploy Ruby On Rails to Ubuntu 18.04 Bionic Beaver (2019 Update) | GoRails
    March 22, 2019 at 11:16:58 GMT+1 - permalink -
    QRCode
    - https://gorails.com/deploy/ubuntu/18.04
    rails déploiement
  • Adding a Static Page to a Rails Application

    Créer facilement des pages statiques en Rails

    February 27, 2019 at 13:49:24 GMT+1 - permalink -
    QRCode
    - http://www.korenlc.com/adding-a-static-page-to-a-rails-application/
    rails programmation veille
  • Deploy your RoR for Production Environment | ROR Applications | BitCot
    February 26, 2019 at 11:04:08 GMT+1 - permalink -
    QRCode
    - https://www.bitcot.com/production-ready-deployment-for-ror-puma-nginx
    rails nginx veille déploiement
  • How To Deploy a Rails App with Puma and Nginx on Ubuntu 14.04 | DigitalOcean
    February 26, 2019 at 11:01:44 GMT+1 - permalink -
    QRCode
    - https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-puma-and-nginx-on-ubuntu-14-04
    rails veille déploiement
  • Setting and Managing Locales in Rails i18n – PhraseApp Blog

    Les différentes façons d'internationaliser une application Ruby on Rails

    January 30, 2019 at 11:37:14 GMT+1 - permalink -
    QRCode
    - https://phraseapp.com/blog/posts/rails-i18n-setting-and-managing-locales/
    rails internationalisation tutoriel
  • I18n for Rails: Set-up for Using Locales from URL Params and Basic I18n Usage - DEV Community 👩‍💻👨‍💻

    Ajouter /locale/ sur l'application rails pour garder la localisation choisie par l'utilisateur sur toutes les pages

    January 30, 2019 at 11:36:00 GMT+1 - permalink -
    QRCode
    - https://dev.to/morinoko/setting-up-i18n-for-rails-with-locales-from-url-params-38pg
    rails tutoriel internationalisation
  • Ruby on Rails API

    API Rails en 5.2.2

    January 21, 2019 at 09:48:20 GMT+1 - permalink -
    QRCode
    - https://api.rubyonrails.org/
    rails api documentation
  • Rails on Rail Migrations
    January 18, 2019 at 11:51:25 GMT+1 - permalink -
    QRCode
    - https://www.tutorialspoint.com/ruby-on-rails/rails-migrations.htm
    rails programmation tutoriel
  • PDFs with Prawn in Rails 5
    January 17, 2019 at 18:57:10 GMT+1 * - permalink -
    QRCode
    - https://rubyplus.com/articles/3891-PDFs-with-Prawn-in-Rails-5
    rails prawn programmation
  • Prawn by example

    Exemples d'utilisation de Prawn pour générer des PDF

    January 17, 2019 at 11:28:33 GMT+1 * - permalink -
    QRCode
    - http://prawnpdf.org/manual.pdf
    programmation prawn pdf ruby rails
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation