[PR #51] [MERGED] deprecate need to config your app name. #89

Closed
opened 2025-12-29 00:22:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plashchynski/crono/pull/51
Author: @pachacamac
Created: 9/17/2016
Status: Merged
Merged: 9/22/2016
Merged by: @plashchynski

Base: masterHead: patch-1


📝 Commits (1)

  • b22845c deprecate need to config your app name.

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 README.md (+2 -2)

📄 Description

Instead of <AppName>::Application.load_tasks the same can be achieved by Rails.app_class.load_tasks, therefore not requiring the user to configure the AppName. Less margin for errors :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plashchynski/crono/pull/51 **Author:** [@pachacamac](https://github.com/pachacamac) **Created:** 9/17/2016 **Status:** ✅ Merged **Merged:** 9/22/2016 **Merged by:** [@plashchynski](https://github.com/plashchynski) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b22845c`](https://github.com/plashchynski/crono/commit/b22845cba66de76eba7964d84b6199e5ce2e08e5) deprecate need to config your app name. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) </details> ### 📄 Description Instead of `<AppName>::Application.load_tasks` the same can be achieved by `Rails.app_class.load_tasks`, therefore not requiring the user to configure the AppName. Less margin for errors :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:22:31 +01:00
adam closed this issue 2025-12-29 00:22:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#89