Skip to content

Commit 20503b6

Browse files
authored
Stop saying Administrate doesn't have a DSL (#2505)
The original intent of the line in the README was to emphasise that it's not fully DSL-driven, instead as close to standard Rails as possible. This rephrases to avoid saying "we don't have a DSL", but try and provide a more useful way to describe the projects' vision. Closes #2267
1 parent 2bd3037 commit 20503b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ and to be easier for developers to customize.
2626

2727
To accomplish these goals, Administrate follows a few guiding principles:
2828

29-
- No DSLs (domain-specific languages)
29+
- Stay as close to standard Rails as possible, keeping the
30+
Administrate-specific code as small as practical,
3031
- Support the simplest use cases, and let the user override defaults with
31-
standard tools such as plain Rails controllers and views.
32+
standard tools such as plain Rails controllers and views,
3233
- Break up the library into core components and plugins,
3334
so each component stays small and easy to maintain.
3435

administrate.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Gem::Specification.new do |s|
2525
2626
To do that, we're following a few simple rules:
2727
28-
- No DSLs (domain-specific languages)
28+
- Stay as close to standard Rails as possible, keeping the
29+
Administrate-specific code as small as practical,
2930
- Support the simplest use cases,
3031
and let the user override defaults with standard tools
3132
such as plain Rails controllers and views.

0 commit comments

Comments
 (0)