5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-25 01:37:05 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Peter Bhat Harkins
1f4547d2b9 automate a bit with bin/setup 2023-12-06 08:50:04 -06:00
Nick Hammond
2cb2628293
Fix git clone URL
Update git clone url to the preferred github, git user style.
2023-10-05 16:02:19 -05:00
Sharun
e36b921edf
Unbreak reddit link link README.md (#1179) 2023-06-28 11:24:30 -05:00
Peter Bhat Harkins
344e947374 Fix fake_data task; add CI test for it (#1087)
The test is overdue for how brittle fake_data.rb is, but as that's a slow
process that's not critical functionality, I only want it running on CI.
2022-06-01 05:57:18 -05:00
Peter Bhat Harkins
b7c1c16304 one more link to IRC, rm obsolete CSS info 2022-05-05 07:47:57 -05:00
Peter Bhat Harkins
4778cd5673 new build status badge 2022-01-22 12:32:28 -06:00
Peter Bhat Harkins
185ba34f99 note fanart 2021-06-23 07:00:30 -05:00
Frank Groeneveld
0254e77c52
Fix outdated Rails version in readme (#957) 2021-01-04 14:17:33 +00:00
Peter Bhat Harkins
4d119cec05 rm hosting mention; no serious interest 2020-11-05 15:23:15 -06:00
Andrew
4807cbdd7a
Readme: point to .ruby-version (#877) 2020-07-14 00:25:18 +00:00
Claude Ayitey
484cf879f4 Typo: replaced a dot with a slash (#720) 2019-08-11 20:15:05 -07:00
Peter Bhat Harkins
cb2bbe8a87 improve instructions for production.rb 2019-08-07 07:34:38 -05:00
James Brink
f3642571a3 Update docker link in README.md (#699)
The external Docker project is still maintained,
but was moved into a github org.
2019-07-10 05:44:36 -07:00
Peter Bhat Harkins
c6ef20b3e6 typo 2019-05-29 12:08:25 -05:00
Peter Bhat Harkins
f1f1df0cec friendlier phrasing; note about sister site hosting idea 2019-05-29 09:41:57 -05:00
Peter Bhat Harkins
dfb4453275 replace traffic counting with measuring
No parameters that need tuning and a single select for most hits.
Logo intensity is based on traffic in the last 15m compared to the last 90
days, and that calculation is cached for 5m. Deliberately does not use
transactions: we don't need the correctness, and it's cheaper to overwrite
a couple times than lock Keystore. Addresses #536; will know in a week if it
closes.
2019-04-21 18:53:39 -05:00
Brian Kung
fdd85dbe3d Adds more macOS specific mysql2 instructions 2019-03-05 14:20:54 -08:00
Colin Dean
11592ac0a6 Notes mysql2 gem installation workaround for macOS
There is apparently a bug in the `mysql_config` script included in `mysql-connector-c` that the mysql2 gem uses to build the native extensions. This theoretically would trip up anyone using macOS 10.12+ without having MySQL or MariaDB running locally.
2018-12-24 18:04:29 -06:00
Peter Bhat Harkins
5f18cd222b It's now 'rails', not 'rake'
Also has some wording updates as people have shown up in #lobsters confused
about running the dev mode in prod, etc.
2018-10-11 13:31:54 -05:00
Christian Wesselhoeft
6e2fef88bf README.md: Remove secret_key_base instructions
secret_key_base is set via secrets.yml in production
2018-09-26 08:25:56 -05:00
Peter Bhat Harkins
eaa9513aa5 sample prod config for GitHub/Twitter integration 2018-06-13 14:39:33 -05:00
Peter Bhat Harkins
6c7f6677ba housekeeping
If you don't want color in rspec output, you can add it to your ~/.rspec.
2018-04-19 05:37:18 -05:00
Peter Bhat Harkins
93fe0fdd74 link tags from modlog 2018-04-11 08:31:10 -05:00
Peter Bhat Harkins
978c1e360e Merge branch 'master' into masongup-feature/add-tag-management 2018-04-11 08:04:53 -05:00
Peter Bhat Harkins
eb094b2e23 Note docker-lobsters project 2018-04-11 07:43:52 -05:00
Peter Bhat Harkins
aeb7d9a579 Note docker-lobsters project 2018-03-25 20:21:26 -05:00
Mason Gup
cbd484ee94 Merge branch 'master' into feature/add-tag-management 2018-01-31 20:16:33 -05:00
Mason Gup
f98b895d48 Add information about tag edit interface to readme 2018-01-31 20:07:00 -05:00
Peter Bhat Harkins
27febc315e Allow deleting users to disown their comments 2018-01-29 13:03:45 -06:00
Pandelis Zembashis
7401d4312a Formatted code blocks to remove leading tabs (#437)
Code blocks now display without leading tabs which make it much easier to copy paste the yaml config into a new file when starting out. Plus there is now some code highlighting on the ruby and yaml sections.
2017-11-27 11:58:33 -05:00
Peter Bhat Harkins
bfea883c1a add build status badge to readme
Thanks to @talklittle for politely pointing out I broke the build.
2017-10-06 14:56:08 -04:00
joshua stein
5dc824a04a jcs/lobsters -> lobsters/lobsters 2017-10-01 13:38:20 -05:00
Adrian Scott
505c89ec45 README: add step of installing Nodejs, so uglifier works (#387) 2017-08-22 09:49:26 -05:00
joshua stein
a0b769e28a README: show a test database made in mysql, since sqlite won't work 2017-07-17 12:32:38 -05:00
joshua stein
d14ae625ed README: quite sad 2017-07-06 16:26:10 -05:00
joshua stein
9907d3bd42 README: no more sphinx 2017-06-07 16:04:00 -05:00
joshua stein
26659b1ab8 fix markdown 2017-04-13 13:14:24 -05:00
joshua stein
db362b1bb0 README: adapt to github's randomly changing markdown spec 2017-03-23 16:46:56 -05:00
joshua stein
641cc4cc1f README: refer to bundle, not bundle19 2016-06-22 15:30:44 -05:00
Peter Bhat Harkins
336882a8fd README: Add sample crontab (#287)
Add sample crontab
2016-04-23 21:20:55 -04:00
joshua stein
acef99cd00 README: mention ruby 2.3.0, and i am not "supporting" anything
noticed by @pushcx
2016-04-12 14:48:40 -05:00
joshua stein
8a62b530aa apply a basic style to #l_holder
lobste.rs is overriding this in local.css but at least other sites
can get a basic thing there.

mention in README that local css should go into a directory.
2016-03-31 14:24:57 -05:00
amalrik
440d060820 added seed to populate initial data. 2015-05-10 12:17:57 -03:00
Serge Paquet
b7b93d0bf9 update to rails 4.1.8 2014-12-13 23:47:44 -05:00
joshua stein
8d17638085 update README to reflect secret_key_base change in rails 2014-08-03 22:07:57 -05:00
Serge Paquet
e5eef45fe8 add note about compatibility with ruby 2.0.0 and 2.1.0 in README 2014-01-13 03:21:50 -05:00
Linxiangyu
6551f49bde README: add password_confirmation field in initial administrator user
Please enter the commit message for your changes. Lines starting
2014-01-08 10:49:04 +08:00
Serge Paquet
709b0bff98 upgrade thinking-sphinx gem 2014-01-07 05:52:29 -05:00
joshua stein
db80320897 README: rails 3 -> 4 2013-12-31 16:02:53 -06:00
joshua stein
a471eb180a don't hardcode "Lobsters" and "lobste.rs" everywhere, use Rails.application.{name,domain} 2013-06-30 01:50:23 -05:00