-
主な対象分野 | チェックリスト | 理由 | 参考URL
-- | -- | -- | --
コントローラ | アソシエーションメソッドを使いましょう。 | よくない例として、アソシエーションメソッドを使わずに何行もコツコツ書くということが挙げられます。悪い例:blog = Blog.new(blog_params)blog.user_id = current_user.idblog.s…
-
I am looking for some kind of "Console View" like it is available for example in Eclipse.
Currently a terminal / shell opens when executing a script in Geany. In this shell one can see the process st…
-
The importer infrastructure predates our "app" infrastructure.
We should probably convert importers into apps, and run them in separate processes, which would have two nice advantages:
* people …
-
https://precondition.github.io/home-row-mods
i want to use home row mods on my native keyboard. is there a way to do this with karabiner?
-
### Describe the project you are working on
A game (not related to the proposal tho)
### Describe the problem or limitation you are having in your project
There is no function to get sum of a…
-
As a first step, I'd like to have an MVC skeleton set up for a Rails Application as a sort of initial 'bed' for this project.
**WHAT**
A standard Rails MVC structure
**WHY**
So I get the basics do…
-
# Project description
Hello Open-Source-Ideas community! I'd like to pitch a Discord and/or Matrix bot that collects member-assigned points / currency to redeem rewards.
## The idea
The way t…
-
I probably spent much more time look at this then any potential employer will. My general impressions are it's a simple Rails app without anything too fancy. It seems well put together with the major …
-
Any proposals for the implementation of the backend for the database, user management, and associated APIs?
Some potentials include:
- Java: Spring
- .Net/C#: Asp.Net, Blazor
- Python: Flask, …
-
## Prototype 1.
#### get more records from Amazon. use spark to read these records, and perform k-mean. and write the result to a new table.
1. create history table, and populate the table with random…