Add a QWEN.md file to establish project context, preferences, and behavior guidelines for Qwen Code interactions with the aperonight Ruby on Rails project. This helps ensure consistent and appropriate responses tailored to this specific project setup. This change follows the convention of using a QWEN.md file to customize AI assistant behavior in development environments.
24 lines
556 B
YAML
24 lines
556 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: Summer Party
|
|
slug: summer-party
|
|
description: A great summer party with music and drinks
|
|
state: published
|
|
venue_name: Beach Club
|
|
venue_address: 123 Ocean Drive
|
|
latitude: 40.7128
|
|
longitude: -74.0060
|
|
user: one
|
|
|
|
two:
|
|
name: Winter Gala
|
|
slug: winter-gala
|
|
description: An elegant winter gala for the holidays
|
|
state: draft
|
|
venue_name: Grand Hotel
|
|
venue_address: 456 Park Avenue
|
|
latitude: 40.7589
|
|
longitude: -73.9851
|
|
user: two
|