Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c4a60843
Commit
c4a60843
authored
Dec 07, 2021
by
Manisha Singh
Committed by
Marcel Amirault
Dec 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing future tense issues
parent
b2d78309
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/troubleshooting/navigating_gitlab_via_rails_console.md
...on/troubleshooting/navigating_gitlab_via_rails_console.md
+2
-2
No files found.
doc/administration/troubleshooting/navigating_gitlab_via_rails_console.md
View file @
c4a60843
...
...
@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
At the heart of GitLab is a web application
[
built using the Ruby on Rails
framework
](
https://about.gitlab.com/blog/2018/10/29/why-we-use-rails-to-build-gitlab/
)
.
Thanks to this, we also get access to the amazing tools built right into Rails.
In this guide, we are introducing
the
[
Rails console
](
../operations/rails_console.md#starting-a-rails-console-session
)
This guide introduces
the
[
Rails console
](
../operations/rails_console.md#starting-a-rails-console-session
)
and the basics of interacting with your GitLab instance from the command line.
WARNING:
...
...
@@ -195,7 +195,7 @@ a background job to deliver an email notification. This is an example of an
-- code which is designated to run in response to events in the Active Record
object life cycle. This is also why using the Rails console is preferred when
direct changes to data is necessary as changes made via direct database queries
do
es
not trigger these callbacks.
do not trigger these callbacks.
It's also possible to update attributes in a single line:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment