Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive AA installer #2513

Closed
1 of 4 tasks
seanlinsley opened this issue Sep 28, 2013 · 1 comment
Closed
1 of 4 tasks

Interactive AA installer #2513

seanlinsley opened this issue Sep 28, 2013 · 1 comment
Milestone

Comments

@seanlinsley
Copy link
Contributor

seanlinsley commented Sep 28, 2013

Since Rails generators have the ability to pause and prompt the user for input, we should be using it to smooth over common configuration issues that people run into. This ticket will be used to keep track of and discuss new features. Here's the list so far:

@javierjulio
Copy link
Member

Some good ideas here. I'll leave this open if someone wants to tackle it. I think the most we should do for the require_tree issue is just display a warning if we detect it in either file. Otherwise its working as intended since its meant to include everything. Its just not practical to ever use require_tree since order is very important in both types. I'm afraid we are overthinking this and a simple warning is sufficient.

LeGorge added a commit to LeGorge/activeadmin that referenced this issue Jan 8, 2021
 - The installer asks the user for input in wheter or not he wants Devise and the name of the user class;
 - It also checks for the 'require_tree .' common problem and prints a warning'
 - Creates an option for no interactivity, which is used in our tests
 - Updates the documentation
LeGorge added a commit to LeGorge/activeadmin that referenced this issue Mar 20, 2021
 - The installer asks the user for input in wheter or not he wants Devise and the name of the user class;
 - Creates an option for no interactivity, which is used in our tests
 - Updates the documentation
LeGorge added a commit to LeGorge/activeadmin that referenced this issue Mar 20, 2021
 - The installer asks the user for input in wheter or not he wants Devise and the name of the user class;
 - Creates an option for no interactivity, which is used in our tests
 - Updates the documentation
@activeadmin activeadmin locked and limited conversation to collaborators Mar 12, 2023
@javierjulio javierjulio converted this issue into discussion #7872 Mar 12, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants